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-rIu 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:5 Monday 20 July 2026 18:29:44 -0400 (0:00:00.029) 0:00:00.029 *********** 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-QM8/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Monday 20 July 2026 18:29:44 -0400 (0:00:00.019) 0:00:00.048 *********** [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node2] TASK [Create tmpdir for testing] *********************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:179 Monday 20 July 2026 18:29:46 -0400 (0:00:02.355) 0:00:02.404 *********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_9ush7x80_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Change tmpdir permissions] *********************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:186 Monday 20 July 2026 18:29:47 -0400 (0:00:00.397) 0:00:02.801 *********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0777", "owner": "root", "path": "/tmp/lsr_9ush7x80_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Enable podman copr] ****************************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:197 Monday 20 July 2026 18:29:47 -0400 (0:00:00.481) 0:00:03.283 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:202 Monday 20 July 2026 18:29:47 -0400 (0:00:00.027) 0:00:03.311 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:207 Monday 20 July 2026 18:29:47 -0400 (0:00:00.026) 0:00:03.337 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:212 Monday 20 July 2026 18:29:47 -0400 (0:00:00.027) 0:00:03.365 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:217 Monday 20 July 2026 18:29:48 -0400 (0:00:00.622) 0:00:03.988 *********** changed: [managed-node2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_podman_9h2i7z1x.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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:225 Monday 20 July 2026 18:29:48 -0400 (0:00:00.190) 0:00:04.179 *********** changed: [managed-node2 -> localhost] => { "changed": true, "checksum": "324a95a8e9449b5af1b064b89c5748005c45da1c", "dest": "/tmp/lsr_podman_9h2i7z1x.yml", "gid": 0, "group": "root", "md5sum": "36fff3dd13eef061d229a1ab87a9be21", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 993, "src": "/root/.ansible/tmp/ansible-tmp-1784586588.6587017-9706-183759663584523/.source.yml", "state": "file", "uid": 0 } TASK [Create host directories for data] **************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:232 Monday 20 July 2026 18:29:49 -0400 (0:00:00.617) 0:00:04.797 *********** 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_9ush7x80_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_9ush7x80_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_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:240 Monday 20 July 2026 18:29:50 -0400 (0:00:00.959) 0:00:05.756 *********** changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_9ush7x80_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-1784586590.257084-9769-224247610008595/.source.txt", "state": "file", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_9ush7x80_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-1784586590.843258-9769-28459871680513/.source.txt", "state": "file", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_9ush7x80_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-1784586591.427477-9769-280553035593146/.source.txt", "state": "file", "uid": 0 } TASK [Run role - do not pull images] ******************************************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:250 Monday 20 July 2026 18:29:51 -0400 (0:00:01.764) 0:00:07.521 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 18:29:51 -0400 (0:00:00.015) 0:00:07.536 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 18:29:51 -0400 (0:00:00.001) 0:00:07.537 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 18:29:52 -0400 (0:00:00.015) 0:00:07.552 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 18:29:52 -0400 (0:00:00.078) 0:00:07.630 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 18:29:52 -0400 (0:00:00.021) 0:00:07.652 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 18:29:52 -0400 (0:00:00.513) 0:00:08.165 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 18:29:53 -0400 (0:00:00.388) 0:00:08.554 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 18:29:53 -0400 (0:00:00.317) 0:00:08.871 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 18:29:53 -0400 (0:00:00.019) 0:00:08.891 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 18:29:53 -0400 (0:00:00.318) 0:00:09.209 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 18:29:53 -0400 (0:00:00.019) 0:00:09.229 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 18:29:53 -0400 (0:00:00.036) 0:00:09.265 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007922", "end": "2026-07-20 18:29:54.092272", "failed_when_result": false, "rc": 0, "start": "2026-07-20 18:29:54.084350" } STDOUT: running TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 18:29:54 -0400 (0:00:00.409) 0:00:09.675 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 18:29:54 -0400 (0:00:00.017) 0:00:09.693 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 18:29:54 -0400 (0:00:00.019) 0:00:09.712 *********** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 18:29:55 -0400 (0:00:01.047) 0:00:10.760 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 18:29:55 -0400 (0:00:00.016) 0:00:10.777 *********** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: criu-libs-4.2-7.el10.x86_64", "Installed: crun-1.28-1.el10.x86_64", "Installed: gpgme-1.23.2-6.el10.x86_64", "Installed: aardvark-dns-2:2.0.0-1.el10.x86_64", "Installed: shadow-utils-subid-2:4.15.0-13.el10.x86_64", "Installed: conmon-3:2.2.1-4.el10.x86_64", "Installed: passt-0^20260611.ga9c61ff-1.el10.x86_64", "Installed: libgcrypt-1.11.0-7.el10.x86_64", "Installed: passt-selinux-0^20260611.ga9c61ff-1.el10.noarch", "Installed: libgpg-error-1.50-2.el10.x86_64", "Installed: catatonit-5:0.2.1-4.el10.x86_64", "Installed: container-selinux-4:2.249.0-1.el10.noarch", "Installed: libassuan-2.5.6-6.el10.x86_64", "Installed: containers-common-6:6.0-2.el10.noarch", "Installed: containers-common-extra-6:6.0-2.el10.noarch", "Installed: protobuf-c-1.5.0-6.el10.x86_64", "Installed: netavark-2:2.0.0-1.el10.x86_64", "Installed: npth-1.6-21.el10.x86_64", "Installed: libnet-1.3-7.el10.x86_64", "Installed: podman-7:6.0.0-1.el10.x86_64", "Installed: libksba-1.6.7-2.el10.x86_64", "Installed: podman-sequoia-0.4.0~pqc.3-1.el10.x86_64", "Installed: gnupg2-2.4.5-5.el10.x86_64", "Installed: criu-4.2-7.el10.x86_64" ] } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 18:30:28 -0400 (0:00:32.901) 0:00:43.678 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 18:30:28 -0400 (0:00:00.017) 0:00:43.696 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 18:30:28 -0400 (0:00:00.018) 0:00:43.714 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 18:30:28 -0400 (0:00:00.027) 0:00:43.742 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022148", "end": "2026-07-20 18:30:28.555028", "rc": 0, "start": "2026-07-20 18:30:28.532880" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 18:30:28 -0400 (0:00:00.403) 0:00:44.146 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 18:30:28 -0400 (0:00:00.018) 0:00:44.165 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 18:30:28 -0400 (0:00:00.019) 0:00:44.184 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 18:30:28 -0400 (0:00:00.016) 0:00:44.201 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 18:30:28 -0400 (0:00:00.011) 0:00:44.212 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 18:30:28 -0400 (0:00:00.025) 0:00:44.238 *********** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 18:30:28 -0400 (0:00:00.019) 0:00:44.257 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:30:28 -0400 (0:00:00.037) 0:00:44.295 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:30:29 -0400 (0:00:00.442) 0:00:44.737 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:30:29 -0400 (0:00:00.019) 0:00:44.757 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:30:29 -0400 (0:00:00.043) 0:00:44.800 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1778803200.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:30:29 -0400 (0:00:00.359) 0:00:45.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 : Check with getsubids for user subgids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:30:29 -0400 (0:00:00.018) 0:00:45.178 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:30:29 -0400 (0:00:00.017) 0:00:45.196 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:30:29 -0400 (0:00:00.017) 0:00:45.213 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:30:29 -0400 (0:00:00.037) 0:00:45.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:30:29 -0400 (0:00:00.017) 0:00:45.269 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:30:29 -0400 (0:00:00.017) 0:00:45.286 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:30:29 -0400 (0:00:00.017) 0:00:45.304 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Monday 20 July 2026 18:30:29 -0400 (0:00:00.018) 0:00:45.323 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Monday 20 July 2026 18:30:29 -0400 (0:00:00.043) 0:00:45.367 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 18:30:29 -0400 (0:00:00.043) 0:00:45.410 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 18:30:29 -0400 (0:00:00.023) 0:00:45.434 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Monday 20 July 2026 18:30:29 -0400 (0:00:00.017) 0:00:45.452 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 18:30:29 -0400 (0:00:00.040) 0:00:45.492 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 18:30:29 -0400 (0:00:00.018) 0:00:45.510 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Monday 20 July 2026 18:30:29 -0400 (0:00:00.016) 0:00:45.527 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 18:30:30 -0400 (0:00:00.038) 0:00:45.566 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 18:30:30 -0400 (0:00:00.018) 0:00:45.584 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Monday 20 July 2026 18:30:30 -0400 (0:00:00.016) 0:00:45.600 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 18:30:30 -0400 (0:00:00.040) 0:00:45.641 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 18:30:30 -0400 (0:00:00.017) 0:00:45.659 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 18:30:30 -0400 (0:00:00.016) 0:00:45.676 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 18:30:30 -0400 (0:00:00.016) 0:00:45.692 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Monday 20 July 2026 18:30:30 -0400 (0:00:00.016) 0:00:45.709 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 20 July 2026 18:30:30 -0400 (0:00:00.081) 0:00:45.791 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 20 July 2026 18:30:30 -0400 (0:00:00.032) 0:00:45.824 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Monday 20 July 2026 18:30:30 -0400 (0:00:00.469) 0:00:46.293 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Monday 20 July 2026 18:30:31 -0400 (0:00:00.322) 0:00:46.616 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Monday 20 July 2026 18:30:31 -0400 (0:00:00.325) 0:00:46.942 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Monday 20 July 2026 18:30:31 -0400 (0:00:00.023) 0:00:46.965 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Monday 20 July 2026 18:30:31 -0400 (0:00:00.321) 0:00:47.287 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Monday 20 July 2026 18:30:31 -0400 (0:00:00.023) 0:00:47.311 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 20 July 2026 18:30:31 -0400 (0:00:00.044) 0:00:47.356 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 20 July 2026 18:30:31 -0400 (0:00:00.034) 0:00:47.390 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007983", "end": "2026-07-20 18:30:32.137961", "failed_when_result": false, "rc": 0, "start": "2026-07-20 18:30:32.129978" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Monday 20 July 2026 18:30:32 -0400 (0:00:00.335) 0:00:47.725 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Monday 20 July 2026 18:30:32 -0400 (0:00:00.026) 0:00:47.752 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Monday 20 July 2026 18:30:32 -0400 (0:00:00.025) 0:00:47.778 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Monday 20 July 2026 18:30:33 -0400 (0:00:01.625) 0:00:49.403 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Monday 20 July 2026 18:30:33 -0400 (0:00:00.017) 0:00:49.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 : Fail if reboot is needed and not set] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Monday 20 July 2026 18:30:33 -0400 (0:00:00.018) 0:00:49.439 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 20 July 2026 18:30:33 -0400 (0:00:00.040) 0:00:49.480 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Monday 20 July 2026 18:30:33 -0400 (0:00:00.027) 0:00:49.507 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Monday 20 July 2026 18:30:33 -0400 (0:00:00.027) 0:00:49.535 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "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": "ipset.service ebtables.service shutdown.target ip6tables.service iptables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "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": "2978680832", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Monday 20 July 2026 18:30:34 -0400 (0:00:00.660) 0:00:50.196 *********** 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": "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": "ipset.service shutdown.target ebtables.service ip6tables.service iptables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "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": "2978701312", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Monday 20 July 2026 18:30:35 -0400 (0:00:00.756) 0:00:50.953 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:01.206520", "end": "2026-07-20 18:30:36.970980", "rc": 0, "start": "2026-07-20 18:30:35.764460" } STDOUT: running STDERR: Waiting on dbus connection... TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Monday 20 July 2026 18:30:37 -0400 (0:00:01.611) 0:00:52.564 *********** changed: [managed-node2] => { "__firewall_changed": true, "changed": true, "short_circuit": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Monday 20 July 2026 18:30:38 -0400 (0:00:01.255) 0:00:53.820 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Monday 20 July 2026 18:30:38 -0400 (0:00:00.019) 0:00:53.839 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Monday 20 July 2026 18:30:38 -0400 (0:00:00.019) 0:00:53.858 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Monday 20 July 2026 18:30:38 -0400 (0:00:00.017) 0:00:53.875 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Monday 20 July 2026 18:30:38 -0400 (0:00:00.028) 0:00:53.904 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Monday 20 July 2026 18:30:38 -0400 (0:00:00.030) 0:00:53.934 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Monday 20 July 2026 18:30:38 -0400 (0:00:00.336) 0:00:54.270 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Monday 20 July 2026 18:30:38 -0400 (0:00:00.136) 0:00:54.407 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Monday 20 July 2026 18:30:38 -0400 (0:00:00.032) 0:00:54.440 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Monday 20 July 2026 18:30:39 -0400 (0:00:00.462) 0:00:54.903 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Monday 20 July 2026 18:30:39 -0400 (0:00:00.332) 0:00:55.235 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Monday 20 July 2026 18:30:39 -0400 (0:00:00.034) 0:00:55.269 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Monday 20 July 2026 18:30:40 -0400 (0:00:00.331) 0:00:55.601 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Monday 20 July 2026 18:30:40 -0400 (0:00:00.024) 0:00:55.626 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Monday 20 July 2026 18:30:40 -0400 (0:00:00.345) 0:00:55.971 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Monday 20 July 2026 18:30:40 -0400 (0:00:00.024) 0:00:55.996 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Monday 20 July 2026 18:30:40 -0400 (0:00:00.022) 0:00:56.019 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Monday 20 July 2026 18:30:41 -0400 (0:00:01.107) 0:00:57.126 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Monday 20 July 2026 18:30:41 -0400 (0:00:00.028) 0:00:57.155 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Monday 20 July 2026 18:30:42 -0400 (0:00:01.104) 0:00:58.260 *********** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: libselinux-3.11-1.el10.x86_64", "Installed: libselinux-utils-3.11-1.el10.x86_64", "Installed: libsemanage-3.11-1.el10.x86_64", "Installed: libsepol-3.11-1.el10.x86_64", "Installed: python3-policycoreutils-3.11-1.el10.noarch", "Installed: policycoreutils-3.11-1.el10.x86_64", "Installed: python3-libselinux-3.11-1.el10.x86_64", "Installed: policycoreutils-python-utils-3.11-1.el10.noarch", "Installed: python3-libsemanage-3.11-1.el10.x86_64", "Removed: python3-libselinux-3.10-2.el10.x86_64", "Removed: policycoreutils-3.10-3.el10.x86_64", "Removed: libselinux-3.10-2.el10.x86_64", "Removed: libselinux-utils-3.10-2.el10.x86_64", "Removed: libsepol-3.10-2.el10.x86_64", "Removed: libsemanage-3.10-1.el10.x86_64", "Removed: python3-libsemanage-3.10-1.el10.x86_64", "Removed: python3-policycoreutils-3.10-3.el10.noarch" ] } TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Monday 20 July 2026 18:30:45 -0400 (0:00:03.065) 0:01:01.325 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Monday 20 July 2026 18:30:45 -0400 (0:00:00.029) 0:01:01.354 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Monday 20 July 2026 18:30:45 -0400 (0:00:00.026) 0:01:01.381 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Monday 20 July 2026 18:30:45 -0400 (0:00:00.020) 0:01:01.401 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Monday 20 July 2026 18:30:46 -0400 (0:00:00.825) 0:01:02.227 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007782", "end": "2026-07-20 18:30:46.972945", "failed_when_result": false, "rc": 0, "start": "2026-07-20 18:30:46.965163" } STDOUT: running TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Monday 20 July 2026 18:30:47 -0400 (0:00:00.333) 0:01:02.561 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Monday 20 July 2026 18:30:47 -0400 (0:00:00.049) 0:01:02.610 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Monday 20 July 2026 18:30:47 -0400 (0:00:00.024) 0:01:02.634 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Monday 20 July 2026 18:30:47 -0400 (0:00:00.026) 0:01:02.661 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Monday 20 July 2026 18:30:47 -0400 (0:00:00.019) 0:01:02.680 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Monday 20 July 2026 18:30:47 -0400 (0:00:00.025) 0:01:02.706 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Monday 20 July 2026 18:30:47 -0400 (0:00:00.024) 0:01:02.730 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Monday 20 July 2026 18:30:47 -0400 (0:00:00.015) 0:01:02.746 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Monday 20 July 2026 18:30:47 -0400 (0:00:00.019) 0:01:02.766 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Monday 20 July 2026 18:30:47 -0400 (0:00:00.017) 0:01:02.783 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Monday 20 July 2026 18:30:47 -0400 (0:00:00.016) 0:01:02.799 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Monday 20 July 2026 18:30:47 -0400 (0:00:00.016) 0:01:02.816 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Monday 20 July 2026 18:30:47 -0400 (0:00:00.016) 0:01:02.832 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Monday 20 July 2026 18:30:47 -0400 (0:00:00.017) 0:01:02.849 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Monday 20 July 2026 18:30:47 -0400 (0:00:00.015) 0:01:02.864 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Monday 20 July 2026 18:30:47 -0400 (0:00:00.015) 0:01:02.880 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Monday 20 July 2026 18:30:48 -0400 (0:00:01.255) 0:01:04.135 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Monday 20 July 2026 18:30:48 -0400 (0:00:00.022) 0:01:04.157 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Monday 20 July 2026 18:30:51 -0400 (0:00:02.685) 0:01:06.843 *********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Monday 20 July 2026 18:30:51 -0400 (0:00:00.078) 0:01:06.922 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Monday 20 July 2026 18:30:51 -0400 (0:00:00.025) 0:01:06.948 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Monday 20 July 2026 18:30:51 -0400 (0:00:00.029) 0:01:06.977 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Monday 20 July 2026 18:30:51 -0400 (0:00:00.030) 0:01:07.008 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Monday 20 July 2026 18:30:51 -0400 (0:00:00.029) 0:01:07.038 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Monday 20 July 2026 18:30:51 -0400 (0:00:00.362) 0:01:07.400 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Monday 20 July 2026 18:30:51 -0400 (0:00:00.032) 0:01:07.433 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Monday 20 July 2026 18:30:51 -0400 (0:00:00.028) 0:01:07.461 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 18:30:51 -0400 (0:00:00.027) 0:01:07.489 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 18:30:52 -0400 (0:00:00.123) 0:01:07.613 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 18:30:52 -0400 (0:00:00.078) 0:01:07.691 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:30:52 -0400 (0:00:00.072) 0:01:07.764 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:30:52 -0400 (0:00:00.044) 0:01:07.808 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:30:52 -0400 (0:00:00.042) 0:01:07.851 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:30:52 -0400 (0:00:00.031) 0:01:07.883 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 20 July 2026 18:30:52 -0400 (0:00:00.203) 0:01:08.086 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 18:30:52 -0400 (0:00:00.146) 0:01:08.232 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 18:30:52 -0400 (0:00:00.034) 0:01:08.267 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:30:52 -0400 (0:00:00.064) 0:01:08.332 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 18:30:52 -0400 (0:00:00.037) 0:01:08.369 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 18:30:52 -0400 (0:00:00.028) 0:01:08.398 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 18:30:52 -0400 (0:00:00.040) 0:01:08.438 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 18:30:52 -0400 (0:00:00.028) 0:01:08.466 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 18:30:52 -0400 (0:00:00.030) 0:01:08.496 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 18:30:53 -0400 (0:00:00.052) 0:01:08.549 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 18:30:53 -0400 (0:00:00.033) 0:01:08.583 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Monday 20 July 2026 18:30:53 -0400 (0:00:00.030) 0:01:08.613 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:30:53 -0400 (0:00:00.148) 0:01:08.762 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:30:53 -0400 (0:00:00.067) 0:01:08.830 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:30:53 -0400 (0:00:00.060) 0:01:08.890 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:30:53 -0400 (0:00:00.133) 0:01:09.024 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:30:53 -0400 (0:00:00.028) 0:01:09.053 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:30:53 -0400 (0:00:00.047) 0:01:09.101 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:30:53 -0400 (0:00:00.365) 0:01:09.466 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:30:53 -0400 (0:00:00.038) 0:01:09.504 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:30:54 -0400 (0:00:00.036) 0:01:09.541 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:30:54 -0400 (0:00:00.034) 0:01:09.576 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:30:54 -0400 (0:00:00.037) 0:01:09.614 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:30:54 -0400 (0:00:00.033) 0:01:09.648 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:30:54 -0400 (0:00:00.037) 0:01:09.685 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:30:54 -0400 (0:00:00.036) 0:01:09.722 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:30:54 -0400 (0:00:00.035) 0:01:09.757 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:30:54 -0400 (0:00:00.034) 0:01:09.791 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:30:54 -0400 (0:00:00.044) 0:01:09.835 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 18:30:54 -0400 (0:00:00.112) 0:01:09.948 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:30:54 -0400 (0:00:00.060) 0:01:10.008 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:30:54 -0400 (0:00:00.035) 0:01:10.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 for possible linger cancel] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:30:54 -0400 (0:00:00.033) 0:01:10.077 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 18:30:54 -0400 (0:00:00.034) 0:01:10.111 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 18:30:54 -0400 (0:00:00.052) 0:01:10.164 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 18:30:54 -0400 (0:00:00.037) 0:01:10.202 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 18:30:54 -0400 (0:00:00.065) 0:01:10.267 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 18:30:54 -0400 (0:00:00.095) 0:01:10.363 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 18:30:54 -0400 (0:00:00.033) 0:01:10.396 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 18:30:55 -0400 (0:00:00.359) 0:01:10.755 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 18:30:55 -0400 (0:00:00.357) 0:01:11.113 *********** 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-1784586655.6302047-11374-149328082602803/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 18:30:56 -0400 (0:00:00.662) 0:01:11.775 *********** changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=false /etc/containers/ansible-kubernetes.d/nopull.yml" ], "changed": true } STDOUT: Pod: a56603a3e451fb2cbd8b268d1c3511d1003eae6823a5642f727ccbf8d5f025fe Container: c35403d12a7f224e03e97b243eb1d850e293eb6bbbc7b61bb26f81eaf9ac40bb 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Monday 20 July 2026 18:30:57 -0400 (0:00:01.448) 0:01:13.223 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Monday 20 July 2026 18:30:57 -0400 (0:00:00.033) 0:01:13.256 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Monday 20 July 2026 18:30:57 -0400 (0:00:00.030) 0:01:13.287 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Monday 20 July 2026 18:30:57 -0400 (0:00:00.033) 0:01:13.320 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Monday 20 July 2026 18:30:57 -0400 (0:00:00.026) 0:01:13.347 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Monday 20 July 2026 18:30:57 -0400 (0:00:00.018) 0:01:13.365 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Monday 20 July 2026 18:30:57 -0400 (0:00:00.020) 0:01:13.386 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Monday 20 July 2026 18:30:57 -0400 (0:00:00.018) 0:01:13.404 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Monday 20 July 2026 18:30:57 -0400 (0:00:00.017) 0:01:13.421 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Monday 20 July 2026 18:30:57 -0400 (0:00:00.016) 0:01:13.438 *********** ok: [managed-node2] => { "changed": false } TASK [Verify image not pulled] ************************************************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:270 Monday 20 July 2026 18:30:58 -0400 (0:00:00.338) 0:01:13.776 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Run role - verify continue if pull fails] ******************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:274 Monday 20 July 2026 18:30:58 -0400 (0:00:00.027) 0:01:13.804 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 18:30:58 -0400 (0:00:00.030) 0:01:13.835 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 18:30:58 -0400 (0:00:00.001) 0:01:13.836 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 18:30:58 -0400 (0:00:00.017) 0:01:13.853 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 18:30:58 -0400 (0:00:00.049) 0:01:13.903 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 18:30:58 -0400 (0:00:00.023) 0:01:13.927 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 18:30:58 -0400 (0:00:00.539) 0:01:14.466 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 18:30:59 -0400 (0:00:00.330) 0:01:14.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 : Set flag to indicate system is ostree] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 18:30:59 -0400 (0:00:00.025) 0:01:14.823 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 18:30:59 -0400 (0:00:00.025) 0:01:14.848 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 18:30:59 -0400 (0:00:00.023) 0:01:14.871 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 18:30:59 -0400 (0:00:00.023) 0:01:14.895 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 18:30:59 -0400 (0:00:00.061) 0:01:14.956 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 18:30:59 -0400 (0:00:00.025) 0:01:14.982 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 18:30:59 -0400 (0:00:00.024) 0:01:15.007 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 18:30:59 -0400 (0:00:00.025) 0:01:15.033 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 18:31:00 -0400 (0:00:01.003) 0:01:16.036 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 18:31:00 -0400 (0:00:00.091) 0:01:16.128 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 18:31:00 -0400 (0:00:00.062) 0:01:16.191 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 18:31:00 -0400 (0:00:00.029) 0:01:16.221 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 18:31:00 -0400 (0:00:00.031) 0:01:16.252 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 18:31:00 -0400 (0:00:00.032) 0:01:16.284 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.019732", "end": "2026-07-20 18:31:01.066342", "rc": 0, "start": "2026-07-20 18:31:01.046610" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 18:31:01 -0400 (0:00:00.383) 0:01:16.668 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 18:31:01 -0400 (0:00:00.034) 0:01:16.703 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 18:31:01 -0400 (0:00:00.032) 0:01:16.735 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 18:31:01 -0400 (0:00:00.031) 0:01:16.766 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 18:31:01 -0400 (0:00:00.020) 0:01:16.786 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 18:31:01 -0400 (0:00:00.044) 0:01:16.831 *********** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 18:31:01 -0400 (0:00:00.034) 0:01:16.865 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:31:01 -0400 (0:00:00.066) 0:01:16.931 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:31:01 -0400 (0:00:00.357) 0:01:17.289 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:31:01 -0400 (0:00:00.021) 0:01:17.311 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:31:01 -0400 (0:00:00.035) 0:01:17.347 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:31:02 -0400 (0:00:00.362) 0:01:17.710 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:31:02 -0400 (0:00:00.034) 0:01:17.744 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:31:02 -0400 (0:00:00.031) 0:01:17.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 : Get subuid file] ********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:31:02 -0400 (0:00:00.029) 0:01:17.805 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:31:02 -0400 (0:00:00.032) 0:01:17.837 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:31:02 -0400 (0:00:00.032) 0:01:17.870 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:31:02 -0400 (0:00:00.031) 0:01:17.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 : Fail if user not in subgid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:31:02 -0400 (0:00:00.031) 0:01:17.934 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Monday 20 July 2026 18:31:02 -0400 (0:00:00.031) 0:01:17.965 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Monday 20 July 2026 18:31:02 -0400 (0:00:00.083) 0:01:18.049 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 18:31:02 -0400 (0:00:00.068) 0:01:18.117 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 18:31:02 -0400 (0:00:00.030) 0:01:18.147 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Monday 20 July 2026 18:31:02 -0400 (0:00:00.031) 0:01:18.179 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 18:31:02 -0400 (0:00:00.097) 0:01:18.276 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 18:31:02 -0400 (0:00:00.034) 0:01:18.311 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Monday 20 July 2026 18:31:02 -0400 (0:00:00.032) 0:01:18.344 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 18:31:02 -0400 (0:00:00.072) 0:01:18.416 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 18:31:02 -0400 (0:00:00.031) 0:01:18.448 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Monday 20 July 2026 18:31:02 -0400 (0:00:00.029) 0:01:18.478 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 18:31:03 -0400 (0:00:00.073) 0:01:18.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 : Stat the policy.json file] ************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 18:31:03 -0400 (0:00:00.073) 0:01:18.625 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 18:31:03 -0400 (0:00:00.032) 0:01:18.657 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 18:31:03 -0400 (0:00:00.029) 0:01:18.687 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Monday 20 July 2026 18:31:03 -0400 (0:00:00.029) 0:01:18.716 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 20 July 2026 18:31:03 -0400 (0:00:00.145) 0:01:18.861 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 20 July 2026 18:31:03 -0400 (0:00:00.037) 0:01:18.899 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Monday 20 July 2026 18:31:03 -0400 (0:00:00.491) 0:01:19.391 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Monday 20 July 2026 18:31:04 -0400 (0:00:00.369) 0:01:19.760 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Monday 20 July 2026 18:31:04 -0400 (0:00:00.026) 0:01:19.786 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Monday 20 July 2026 18:31:04 -0400 (0:00:00.025) 0:01:19.811 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Monday 20 July 2026 18:31:04 -0400 (0:00:00.025) 0:01:19.837 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Monday 20 July 2026 18:31:04 -0400 (0:00:00.023) 0:01:19.861 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 20 July 2026 18:31:04 -0400 (0:00:00.057) 0:01:19.918 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 20 July 2026 18:31:04 -0400 (0:00:00.036) 0:01:19.954 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Monday 20 July 2026 18:31:04 -0400 (0:00:00.023) 0:01:19.978 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Monday 20 July 2026 18:31:04 -0400 (0:00:00.022) 0:01:20.000 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Monday 20 July 2026 18:31:04 -0400 (0:00:00.021) 0:01:20.021 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Monday 20 July 2026 18:31:05 -0400 (0:00:01.106) 0:01:21.128 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Monday 20 July 2026 18:31:05 -0400 (0:00:00.028) 0:01:21.157 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Monday 20 July 2026 18:31:05 -0400 (0:00:00.027) 0:01:21.185 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 20 July 2026 18:31:05 -0400 (0:00:00.023) 0:01:21.209 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Monday 20 July 2026 18:31:05 -0400 (0:00:00.036) 0:01:21.245 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Monday 20 July 2026 18:31:05 -0400 (0:00:00.038) 0:01:21.283 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ActiveEnterTimestampMonotonic": "205300986", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 18:30:35 EDT", "AssertTimestampMonotonic": "205298662", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "879222000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ConditionTimestampMonotonic": "205298660", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ip6tables.service iptables.service ebtables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4810", "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": "Mon 2026-07-20 18:30:35 EDT", "ExecMainHandoffTimestampMonotonic": "205331321", "ExecMainPID": "15078", "ExecMainStartTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ExecMainStartTimestampMonotonic": "205300568", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-07-20 18:30:35 EDT", "InactiveExitTimestampMonotonic": "205300986", "InvocationID": "9de349e2734343829ed948e182e5ad53", "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": "15078", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2959355904", "MemoryCurrent": "32468992", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34537472", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Mon 2026-07-20 18:30:35 EDT", "StateChangeTimestampMonotonic": "205300986", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Monday 20 July 2026 18:31:06 -0400 (0:00:00.491) 0:01:21.774 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ActiveEnterTimestampMonotonic": "205300986", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 18:30:35 EDT", "AssertTimestampMonotonic": "205298662", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "879222000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ConditionTimestampMonotonic": "205298660", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ip6tables.service iptables.service ebtables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4810", "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": "Mon 2026-07-20 18:30:35 EDT", "ExecMainHandoffTimestampMonotonic": "205331321", "ExecMainPID": "15078", "ExecMainStartTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ExecMainStartTimestampMonotonic": "205300568", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-07-20 18:30:35 EDT", "InactiveExitTimestampMonotonic": "205300986", "InvocationID": "9de349e2734343829ed948e182e5ad53", "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": "15078", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2959425536", "MemoryCurrent": "32468992", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34537472", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Mon 2026-07-20 18:30:35 EDT", "StateChangeTimestampMonotonic": "205300986", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Monday 20 July 2026 18:31:06 -0400 (0:00:00.484) 0:01:22.259 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.187910", "end": "2026-07-20 18:31:07.184262", "rc": 0, "start": "2026-07-20 18:31:06.996352" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Monday 20 July 2026 18:31:07 -0400 (0:00:00.524) 0:01:22.783 *********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Monday 20 July 2026 18:31:08 -0400 (0:00:00.786) 0:01:23.569 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Monday 20 July 2026 18:31:08 -0400 (0:00:00.023) 0:01:23.593 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Monday 20 July 2026 18:31:08 -0400 (0:00:00.021) 0:01:23.614 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Monday 20 July 2026 18:31:08 -0400 (0:00:00.018) 0:01:23.633 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Monday 20 July 2026 18:31:08 -0400 (0:00:00.032) 0:01:23.665 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Monday 20 July 2026 18:31:08 -0400 (0:00:00.030) 0:01:23.696 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Monday 20 July 2026 18:31:08 -0400 (0:00:00.340) 0:01:24.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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Monday 20 July 2026 18:31:08 -0400 (0:00:00.112) 0:01:24.149 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Monday 20 July 2026 18:31:08 -0400 (0:00:00.076) 0:01:24.225 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Monday 20 July 2026 18:31:09 -0400 (0:00:00.508) 0:01:24.734 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Monday 20 July 2026 18:31:09 -0400 (0:00:00.380) 0:01:25.115 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Monday 20 July 2026 18:31:09 -0400 (0:00:00.056) 0:01:25.171 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Monday 20 July 2026 18:31:09 -0400 (0:00:00.036) 0:01:25.207 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Monday 20 July 2026 18:31:09 -0400 (0:00:00.033) 0:01:25.241 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Monday 20 July 2026 18:31:09 -0400 (0:00:00.039) 0:01:25.280 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Monday 20 July 2026 18:31:09 -0400 (0:00:00.041) 0:01:25.322 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Monday 20 July 2026 18:31:09 -0400 (0:00:00.037) 0:01:25.359 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Monday 20 July 2026 18:31:10 -0400 (0:00:01.134) 0:01:26.494 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Monday 20 July 2026 18:31:10 -0400 (0:00:00.031) 0:01:26.526 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Monday 20 July 2026 18:31:12 -0400 (0:00:01.150) 0:01:27.676 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Monday 20 July 2026 18:31:13 -0400 (0:00:01.160) 0:01:28.837 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Monday 20 July 2026 18:31:13 -0400 (0:00:00.022) 0:01:28.860 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Monday 20 July 2026 18:31:13 -0400 (0:00:00.024) 0:01:28.884 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Monday 20 July 2026 18:31:13 -0400 (0:00:00.023) 0:01:28.908 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Monday 20 July 2026 18:31:14 -0400 (0:00:00.837) 0:01:29.745 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Monday 20 July 2026 18:31:14 -0400 (0:00:00.021) 0:01:29.767 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Monday 20 July 2026 18:31:14 -0400 (0:00:00.022) 0:01:29.790 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Monday 20 July 2026 18:31:14 -0400 (0:00:00.026) 0:01:29.816 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Monday 20 July 2026 18:31:14 -0400 (0:00:00.044) 0:01:29.861 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Monday 20 July 2026 18:31:14 -0400 (0:00:00.021) 0:01:29.882 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Monday 20 July 2026 18:31:14 -0400 (0:00:00.026) 0:01:29.909 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Monday 20 July 2026 18:31:14 -0400 (0:00:00.026) 0:01:29.935 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Monday 20 July 2026 18:31:14 -0400 (0:00:00.016) 0:01:29.952 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Monday 20 July 2026 18:31:14 -0400 (0:00:00.020) 0:01:29.973 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Monday 20 July 2026 18:31:14 -0400 (0:00:00.018) 0:01:29.991 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Monday 20 July 2026 18:31:14 -0400 (0:00:00.017) 0:01:30.009 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Monday 20 July 2026 18:31:14 -0400 (0:00:00.017) 0:01:30.026 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Monday 20 July 2026 18:31:14 -0400 (0:00:00.017) 0:01:30.043 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Monday 20 July 2026 18:31:14 -0400 (0:00:00.018) 0:01:30.061 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Monday 20 July 2026 18:31:14 -0400 (0:00:00.016) 0:01:30.078 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Monday 20 July 2026 18:31:14 -0400 (0:00:00.016) 0:01:30.095 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Monday 20 July 2026 18:31:15 -0400 (0:00:00.552) 0:01:30.647 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Monday 20 July 2026 18:31:15 -0400 (0:00:00.022) 0:01:30.670 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Monday 20 July 2026 18:31:17 -0400 (0:00:02.600) 0:01:33.270 *********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Monday 20 July 2026 18:31:17 -0400 (0:00:00.191) 0:01:33.462 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Monday 20 July 2026 18:31:17 -0400 (0:00:00.033) 0:01:33.495 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Monday 20 July 2026 18:31:17 -0400 (0:00:00.022) 0:01:33.517 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Monday 20 July 2026 18:31:17 -0400 (0:00:00.020) 0:01:33.538 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Monday 20 July 2026 18:31:18 -0400 (0:00:00.021) 0:01:33.560 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Monday 20 July 2026 18:31:18 -0400 (0:00:00.339) 0:01:33.899 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Monday 20 July 2026 18:31:18 -0400 (0:00:00.021) 0:01:33.921 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Monday 20 July 2026 18:31:18 -0400 (0:00:00.019) 0:01:33.940 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 18:31:18 -0400 (0:00:00.018) 0:01:33.958 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 18:31:18 -0400 (0:00:00.092) 0:01:34.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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 18:31:18 -0400 (0:00:00.022) 0:01:34.074 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:31:18 -0400 (0:00:00.035) 0:01:34.109 *********** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Fail if kube spec user does not exist] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:31:18 -0400 (0:00:00.027) 0:01:34.137 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:31:18 -0400 (0:00:00.027) 0:01:34.164 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:31:18 -0400 (0:00:00.020) 0:01:34.185 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 20 July 2026 18:31:18 -0400 (0:00:00.134) 0:01:34.320 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 18:31:18 -0400 (0:00:00.111) 0:01:34.432 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 18:31:18 -0400 (0:00:00.025) 0:01:34.457 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:31:18 -0400 (0:00:00.047) 0:01:34.504 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 18:31:18 -0400 (0:00:00.031) 0:01:34.536 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 18:31:19 -0400 (0:00:00.069) 0:01:34.606 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 18:31:19 -0400 (0:00:00.026) 0:01:34.632 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 18:31:19 -0400 (0:00:00.018) 0:01:34.651 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 18:31:19 -0400 (0:00:00.019) 0:01:34.670 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 18:31:19 -0400 (0:00:00.033) 0:01:34.704 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 18:31:19 -0400 (0:00:00.020) 0:01:34.724 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Monday 20 July 2026 18:31:19 -0400 (0:00:00.018) 0:01:34.743 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:31:19 -0400 (0:00:00.088) 0:01:34.832 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:31:19 -0400 (0:00:00.038) 0:01:34.870 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:31:19 -0400 (0:00:00.037) 0:01:34.907 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:31:19 -0400 (0:00:00.027) 0:01:34.935 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:31:19 -0400 (0:00:00.026) 0:01:34.962 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:31:19 -0400 (0:00:00.039) 0:01:35.002 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:31:19 -0400 (0:00:00.350) 0:01:35.352 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:31:19 -0400 (0:00:00.024) 0:01:35.376 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:31:19 -0400 (0:00:00.023) 0:01:35.400 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:31:19 -0400 (0:00:00.023) 0:01:35.423 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:31:19 -0400 (0:00:00.023) 0:01:35.446 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:31:19 -0400 (0:00:00.022) 0:01:35.468 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:31:19 -0400 (0:00:00.023) 0:01:35.492 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:31:19 -0400 (0:00:00.022) 0:01:35.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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:31:19 -0400 (0:00:00.022) 0:01:35.537 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:31:20 -0400 (0:00:00.021) 0:01:35.558 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:31:20 -0400 (0:00:00.019) 0:01:35.577 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 18:31:20 -0400 (0:00:00.085) 0:01:35.663 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:31:20 -0400 (0:00:00.036) 0:01:35.700 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:31:20 -0400 (0:00:00.027) 0:01:35.727 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:31:20 -0400 (0:00:00.022) 0:01:35.750 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 18:31:20 -0400 (0:00:00.035) 0:01:35.785 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 18:31:20 -0400 (0:00:00.054) 0:01:35.839 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 18:31:20 -0400 (0:00:00.037) 0:01:35.876 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 18:31:20 -0400 (0:00:00.064) 0:01:35.941 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 18:31:21 -0400 (0:00:00.830) 0:01:36.772 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 18:31:21 -0400 (0:00:00.020) 0:01:36.792 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 18:31:21 -0400 (0:00:00.387) 0:01:37.180 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 18:31:22 -0400 (0:00:00.388) 0:01:37.568 *********** 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-1784586682.0738215-12517-197372471004/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 18:31:22 -0400 (0:00:00.609) 0:01:38.178 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:296 Monday 20 July 2026 18:31:23 -0400 (0:00:00.605) 0:01:38.783 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:303 Monday 20 July 2026 18:31:23 -0400 (0:00:00.027) 0:01:38.810 *********** included: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 => (item=nopull) included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 18:31:23 -0400 (0:00:00.039) 0:01:38.850 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 18:31:23 -0400 (0:00:00.001) 0:01:38.851 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 18:31:23 -0400 (0:00:00.016) 0:01:38.868 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 18:31:23 -0400 (0:00:00.050) 0:01:38.919 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 18:31:23 -0400 (0:00:00.023) 0:01:38.942 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 18:31:23 -0400 (0:00:00.528) 0:01:39.470 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 18:31:24 -0400 (0:00:00.323) 0:01:39.793 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 18:31:24 -0400 (0:00:00.017) 0:01:39.811 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 18:31:24 -0400 (0:00:00.017) 0:01:39.828 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 18:31:24 -0400 (0:00:00.016) 0:01:39.845 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 18:31:24 -0400 (0:00:00.016) 0:01:39.862 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 18:31:24 -0400 (0:00:00.039) 0:01:39.902 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 18:31:24 -0400 (0:00:00.016) 0:01:39.918 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 18:31:24 -0400 (0:00:00.016) 0:01:39.935 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 18:31:24 -0400 (0:00:00.017) 0:01:39.952 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 18:31:25 -0400 (0:00:01.002) 0:01:40.955 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 18:31:25 -0400 (0:00:00.032) 0:01:40.987 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 18:31:25 -0400 (0:00:00.040) 0:01:41.027 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 18:31:25 -0400 (0:00:00.033) 0:01:41.060 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 18:31:25 -0400 (0:00:00.031) 0:01:41.092 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 18:31:25 -0400 (0:00:00.030) 0:01:41.123 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.021158", "end": "2026-07-20 18:31:25.914372", "rc": 0, "start": "2026-07-20 18:31:25.893214" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 18:31:25 -0400 (0:00:00.387) 0:01:41.510 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 18:31:25 -0400 (0:00:00.028) 0:01:41.538 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 18:31:26 -0400 (0:00:00.021) 0:01:41.560 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 18:31:26 -0400 (0:00:00.025) 0:01:41.586 *********** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 18:31:26 -0400 (0:00:00.013) 0:01:41.599 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 18:31:26 -0400 (0:00:00.035) 0:01:41.635 *********** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 18:31:26 -0400 (0:00:00.019) 0:01:41.655 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:31:26 -0400 (0:00:00.044) 0:01:41.699 *********** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:31:26 -0400 (0:00:00.350) 0:01:42.049 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:31:26 -0400 (0:00:00.037) 0:01:42.086 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:31:26 -0400 (0:00:00.056) 0:01:42.143 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:31:26 -0400 (0:00:00.342) 0:01:42.485 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:31:26 -0400 (0:00:00.020) 0:01:42.506 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:31:26 -0400 (0:00:00.020) 0:01:42.527 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:31:27 -0400 (0:00:00.021) 0:01:42.549 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:31:27 -0400 (0:00:00.019) 0:01:42.568 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:31:27 -0400 (0:00:00.019) 0:01:42.588 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:31:27 -0400 (0:00:00.019) 0:01:42.608 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:31:27 -0400 (0:00:00.020) 0:01:42.629 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Monday 20 July 2026 18:31:27 -0400 (0:00:00.019) 0:01:42.649 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Monday 20 July 2026 18:31:27 -0400 (0:00:00.046) 0:01:42.695 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 18:31:27 -0400 (0:00:00.040) 0:01:42.736 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 18:31:27 -0400 (0:00:00.019) 0:01:42.755 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Monday 20 July 2026 18:31:27 -0400 (0:00:00.019) 0:01:42.774 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 18:31:27 -0400 (0:00:00.041) 0:01:42.816 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 18:31:27 -0400 (0:00:00.019) 0:01:42.835 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Monday 20 July 2026 18:31:27 -0400 (0:00:00.019) 0:01:42.855 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 18:31:27 -0400 (0:00:00.046) 0:01:42.901 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 18:31:27 -0400 (0:00:00.024) 0:01:42.925 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Monday 20 July 2026 18:31:27 -0400 (0:00:00.030) 0:01:42.956 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 18:31:27 -0400 (0:00:00.091) 0:01:43.048 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 18:31:27 -0400 (0:00:00.019) 0:01:43.068 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 18:31:27 -0400 (0:00:00.026) 0:01:43.094 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 18:31:27 -0400 (0:00:00.020) 0:01:43.114 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Monday 20 July 2026 18:31:27 -0400 (0:00:00.022) 0:01:43.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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 20 July 2026 18:31:27 -0400 (0:00:00.084) 0:01:43.220 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 20 July 2026 18:31:27 -0400 (0:00:00.031) 0:01:43.252 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Monday 20 July 2026 18:31:28 -0400 (0:00:00.467) 0:01:43.719 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Monday 20 July 2026 18:31:28 -0400 (0:00:00.335) 0:01:44.055 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Monday 20 July 2026 18:31:28 -0400 (0:00:00.022) 0:01:44.077 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Monday 20 July 2026 18:31:28 -0400 (0:00:00.021) 0:01:44.099 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Monday 20 July 2026 18:31:28 -0400 (0:00:00.022) 0:01:44.122 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Monday 20 July 2026 18:31:28 -0400 (0:00:00.021) 0:01:44.143 *********** [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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 20 July 2026 18:31:28 -0400 (0:00:00.045) 0:01:44.189 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 20 July 2026 18:31:28 -0400 (0:00:00.037) 0:01:44.226 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Monday 20 July 2026 18:31:28 -0400 (0:00:00.023) 0:01:44.250 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Monday 20 July 2026 18:31:28 -0400 (0:00:00.021) 0:01:44.271 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Monday 20 July 2026 18:31:28 -0400 (0:00:00.023) 0:01:44.295 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Monday 20 July 2026 18:31:29 -0400 (0:00:01.092) 0:01:45.387 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Monday 20 July 2026 18:31:29 -0400 (0:00:00.019) 0:01:45.407 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Monday 20 July 2026 18:31:29 -0400 (0:00:00.019) 0:01:45.426 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 20 July 2026 18:31:29 -0400 (0:00:00.020) 0:01:45.446 *********** [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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Monday 20 July 2026 18:31:29 -0400 (0:00:00.033) 0:01:45.480 *********** [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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Monday 20 July 2026 18:31:29 -0400 (0:00:00.044) 0:01:45.524 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ActiveEnterTimestampMonotonic": "205300986", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 18:30:35 EDT", "AssertTimestampMonotonic": "205298662", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1123255000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ConditionTimestampMonotonic": "205298660", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ip6tables.service iptables.service ebtables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4810", "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": "Mon 2026-07-20 18:30:35 EDT", "ExecMainHandoffTimestampMonotonic": "205331321", "ExecMainPID": "15078", "ExecMainStartTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ExecMainStartTimestampMonotonic": "205300568", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-07-20 18:30:35 EDT", "InactiveExitTimestampMonotonic": "205300986", "InvocationID": "9de349e2734343829ed948e182e5ad53", "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": "15078", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2941620224", "MemoryCurrent": "32514048", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34537472", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Mon 2026-07-20 18:30:35 EDT", "StateChangeTimestampMonotonic": "205300986", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Monday 20 July 2026 18:31:30 -0400 (0:00:00.534) 0:01:46.058 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ActiveEnterTimestampMonotonic": "205300986", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 18:30:35 EDT", "AssertTimestampMonotonic": "205298662", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1123255000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ConditionTimestampMonotonic": "205298660", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ip6tables.service iptables.service ebtables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4810", "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": "Mon 2026-07-20 18:30:35 EDT", "ExecMainHandoffTimestampMonotonic": "205331321", "ExecMainPID": "15078", "ExecMainStartTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ExecMainStartTimestampMonotonic": "205300568", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-07-20 18:30:35 EDT", "InactiveExitTimestampMonotonic": "205300986", "InvocationID": "9de349e2734343829ed948e182e5ad53", "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": "15078", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2940653568", "MemoryCurrent": "32514048", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34537472", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Mon 2026-07-20 18:30:35 EDT", "StateChangeTimestampMonotonic": "205300986", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Monday 20 July 2026 18:31:31 -0400 (0:00:00.483) 0:01:46.542 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.178363", "end": "2026-07-20 18:31:31.462995", "rc": 0, "start": "2026-07-20 18:31:31.284632" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Monday 20 July 2026 18:31:31 -0400 (0:00:00.529) 0:01:47.071 *********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Monday 20 July 2026 18:31:32 -0400 (0:00:00.813) 0:01:47.885 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Monday 20 July 2026 18:31:32 -0400 (0:00:00.025) 0:01:47.910 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Monday 20 July 2026 18:31:32 -0400 (0:00:00.022) 0:01:47.933 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Monday 20 July 2026 18:31:32 -0400 (0:00:00.026) 0:01:47.959 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Monday 20 July 2026 18:31:32 -0400 (0:00:00.035) 0:01:47.995 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Monday 20 July 2026 18:31:32 -0400 (0:00:00.031) 0:01:48.026 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Monday 20 July 2026 18:31:32 -0400 (0:00:00.351) 0:01:48.377 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Monday 20 July 2026 18:31:33 -0400 (0:00:00.251) 0:01:48.628 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Monday 20 July 2026 18:31:33 -0400 (0:00:00.044) 0:01:48.673 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Monday 20 July 2026 18:31:33 -0400 (0:00:00.552) 0:01:49.225 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Monday 20 July 2026 18:31:34 -0400 (0:00:00.360) 0:01:49.585 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Monday 20 July 2026 18:31:34 -0400 (0:00:00.042) 0:01:49.627 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Monday 20 July 2026 18:31:34 -0400 (0:00:00.025) 0:01:49.653 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Monday 20 July 2026 18:31:34 -0400 (0:00:00.026) 0:01:49.680 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Monday 20 July 2026 18:31:34 -0400 (0:00:00.021) 0:01:49.702 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Monday 20 July 2026 18:31:34 -0400 (0:00:00.023) 0:01:49.725 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Monday 20 July 2026 18:31:34 -0400 (0:00:00.025) 0:01:49.751 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Monday 20 July 2026 18:31:35 -0400 (0:00:01.123) 0:01:50.874 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Monday 20 July 2026 18:31:35 -0400 (0:00:00.029) 0:01:50.904 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Monday 20 July 2026 18:31:36 -0400 (0:00:01.097) 0:01:52.001 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Monday 20 July 2026 18:31:37 -0400 (0:00:01.095) 0:01:53.097 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Monday 20 July 2026 18:31:37 -0400 (0:00:00.019) 0:01:53.117 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Monday 20 July 2026 18:31:37 -0400 (0:00:00.019) 0:01:53.136 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Monday 20 July 2026 18:31:37 -0400 (0:00:00.020) 0:01:53.157 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Monday 20 July 2026 18:31:38 -0400 (0:00:00.847) 0:01:54.004 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Monday 20 July 2026 18:31:38 -0400 (0:00:00.037) 0:01:54.042 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Monday 20 July 2026 18:31:38 -0400 (0:00:00.035) 0:01:54.077 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Monday 20 July 2026 18:31:38 -0400 (0:00:00.038) 0:01:54.115 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Monday 20 July 2026 18:31:38 -0400 (0:00:00.048) 0:01:54.164 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Monday 20 July 2026 18:31:38 -0400 (0:00:00.037) 0:01:54.202 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Monday 20 July 2026 18:31:38 -0400 (0:00:00.042) 0:01:54.244 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Monday 20 July 2026 18:31:38 -0400 (0:00:00.046) 0:01:54.291 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Monday 20 July 2026 18:31:38 -0400 (0:00:00.029) 0:01:54.320 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Monday 20 July 2026 18:31:38 -0400 (0:00:00.035) 0:01:54.356 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Monday 20 July 2026 18:31:38 -0400 (0:00:00.029) 0:01:54.385 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Monday 20 July 2026 18:31:38 -0400 (0:00:00.030) 0:01:54.416 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Monday 20 July 2026 18:31:38 -0400 (0:00:00.029) 0:01:54.446 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Monday 20 July 2026 18:31:38 -0400 (0:00:00.029) 0:01:54.475 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Monday 20 July 2026 18:31:38 -0400 (0:00:00.028) 0:01:54.504 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Monday 20 July 2026 18:31:38 -0400 (0:00:00.029) 0:01:54.534 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Monday 20 July 2026 18:31:39 -0400 (0:00:00.017) 0:01:54.551 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Monday 20 July 2026 18:31:39 -0400 (0:00:00.549) 0:01:55.101 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Monday 20 July 2026 18:31:39 -0400 (0:00:00.029) 0:01:55.131 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Monday 20 July 2026 18:31:42 -0400 (0:00:02.640) 0:01:57.772 *********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Monday 20 July 2026 18:31:42 -0400 (0:00:00.170) 0:01:57.943 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Monday 20 July 2026 18:31:42 -0400 (0:00:00.026) 0:01:57.969 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Monday 20 July 2026 18:31:42 -0400 (0:00:00.019) 0:01:57.989 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Monday 20 July 2026 18:31:42 -0400 (0:00:00.020) 0:01:58.010 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Monday 20 July 2026 18:31:42 -0400 (0:00:00.019) 0:01:58.029 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Monday 20 July 2026 18:31:42 -0400 (0:00:00.375) 0:01:58.404 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Monday 20 July 2026 18:31:42 -0400 (0:00:00.028) 0:01:58.433 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Monday 20 July 2026 18:31:42 -0400 (0:00:00.021) 0:01:58.454 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 18:31:42 -0400 (0:00:00.022) 0:01:58.477 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 18:31:43 -0400 (0:00:00.073) 0:01:58.550 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 18:31:43 -0400 (0:00:00.024) 0:01:58.574 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:31:43 -0400 (0:00:00.036) 0:01:58.610 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:31:43 -0400 (0:00:00.030) 0:01:58.641 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:31:43 -0400 (0:00:00.028) 0:01:58.669 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/nopull.yml" ], "delta": "0:00:00.004659", "end": "2026-07-20 18:31:43.499786", "rc": 0, "start": "2026-07-20 18:31:43.495127" } 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:31:43 -0400 (0:00:00.424) 0:01:59.093 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 20 July 2026 18:31:43 -0400 (0:00:00.156) 0:01:59.249 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 18:31:43 -0400 (0:00:00.118) 0:01:59.367 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 18:31:43 -0400 (0:00:00.040) 0:01:59.408 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:31:43 -0400 (0:00:00.066) 0:01:59.475 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 18:31:44 -0400 (0:00:00.093) 0:01:59.568 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 18:31:44 -0400 (0:00:00.021) 0:01:59.589 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 18:31:44 -0400 (0:00:00.028) 0:01:59.618 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 18:31:44 -0400 (0:00:00.022) 0:01:59.641 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 18:31:44 -0400 (0:00:00.019) 0:01:59.660 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 18:31:44 -0400 (0:00:00.036) 0:01:59.697 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 18:31:44 -0400 (0:00:00.019) 0:01:59.717 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Monday 20 July 2026 18:31:44 -0400 (0:00:00.019) 0:01:59.737 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:31:44 -0400 (0:00:00.110) 0:01:59.847 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:31:44 -0400 (0:00:00.036) 0:01:59.884 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:31:44 -0400 (0:00:00.037) 0:01:59.922 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:31:44 -0400 (0:00:00.027) 0:01:59.950 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:31:44 -0400 (0:00:00.026) 0:01:59.977 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:31:44 -0400 (0:00:00.037) 0:02:00.014 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:31:44 -0400 (0:00:00.341) 0:02:00.355 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:31:44 -0400 (0:00:00.027) 0:02:00.383 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:31:44 -0400 (0:00:00.028) 0:02:00.412 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:31:44 -0400 (0:00:00.024) 0:02:00.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 : Get subgid file] ********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:31:44 -0400 (0:00:00.031) 0:02:00.468 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:31:44 -0400 (0:00:00.023) 0:02:00.491 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:31:44 -0400 (0:00:00.027) 0:02:00.519 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:31:45 -0400 (0:00:00.023) 0:02:00.542 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:31:45 -0400 (0:00:00.022) 0:02:00.565 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:31:45 -0400 (0:00:00.069) 0:02:00.634 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 18:31:45 -0400 (0:00:00.048) 0:02:00.683 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 18:31:45 -0400 (0:00:00.021) 0:02:00.705 *********** 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": "\"system-podman\\\\x2dkube.slice\" -.mount sysinit.target systemd-journald.socket network-online.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "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": "2927247360", "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": "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 18:31:45 -0400 (0:00:00.523) 0:02:01.229 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586656.7653239, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4811b1d29c774e289cb599267b3a9ecfdefb464d", "ctime": 1784586656.1864517, "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": 1784586655.9352977, "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": "4202162098", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 18:31:46 -0400 (0:00:00.367) 0:02:01.596 *********** 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: a56603a3e451fb2cbd8b268d1c3511d1003eae6823a5642f727ccbf8d5f025fe Pods removed: a56603a3e451fb2cbd8b268d1c3511d1003eae6823a5642f727ccbf8d5f025fe Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove volumes associated with pod/containers removed above] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 18:31:46 -0400 (0:00:00.489) 0:02:02.086 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/nopull.yml" ], "delta": "0:00:00.027490", "end": "2026-07-20 18:31:46.875620", "rc": 0, "start": "2026-07-20 18:31:46.848130" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 18:31:46 -0400 (0:00:00.406) 0:02:02.492 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 18:31:47 -0400 (0:00:00.349) 0:02:02.841 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.026030", "end": "2026-07-20 18:31:47.613467", "rc": 0, "start": "2026-07-20 18:31:47.587437" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 18:31:47 -0400 (0:00:00.380) 0:02:03.222 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:31:47 -0400 (0:00:00.045) 0:02:03.267 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:31:47 -0400 (0:00:00.026) 0:02:03.294 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:31:47 -0400 (0:00:00.038) 0:02:03.332 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:31:47 -0400 (0:00:00.036) 0:02:03.369 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Monday 20 July 2026 18:31:47 -0400 (0:00:00.024) 0:02:03.393 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Monday 20 July 2026 18:31:47 -0400 (0:00:00.022) 0:02:03.416 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Monday 20 July 2026 18:31:47 -0400 (0:00:00.026) 0:02:03.442 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Monday 20 July 2026 18:31:47 -0400 (0:00:00.019) 0:02:03.462 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Monday 20 July 2026 18:31:47 -0400 (0:00:00.017) 0:02:03.480 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Monday 20 July 2026 18:31:47 -0400 (0:00:00.017) 0:02:03.497 *********** ok: [managed-node2] => { "changed": false } TASK [Clear facts] ************************************************************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 18:31:48 -0400 (0:00:00.346) 0:02:03.843 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 18:31:48 -0400 (0:00:00.002) 0:02:03.846 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 18:31:48 -0400 (0:00:00.020) 0:02:03.867 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 18:31:48 -0400 (0:00:00.057) 0:02:03.924 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 18:31:48 -0400 (0:00:00.030) 0:02:03.955 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 18:31:48 -0400 (0:00:00.523) 0:02:04.479 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 18:31:49 -0400 (0:00:00.354) 0:02:04.834 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 18:31:49 -0400 (0:00:00.029) 0:02:04.863 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 18:31:49 -0400 (0:00:00.030) 0:02:04.893 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 18:31:49 -0400 (0:00:00.026) 0:02:04.920 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 18:31:49 -0400 (0:00:00.026) 0:02:04.947 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 18:31:49 -0400 (0:00:00.067) 0:02:05.014 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 18:31:49 -0400 (0:00:00.029) 0:02:05.044 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 18:31:49 -0400 (0:00:00.029) 0:02:05.073 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 18:31:49 -0400 (0:00:00.029) 0:02:05.102 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 18:31:50 -0400 (0:00:01.109) 0:02:06.212 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 18:31:50 -0400 (0:00:00.020) 0:02:06.233 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 18:31:50 -0400 (0:00:00.028) 0:02:06.261 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 18:31:50 -0400 (0:00:00.020) 0:02:06.281 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 18:31:50 -0400 (0:00:00.025) 0:02:06.307 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 18:31:50 -0400 (0:00:00.019) 0:02:06.326 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.019721", "end": "2026-07-20 18:31:51.092800", "rc": 0, "start": "2026-07-20 18:31:51.073079" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 18:31:51 -0400 (0:00:00.356) 0:02:06.682 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 18:31:51 -0400 (0:00:00.033) 0:02:06.716 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 18:31:51 -0400 (0:00:00.034) 0:02:06.751 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 18:31:51 -0400 (0:00:00.020) 0:02:06.771 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 18:31:51 -0400 (0:00:00.017) 0:02:06.789 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 18:31:51 -0400 (0:00:00.029) 0:02:06.819 *********** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 18:31:51 -0400 (0:00:00.026) 0:02:06.845 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:31:51 -0400 (0:00:00.049) 0:02:06.894 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:31:51 -0400 (0:00:00.347) 0:02:07.241 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:31:51 -0400 (0:00:00.025) 0:02:07.267 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:31:51 -0400 (0:00:00.040) 0:02:07.307 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:31:52 -0400 (0:00:00.347) 0:02:07.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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:31:52 -0400 (0:00:00.034) 0:02:07.690 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:31:52 -0400 (0:00:00.036) 0:02:07.726 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:31:52 -0400 (0:00:00.034) 0:02:07.761 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:31:52 -0400 (0:00:00.033) 0:02:07.794 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:31:52 -0400 (0:00:00.033) 0:02:07.827 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:31:52 -0400 (0:00:00.034) 0:02:07.861 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:31:52 -0400 (0:00:00.033) 0:02:07.895 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Monday 20 July 2026 18:31:52 -0400 (0:00:00.033) 0:02:07.929 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Monday 20 July 2026 18:31:52 -0400 (0:00:00.079) 0:02:08.009 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 18:31:52 -0400 (0:00:00.072) 0:02:08.081 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 18:31:52 -0400 (0:00:00.033) 0:02:08.114 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Monday 20 July 2026 18:31:52 -0400 (0:00:00.031) 0:02:08.146 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 18:31:52 -0400 (0:00:00.075) 0:02:08.222 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 18:31:52 -0400 (0:00:00.023) 0:02:08.245 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Monday 20 July 2026 18:31:52 -0400 (0:00:00.021) 0:02:08.267 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 18:31:52 -0400 (0:00:00.098) 0:02:08.366 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 18:31:52 -0400 (0:00:00.020) 0:02:08.386 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Monday 20 July 2026 18:31:52 -0400 (0:00:00.023) 0:02:08.410 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 18:31:52 -0400 (0:00:00.045) 0:02:08.455 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 18:31:52 -0400 (0:00:00.019) 0:02:08.475 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 18:31:52 -0400 (0:00:00.020) 0:02:08.496 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 18:31:52 -0400 (0:00:00.019) 0:02:08.516 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Monday 20 July 2026 18:31:53 -0400 (0:00:00.028) 0:02:08.544 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 20 July 2026 18:31:53 -0400 (0:00:00.097) 0:02:08.642 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 20 July 2026 18:31:53 -0400 (0:00:00.038) 0:02:08.680 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Monday 20 July 2026 18:31:53 -0400 (0:00:00.508) 0:02:09.188 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Monday 20 July 2026 18:31:54 -0400 (0:00:00.369) 0:02:09.558 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Monday 20 July 2026 18:31:54 -0400 (0:00:00.034) 0:02:09.593 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Monday 20 July 2026 18:31:54 -0400 (0:00:00.050) 0:02:09.643 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Monday 20 July 2026 18:31:54 -0400 (0:00:00.036) 0:02:09.680 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Monday 20 July 2026 18:31:54 -0400 (0:00:00.035) 0:02:09.715 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 20 July 2026 18:31:54 -0400 (0:00:00.075) 0:02:09.791 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 20 July 2026 18:31:54 -0400 (0:00:00.064) 0:02:09.855 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Monday 20 July 2026 18:31:54 -0400 (0:00:00.026) 0:02:09.881 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Monday 20 July 2026 18:31:54 -0400 (0:00:00.026) 0:02:09.908 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Monday 20 July 2026 18:31:54 -0400 (0:00:00.023) 0:02:09.932 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Monday 20 July 2026 18:31:55 -0400 (0:00:01.122) 0:02:11.055 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Monday 20 July 2026 18:31:55 -0400 (0:00:00.023) 0:02:11.079 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Monday 20 July 2026 18:31:55 -0400 (0:00:00.019) 0:02:11.098 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 20 July 2026 18:31:55 -0400 (0:00:00.020) 0:02:11.119 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Monday 20 July 2026 18:31:55 -0400 (0:00:00.029) 0:02:11.149 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Monday 20 July 2026 18:31:55 -0400 (0:00:00.031) 0:02:11.180 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ActiveEnterTimestampMonotonic": "205300986", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 18:30:35 EDT", "AssertTimestampMonotonic": "205298662", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1358712000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ConditionTimestampMonotonic": "205298660", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ip6tables.service iptables.service ebtables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4810", "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": "Mon 2026-07-20 18:30:35 EDT", "ExecMainHandoffTimestampMonotonic": "205331321", "ExecMainPID": "15078", "ExecMainStartTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ExecMainStartTimestampMonotonic": "205300568", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-07-20 18:30:35 EDT", "InactiveExitTimestampMonotonic": "205300986", "InvocationID": "9de349e2734343829ed948e182e5ad53", "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": "15078", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2920603648", "MemoryCurrent": "32514048", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34537472", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Mon 2026-07-20 18:30:35 EDT", "StateChangeTimestampMonotonic": "205300986", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Monday 20 July 2026 18:31:56 -0400 (0:00:00.494) 0:02:11.674 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ActiveEnterTimestampMonotonic": "205300986", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 18:30:35 EDT", "AssertTimestampMonotonic": "205298662", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1358712000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ConditionTimestampMonotonic": "205298660", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ip6tables.service iptables.service ebtables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4810", "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": "Mon 2026-07-20 18:30:35 EDT", "ExecMainHandoffTimestampMonotonic": "205331321", "ExecMainPID": "15078", "ExecMainStartTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ExecMainStartTimestampMonotonic": "205300568", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-07-20 18:30:35 EDT", "InactiveExitTimestampMonotonic": "205300986", "InvocationID": "9de349e2734343829ed948e182e5ad53", "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": "15078", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2921967616", "MemoryCurrent": "32514048", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34537472", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Mon 2026-07-20 18:30:35 EDT", "StateChangeTimestampMonotonic": "205300986", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Monday 20 July 2026 18:31:56 -0400 (0:00:00.499) 0:02:12.174 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.178825", "end": "2026-07-20 18:31:57.091120", "rc": 0, "start": "2026-07-20 18:31:56.912295" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Monday 20 July 2026 18:31:57 -0400 (0:00:00.511) 0:02:12.685 *********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Monday 20 July 2026 18:31:57 -0400 (0:00:00.784) 0:02:13.469 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Monday 20 July 2026 18:31:57 -0400 (0:00:00.021) 0:02:13.491 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Monday 20 July 2026 18:31:57 -0400 (0:00:00.021) 0:02:13.513 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Monday 20 July 2026 18:31:57 -0400 (0:00:00.020) 0:02:13.533 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Monday 20 July 2026 18:31:58 -0400 (0:00:00.032) 0:02:13.566 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Monday 20 July 2026 18:31:58 -0400 (0:00:00.033) 0:02:13.599 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Monday 20 July 2026 18:31:58 -0400 (0:00:00.447) 0:02:14.047 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Monday 20 July 2026 18:31:58 -0400 (0:00:00.113) 0:02:14.160 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Monday 20 July 2026 18:31:58 -0400 (0:00:00.026) 0:02:14.187 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Monday 20 July 2026 18:31:59 -0400 (0:00:00.475) 0:02:14.662 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Monday 20 July 2026 18:31:59 -0400 (0:00:00.351) 0:02:15.014 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Monday 20 July 2026 18:31:59 -0400 (0:00:00.036) 0:02:15.050 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Monday 20 July 2026 18:31:59 -0400 (0:00:00.022) 0:02:15.073 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Monday 20 July 2026 18:31:59 -0400 (0:00:00.021) 0:02:15.095 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Monday 20 July 2026 18:31:59 -0400 (0:00:00.021) 0:02:15.117 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Monday 20 July 2026 18:31:59 -0400 (0:00:00.024) 0:02:15.141 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Monday 20 July 2026 18:31:59 -0400 (0:00:00.026) 0:02:15.168 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Monday 20 July 2026 18:32:00 -0400 (0:00:01.139) 0:02:16.308 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Monday 20 July 2026 18:32:00 -0400 (0:00:00.030) 0:02:16.339 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Monday 20 July 2026 18:32:01 -0400 (0:00:01.105) 0:02:17.444 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Monday 20 July 2026 18:32:03 -0400 (0:00:01.120) 0:02:18.565 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Monday 20 July 2026 18:32:03 -0400 (0:00:00.032) 0:02:18.598 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Monday 20 July 2026 18:32:03 -0400 (0:00:00.032) 0:02:18.630 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Monday 20 July 2026 18:32:03 -0400 (0:00:00.036) 0:02:18.666 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Monday 20 July 2026 18:32:04 -0400 (0:00:00.873) 0:02:19.540 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Monday 20 July 2026 18:32:04 -0400 (0:00:00.036) 0:02:19.576 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Monday 20 July 2026 18:32:04 -0400 (0:00:00.036) 0:02:19.612 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Monday 20 July 2026 18:32:04 -0400 (0:00:00.038) 0:02:19.651 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Monday 20 July 2026 18:32:04 -0400 (0:00:00.048) 0:02:19.700 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Monday 20 July 2026 18:32:04 -0400 (0:00:00.037) 0:02:19.737 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Monday 20 July 2026 18:32:04 -0400 (0:00:00.043) 0:02:19.781 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Monday 20 July 2026 18:32:04 -0400 (0:00:00.051) 0:02:19.833 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Monday 20 July 2026 18:32:04 -0400 (0:00:00.023) 0:02:19.856 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Monday 20 July 2026 18:32:04 -0400 (0:00:00.022) 0:02:19.878 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Monday 20 July 2026 18:32:04 -0400 (0:00:00.021) 0:02:19.900 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Monday 20 July 2026 18:32:04 -0400 (0:00:00.020) 0:02:19.920 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Monday 20 July 2026 18:32:04 -0400 (0:00:00.023) 0:02:19.943 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Monday 20 July 2026 18:32:04 -0400 (0:00:00.018) 0:02:19.962 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Monday 20 July 2026 18:32:04 -0400 (0:00:00.024) 0:02:19.987 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Monday 20 July 2026 18:32:04 -0400 (0:00:00.018) 0:02:20.006 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Monday 20 July 2026 18:32:04 -0400 (0:00:00.022) 0:02:20.029 *********** ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => { "__selinux_item": { "ports": "15001-15003", "setype": "http_port_t" }, "ansible_loop_var": "__selinux_item", "changed": false, "ports": [ "15001-15003" ], "proto": "tcp", "setype": "http_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Monday 20 July 2026 18:32:05 -0400 (0:00:00.549) 0:02:20.578 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Monday 20 July 2026 18:32:05 -0400 (0:00:00.022) 0:02:20.600 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Monday 20 July 2026 18:32:07 -0400 (0:00:02.794) 0:02:23.395 *********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Monday 20 July 2026 18:32:07 -0400 (0:00:00.092) 0:02:23.488 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Monday 20 July 2026 18:32:07 -0400 (0:00:00.034) 0:02:23.522 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Monday 20 July 2026 18:32:08 -0400 (0:00:00.020) 0:02:23.543 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Monday 20 July 2026 18:32:08 -0400 (0:00:00.023) 0:02:23.566 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Monday 20 July 2026 18:32:08 -0400 (0:00:00.021) 0:02:23.588 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Monday 20 July 2026 18:32:08 -0400 (0:00:00.360) 0:02:23.949 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Monday 20 July 2026 18:32:08 -0400 (0:00:00.038) 0:02:23.988 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Monday 20 July 2026 18:32:08 -0400 (0:00:00.033) 0:02:24.021 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 18:32:08 -0400 (0:00:00.031) 0:02:24.053 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 18:32:08 -0400 (0:00:00.126) 0:02:24.179 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 18:32:08 -0400 (0:00:00.041) 0:02:24.221 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:32:08 -0400 (0:00:00.084) 0:02:24.306 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:32:08 -0400 (0:00:00.042) 0:02:24.348 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:32:08 -0400 (0:00:00.032) 0:02:24.380 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/bogus.yml" ], "delta": "0:00:00.004868", "end": "2026-07-20 18:32:09.208048", "rc": 0, "start": "2026-07-20 18:32:09.203180" } 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:32:09 -0400 (0:00:00.423) 0:02:24.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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 20 July 2026 18:32:09 -0400 (0:00:00.189) 0:02:24.993 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 18:32:09 -0400 (0:00:00.098) 0:02:25.092 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 18:32:09 -0400 (0:00:00.080) 0:02:25.172 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:32:09 -0400 (0:00:00.041) 0:02:25.214 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 18:32:09 -0400 (0:00:00.021) 0:02:25.235 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 18:32:09 -0400 (0:00:00.018) 0:02:25.254 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 18:32:09 -0400 (0:00:00.027) 0:02:25.281 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 18:32:09 -0400 (0:00:00.018) 0:02:25.300 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 18:32:09 -0400 (0:00:00.032) 0:02:25.332 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 18:32:09 -0400 (0:00:00.045) 0:02:25.377 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 18:32:09 -0400 (0:00:00.019) 0:02:25.397 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Monday 20 July 2026 18:32:09 -0400 (0:00:00.026) 0:02:25.424 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:32:10 -0400 (0:00:00.159) 0:02:25.583 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:32:10 -0400 (0:00:00.060) 0:02:25.644 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:32:10 -0400 (0:00:00.068) 0:02:25.712 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:32:10 -0400 (0:00:00.048) 0:02:25.761 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:32:10 -0400 (0:00:00.045) 0:02:25.807 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:32:10 -0400 (0:00:00.059) 0:02:25.866 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:32:10 -0400 (0:00:00.389) 0:02:26.255 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:32:10 -0400 (0:00:00.040) 0:02:26.296 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:32:10 -0400 (0:00:00.043) 0:02:26.339 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:32:10 -0400 (0:00:00.044) 0:02:26.384 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:32:10 -0400 (0:00:00.043) 0:02:26.427 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:32:10 -0400 (0:00:00.039) 0:02:26.467 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:32:10 -0400 (0:00:00.039) 0:02:26.506 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:32:11 -0400 (0:00:00.119) 0:02:26.625 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:32:11 -0400 (0:00:00.040) 0:02:26.666 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:32:11 -0400 (0:00:00.040) 0:02:26.706 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 18:32:11 -0400 (0:00:00.079) 0:02:26.785 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 18:32:11 -0400 (0:00:00.039) 0:02:26.825 *********** 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": "systemd-journald.socket sysinit.target -.mount basic.target network-online.target \"system-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "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": "2911080448", "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": "\"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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 18:32:11 -0400 (0:00:00.516) 0:02:27.341 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586683.0001495, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "761582558b17bc57295ca927c1e894ff8d4f12fc", "ctime": 1784586682.59002, "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": 1784586682.349129, "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": "1724218180", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 18:32:12 -0400 (0:00:00.406) 0:02:27.748 *********** 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: a8f311e97fff2147e9dca6e87d46e8add8433ee63fd4b15d30ec375610e9ddf8 Pods removed: a8f311e97fff2147e9dca6e87d46e8add8433ee63fd4b15d30ec375610e9ddf8 Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove volumes associated with pod/containers removed above] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 18:32:12 -0400 (0:00:00.501) 0:02:28.250 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/bogus.yml" ], "delta": "0:00:00.027456", "end": "2026-07-20 18:32:13.022635", "rc": 0, "start": "2026-07-20 18:32:12.995179" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 18:32:13 -0400 (0:00:00.389) 0:02:28.639 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 18:32:13 -0400 (0:00:00.387) 0:02:29.026 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.026323", "end": "2026-07-20 18:32:13.837612", "rc": 0, "start": "2026-07-20 18:32:13.811289" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 18:32:13 -0400 (0:00:00.405) 0:02:29.431 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:32:13 -0400 (0:00:00.039) 0:02:29.471 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:32:13 -0400 (0:00:00.024) 0:02:29.495 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:32:13 -0400 (0:00:00.022) 0:02:29.518 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:32:14 -0400 (0:00:00.023) 0:02:29.542 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Monday 20 July 2026 18:32:14 -0400 (0:00:00.027) 0:02:29.569 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Monday 20 July 2026 18:32:14 -0400 (0:00:00.032) 0:02:29.602 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Monday 20 July 2026 18:32:14 -0400 (0:00:00.024) 0:02:29.626 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Monday 20 July 2026 18:32:14 -0400 (0:00:00.018) 0:02:29.644 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Monday 20 July 2026 18:32:14 -0400 (0:00:00.019) 0:02:29.663 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Monday 20 July 2026 18:32:14 -0400 (0:00:00.018) 0:02:29.682 *********** ok: [managed-node2] => { "changed": false } TASK [Run role] **************************************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:324 Monday 20 July 2026 18:32:14 -0400 (0:00:00.374) 0:02:30.057 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 18:32:14 -0400 (0:00:00.132) 0:02:30.189 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 18:32:14 -0400 (0:00:00.002) 0:02:30.191 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 18:32:14 -0400 (0:00:00.031) 0:02:30.222 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 18:32:14 -0400 (0:00:00.082) 0:02:30.305 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 18:32:14 -0400 (0:00:00.039) 0:02:30.344 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 18:32:15 -0400 (0:00:00.568) 0:02:30.913 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 18:32:15 -0400 (0:00:00.325) 0:02:31.238 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 18:32:15 -0400 (0:00:00.018) 0:02:31.257 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 18:32:15 -0400 (0:00:00.018) 0:02:31.275 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 18:32:15 -0400 (0:00:00.018) 0:02:31.293 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 18:32:15 -0400 (0:00:00.019) 0:02:31.313 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 18:32:15 -0400 (0:00:00.049) 0:02:31.362 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 18:32:15 -0400 (0:00:00.029) 0:02:31.392 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 18:32:15 -0400 (0:00:00.028) 0:02:31.421 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 18:32:15 -0400 (0:00:00.026) 0:02:31.447 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 18:32:16 -0400 (0:00:00.907) 0:02:32.354 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 18:32:16 -0400 (0:00:00.020) 0:02:32.374 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 18:32:16 -0400 (0:00:00.024) 0:02:32.399 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 18:32:16 -0400 (0:00:00.019) 0:02:32.419 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 18:32:16 -0400 (0:00:00.020) 0:02:32.439 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 18:32:16 -0400 (0:00:00.019) 0:02:32.459 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.019414", "end": "2026-07-20 18:32:17.214689", "rc": 0, "start": "2026-07-20 18:32:17.195275" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 18:32:17 -0400 (0:00:00.344) 0:02:32.804 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 18:32:17 -0400 (0:00:00.021) 0:02:32.825 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 18:32:17 -0400 (0:00:00.022) 0:02:32.848 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 18:32:17 -0400 (0:00:00.019) 0:02:32.867 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 18:32:17 -0400 (0:00:00.012) 0:02:32.879 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 18:32:17 -0400 (0:00:00.028) 0:02:32.908 *********** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 18:32:17 -0400 (0:00:00.019) 0:02:32.928 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:32:17 -0400 (0:00:00.039) 0:02:32.967 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:32:17 -0400 (0:00:00.333) 0:02:33.301 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:32:17 -0400 (0:00:00.022) 0:02:33.324 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:32:17 -0400 (0:00:00.034) 0:02:33.358 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:32:18 -0400 (0:00:00.337) 0:02:33.695 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:32:18 -0400 (0:00:00.021) 0:02:33.717 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:32:18 -0400 (0:00:00.020) 0:02:33.737 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:32:18 -0400 (0:00:00.032) 0:02:33.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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:32:18 -0400 (0:00:00.029) 0:02:33.800 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:32:18 -0400 (0:00:00.020) 0:02:33.820 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:32:18 -0400 (0:00:00.019) 0:02:33.840 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:32:18 -0400 (0:00:00.021) 0:02:33.862 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Monday 20 July 2026 18:32:18 -0400 (0:00:00.024) 0:02:33.887 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Monday 20 July 2026 18:32:18 -0400 (0:00:00.066) 0:02:33.953 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 18:32:18 -0400 (0:00:00.108) 0:02:34.062 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 18:32:18 -0400 (0:00:00.023) 0:02:34.085 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Monday 20 July 2026 18:32:18 -0400 (0:00:00.023) 0:02:34.109 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 18:32:18 -0400 (0:00:00.040) 0:02:34.149 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 18:32:18 -0400 (0:00:00.019) 0:02:34.169 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Monday 20 July 2026 18:32:18 -0400 (0:00:00.019) 0:02:34.188 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 18:32:18 -0400 (0:00:00.041) 0:02:34.230 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 18:32:18 -0400 (0:00:00.021) 0:02:34.251 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Monday 20 July 2026 18:32:18 -0400 (0:00:00.019) 0:02:34.271 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 18:32:18 -0400 (0:00:00.048) 0:02:34.319 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 18:32:18 -0400 (0:00:00.033) 0:02:34.353 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 18:32:18 -0400 (0:00:00.027) 0:02:34.380 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 18:32:18 -0400 (0:00:00.026) 0:02:34.406 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Monday 20 July 2026 18:32:18 -0400 (0:00:00.020) 0:02:34.427 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 20 July 2026 18:32:18 -0400 (0:00:00.096) 0:02:34.524 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 20 July 2026 18:32:19 -0400 (0:00:00.032) 0:02:34.557 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Monday 20 July 2026 18:32:19 -0400 (0:00:00.475) 0:02:35.032 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Monday 20 July 2026 18:32:19 -0400 (0:00:00.363) 0:02:35.395 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Monday 20 July 2026 18:32:19 -0400 (0:00:00.023) 0:02:35.419 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Monday 20 July 2026 18:32:19 -0400 (0:00:00.023) 0:02:35.442 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Monday 20 July 2026 18:32:19 -0400 (0:00:00.024) 0:02:35.467 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Monday 20 July 2026 18:32:19 -0400 (0:00:00.023) 0:02:35.490 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 20 July 2026 18:32:19 -0400 (0:00:00.048) 0:02:35.538 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 20 July 2026 18:32:20 -0400 (0:00:00.051) 0:02:35.589 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Monday 20 July 2026 18:32:20 -0400 (0:00:00.039) 0:02:35.629 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Monday 20 July 2026 18:32:20 -0400 (0:00:00.035) 0:02:35.665 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Monday 20 July 2026 18:32:20 -0400 (0:00:00.035) 0:02:35.700 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Monday 20 July 2026 18:32:21 -0400 (0:00:01.168) 0:02:36.869 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Monday 20 July 2026 18:32:21 -0400 (0:00:00.020) 0:02:36.889 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Monday 20 July 2026 18:32:21 -0400 (0:00:00.020) 0:02:36.910 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 20 July 2026 18:32:21 -0400 (0:00:00.034) 0:02:36.944 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Monday 20 July 2026 18:32:21 -0400 (0:00:00.057) 0:02:37.002 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Monday 20 July 2026 18:32:21 -0400 (0:00:00.041) 0:02:37.044 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ActiveEnterTimestampMonotonic": "205300986", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 18:30:35 EDT", "AssertTimestampMonotonic": "205298662", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1594660000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ConditionTimestampMonotonic": "205298660", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ip6tables.service iptables.service ebtables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4810", "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": "Mon 2026-07-20 18:30:35 EDT", "ExecMainHandoffTimestampMonotonic": "205331321", "ExecMainPID": "15078", "ExecMainStartTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ExecMainStartTimestampMonotonic": "205300568", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-07-20 18:30:35 EDT", "InactiveExitTimestampMonotonic": "205300986", "InvocationID": "9de349e2734343829ed948e182e5ad53", "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": "15078", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2935402496", "MemoryCurrent": "32526336", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34537472", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Mon 2026-07-20 18:30:35 EDT", "StateChangeTimestampMonotonic": "205300986", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Monday 20 July 2026 18:32:21 -0400 (0:00:00.485) 0:02:37.529 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ActiveEnterTimestampMonotonic": "205300986", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 18:30:35 EDT", "AssertTimestampMonotonic": "205298662", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1594660000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ConditionTimestampMonotonic": "205298660", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ip6tables.service iptables.service ebtables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4810", "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": "Mon 2026-07-20 18:30:35 EDT", "ExecMainHandoffTimestampMonotonic": "205331321", "ExecMainPID": "15078", "ExecMainStartTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ExecMainStartTimestampMonotonic": "205300568", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-07-20 18:30:35 EDT", "InactiveExitTimestampMonotonic": "205300986", "InvocationID": "9de349e2734343829ed948e182e5ad53", "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": "15078", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2934452224", "MemoryCurrent": "32526336", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34537472", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Mon 2026-07-20 18:30:35 EDT", "StateChangeTimestampMonotonic": "205300986", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Monday 20 July 2026 18:32:22 -0400 (0:00:00.498) 0:02:38.028 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.178970", "end": "2026-07-20 18:32:22.954501", "rc": 0, "start": "2026-07-20 18:32:22.775531" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Monday 20 July 2026 18:32:23 -0400 (0:00:00.574) 0:02:38.603 *********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Monday 20 July 2026 18:32:23 -0400 (0:00:00.791) 0:02:39.394 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Monday 20 July 2026 18:32:23 -0400 (0:00:00.034) 0:02:39.428 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Monday 20 July 2026 18:32:23 -0400 (0:00:00.036) 0:02:39.465 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Monday 20 July 2026 18:32:23 -0400 (0:00:00.036) 0:02:39.501 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Monday 20 July 2026 18:32:24 -0400 (0:00:00.054) 0:02:39.556 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Monday 20 July 2026 18:32:24 -0400 (0:00:00.052) 0:02:39.608 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Monday 20 July 2026 18:32:24 -0400 (0:00:00.385) 0:02:39.993 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Monday 20 July 2026 18:32:24 -0400 (0:00:00.236) 0:02:40.230 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Monday 20 July 2026 18:32:24 -0400 (0:00:00.040) 0:02:40.270 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Monday 20 July 2026 18:32:25 -0400 (0:00:00.498) 0:02:40.768 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Monday 20 July 2026 18:32:25 -0400 (0:00:00.356) 0:02:41.125 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Monday 20 July 2026 18:32:25 -0400 (0:00:00.035) 0:02:41.161 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Monday 20 July 2026 18:32:25 -0400 (0:00:00.032) 0:02:41.193 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Monday 20 July 2026 18:32:25 -0400 (0:00:00.036) 0:02:41.229 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Monday 20 July 2026 18:32:25 -0400 (0:00:00.022) 0:02:41.252 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Monday 20 July 2026 18:32:25 -0400 (0:00:00.022) 0:02:41.274 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Monday 20 July 2026 18:32:25 -0400 (0:00:00.033) 0:02:41.308 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Monday 20 July 2026 18:32:26 -0400 (0:00:01.145) 0:02:42.454 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Monday 20 July 2026 18:32:26 -0400 (0:00:00.034) 0:02:42.488 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Monday 20 July 2026 18:32:28 -0400 (0:00:01.141) 0:02:43.630 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Monday 20 July 2026 18:32:29 -0400 (0:00:01.133) 0:02:44.763 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Monday 20 July 2026 18:32:29 -0400 (0:00:00.029) 0:02:44.793 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Monday 20 July 2026 18:32:29 -0400 (0:00:00.033) 0:02:44.827 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Monday 20 July 2026 18:32:29 -0400 (0:00:00.021) 0:02:44.849 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Monday 20 July 2026 18:32:30 -0400 (0:00:00.824) 0:02:45.673 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Monday 20 July 2026 18:32:30 -0400 (0:00:00.024) 0:02:45.697 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Monday 20 July 2026 18:32:30 -0400 (0:00:00.023) 0:02:45.721 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Monday 20 July 2026 18:32:30 -0400 (0:00:00.023) 0:02:45.744 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Monday 20 July 2026 18:32:30 -0400 (0:00:00.036) 0:02:45.780 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Monday 20 July 2026 18:32:30 -0400 (0:00:00.040) 0:02:45.821 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Monday 20 July 2026 18:32:30 -0400 (0:00:00.043) 0:02:45.865 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Monday 20 July 2026 18:32:30 -0400 (0:00:00.047) 0:02:45.912 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Monday 20 July 2026 18:32:30 -0400 (0:00:00.031) 0:02:45.944 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Monday 20 July 2026 18:32:30 -0400 (0:00:00.037) 0:02:45.982 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Monday 20 July 2026 18:32:30 -0400 (0:00:00.030) 0:02:46.012 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Monday 20 July 2026 18:32:30 -0400 (0:00:00.032) 0:02:46.045 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Monday 20 July 2026 18:32:30 -0400 (0:00:00.089) 0:02:46.134 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Monday 20 July 2026 18:32:30 -0400 (0:00:00.023) 0:02:46.158 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Monday 20 July 2026 18:32:30 -0400 (0:00:00.019) 0:02:46.177 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Monday 20 July 2026 18:32:30 -0400 (0:00:00.024) 0:02:46.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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Monday 20 July 2026 18:32:30 -0400 (0:00:00.021) 0:02:46.223 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Monday 20 July 2026 18:32:31 -0400 (0:00:00.544) 0:02:46.767 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Monday 20 July 2026 18:32:31 -0400 (0:00:00.019) 0:02:46.786 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Monday 20 July 2026 18:32:33 -0400 (0:00:02.630) 0:02:49.417 *********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Monday 20 July 2026 18:32:34 -0400 (0:00:00.163) 0:02:49.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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Monday 20 July 2026 18:32:34 -0400 (0:00:00.052) 0:02:49.633 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Monday 20 July 2026 18:32:34 -0400 (0:00:00.037) 0:02:49.670 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Monday 20 July 2026 18:32:34 -0400 (0:00:00.036) 0:02:49.706 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Monday 20 July 2026 18:32:34 -0400 (0:00:00.037) 0:02:49.744 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Monday 20 July 2026 18:32:34 -0400 (0:00:00.398) 0:02:50.143 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Monday 20 July 2026 18:32:34 -0400 (0:00:00.038) 0:02:50.182 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Monday 20 July 2026 18:32:34 -0400 (0:00:00.031) 0:02:50.214 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 18:32:34 -0400 (0:00:00.034) 0:02:50.248 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 18:32:34 -0400 (0:00:00.121) 0:02:50.369 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 18:32:34 -0400 (0:00:00.038) 0:02:50.407 *********** included: /tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:32:34 -0400 (0:00:00.103) 0:02:50.511 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:32:35 -0400 (0:00:00.393) 0:02:50.905 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:32:35 -0400 (0:00:00.032) 0:02:50.937 *********** 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.004788", "end": "2026-07-20 18:32:35.844096", "rc": 0, "start": "2026-07-20 18:32:35.839308" } 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:32:35 -0400 (0:00:00.498) 0:02:51.436 *********** 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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:32:36 -0400 (0:00:00.337) 0:02:51.773 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:32:36 -0400 (0:00:00.345) 0:02:52.119 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:32:36 -0400 (0:00:00.030) 0:02:52.149 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.004601", "end": "2026-07-20 18:32:36.973526", "rc": 0, "start": "2026-07-20 18:32:36.968925" } 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:32:37 -0400 (0:00:00.430) 0:02:52.579 *********** 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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:32:37 -0400 (0:00:00.233) 0:02:52.812 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:32:37 -0400 (0:00:00.032) 0:02:52.845 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:32:37 -0400 (0:00:00.028) 0:02:52.874 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.004693", "end": "2026-07-20 18:32:37.709779", "rc": 0, "start": "2026-07-20 18:32:37.705086" } 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:32:37 -0400 (0:00:00.427) 0:02:53.302 *********** 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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 20 July 2026 18:32:37 -0400 (0:00:00.165) 0:02:53.467 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 18:32:38 -0400 (0:00:00.098) 0:02:53.565 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 18:32:38 -0400 (0:00:00.023) 0:02:53.589 *********** included: /tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:32:38 -0400 (0:00:00.070) 0:02:53.659 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:32:38 -0400 (0:00:00.041) 0:02:53.701 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_restart_services": [ { "activate_systemd_unit": true, "scope": "user", "service": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "unit_name": "httpd1", "user": "podman_basic_user", "xdg_runtime_dir": "/run/user/3001" }, { "activate_systemd_unit": true, "scope": "system", "service": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "unit_name": "httpd2", "user": "root", "xdg_runtime_dir": "" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:32:38 -0400 (0:00:00.053) 0:02:53.754 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 18:32:38 -0400 (0:00:00.103) 0:02:53.858 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 18:32:38 -0400 (0:00:00.034) 0:02:53.892 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 18:32:38 -0400 (0:00:00.044) 0:02:53.937 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 18:32:38 -0400 (0:00:00.032) 0:02:53.969 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 18:32:38 -0400 (0:00:00.032) 0:02:54.001 *********** 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_9ush7x80_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 18:32:38 -0400 (0:00:00.106) 0:02:54.107 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 18:32:38 -0400 (0:00:00.034) 0:02:54.142 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Monday 20 July 2026 18:32:38 -0400 (0:00:00.032) 0:02:54.174 *********** included: /tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:32:38 -0400 (0:00:00.287) 0:02:54.462 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:32:38 -0400 (0:00:00.038) 0:02:54.501 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:32:39 -0400 (0:00:00.039) 0:02:54.540 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:32:39 -0400 (0:00:00.358) 0:02:54.898 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:32:39 -0400 (0:00:00.032) 0:02:54.931 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:32:39 -0400 (0:00:00.062) 0:02:54.994 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:32:39 -0400 (0:00:00.349) 0:02:55.343 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003749", "end": "2026-07-20 18:32:40.120802", "rc": 0, "start": "2026-07-20 18:32:40.117053" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:32:40 -0400 (0:00:00.373) 0:02:55.716 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.003547", "end": "2026-07-20 18:32:40.466699", "rc": 0, "start": "2026-07-20 18:32:40.463152" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:32:40 -0400 (0:00:00.349) 0:02:56.065 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:32:40 -0400 (0:00:00.047) 0:02:56.113 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:32:40 -0400 (0:00:00.026) 0:02:56.140 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:32:40 -0400 (0:00:00.024) 0:02:56.164 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:32:40 -0400 (0:00:00.024) 0:02:56.188 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:32:40 -0400 (0:00:00.024) 0:02:56.213 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:32:40 -0400 (0:00:00.023) 0:02:56.236 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:32:40 -0400 (0:00:00.023) 0:02:56.260 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:32:40 -0400 (0:00:00.021) 0:02:56.281 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 18:32:40 -0400 (0:00:00.058) 0:02:56.340 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:32:40 -0400 (0:00:00.048) 0:02:56.388 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "podman_basic_user" ], "delta": "0:00:00.019016", "end": "2026-07-20 18:32:41.159403", "rc": 0, "start": "2026-07-20 18:32:41.140387" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:32:41 -0400 (0:00:00.412) 0:02:56.801 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:32:41 -0400 (0:00:00.146) 0:02:56.948 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 18:32:41 -0400 (0:00:00.044) 0:02:56.993 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_9ush7x80_podman/httpd1", "/tmp/lsr_9ush7x80_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 18:32:41 -0400 (0:00:00.084) 0:02:57.078 *********** changed: [managed-node2] => (item=/tmp/lsr_9ush7x80_podman/httpd1) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_9ush7x80_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_9ush7x80_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 3001 } changed: [managed-node2] => (item=/tmp/lsr_9ush7x80_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_9ush7x80_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 18:32:42 -0400 (0:00:00.741) 0:02:57.820 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 18:32:42 -0400 (0:00:00.068) 0:02:57.889 *********** [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 18:32:43 -0400 (0:00:01.401) 0:02:59.290 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 18:32:43 -0400 (0:00:00.037) 0:02:59.328 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 18:32:44 -0400 (0:00:00.348) 0:02:59.676 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 18:32:44 -0400 (0:00:00.388) 0:03:00.064 *********** changed: [managed-node2] => { "changed": true, "checksum": "b9153c82f1ea8e582f7f023ec23c17cd042f2282", "dest": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "gid": 3001, "group": "podman_basic_user", "md5sum": "5a8e8786c890f20bccad718657ba180d", "mode": "0644", "owner": "podman_basic_user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 1070, "src": "/root/.ansible/tmp/ansible-tmp-1784586764.5747173-15996-86404771123089/.source.yml", "state": "file", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 18:32:45 -0400 (0:00:00.661) 0:03:00.726 *********** 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: 9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9 Container: 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0 STDERR: time="2026-07-20T18:32:45-04:00" level=info msg="/bin/podman filtering at log level debug" time="2026-07-20T18:32:45-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-20T18:32:45-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-20T18:32:45-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-20T18:32:45-04:00" level=info msg="Using sqlite as database backend" time="2026-07-20T18:32:45-04:00" level=debug msg="systemd-logind: Unknown object '/'." time="2026-07-20T18:32:45-04:00" level=debug msg="Using graph driver overlay" time="2026-07-20T18:32:45-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2026-07-20T18:32:45-04:00" level=debug msg="Using run root /run/user/3001/containers" time="2026-07-20T18:32:45-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2026-07-20T18:32:45-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2026-07-20T18:32:45-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2026-07-20T18:32:45-04:00" level=debug msg="Using transient store: false" time="2026-07-20T18:32:45-04:00" level=debug msg="Initializing event backend file" time="2026-07-20T18:32:45-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T18:32:45-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T18:32:45-04:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2026-07-20T18:32:45-04:00" level=debug msg="Cached value indicated that native-diff is usable" time="2026-07-20T18:32:45-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2026-07-20T18:32:45-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-20T18:32:45-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-20T18:32:45-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-20T18:32:45-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-20T18:32:45-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-20T18:32:45-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-20T18:32:45-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-20T18:32:45-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-20T18:32:45-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-20T18:32:45-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Successfully loaded 1 networks" time="2026-07-20T18:32:45-04:00" level=debug msg="Validating options for local driver" time="2026-07-20T18:32:45-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-20T18:32:45-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9.slice for parent user.slice and name libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9" time="2026-07-20T18:32:45-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9.slice" time="2026-07-20T18:32:45-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9.slice" time="2026-07-20T18:32:45-04:00" level=debug msg="no command or entrypoint provided, and no CMD or ENTRYPOINT from image: defaulting to empty string" time="2026-07-20T18:32:45-04:00" level=debug msg="using systemd mode: false" time="2026-07-20T18:32:45-04:00" level=debug msg="setting container name 9c051955f987-infra" time="2026-07-20T18:32:45-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 0838bce87690cc63a7395a297023e46ca72515a30459755a20fc4caa69400cd1 bridge podman1 2026-07-20 22:32:45.625914831 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-20T18:32:45-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-20T18:32:45-04:00" level=debug msg="Allocated lock 2 for container 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e" time="2026-07-20T18:32:45-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are not supported" time="2026-07-20T18:32:45-04:00" level=debug msg="Check for idmapped mounts support " time="2026-07-20T18:32:45-04:00" level=debug msg="Created container \"5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Container \"5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e/userdata\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Container \"5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e\" has run directory \"/run/user/3001/containers/overlay-containers/5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e/userdata\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-20T18:32:45-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-20T18:32:45-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-20T18:32:45-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-20T18:32:45-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-20T18:32:45-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-20T18:32:45-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2026-07-20T18:32:45-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-20T18:32:45-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-20T18:32:45-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-20T18:32:45-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-20T18:32:45-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-20T18:32:45-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-20T18:32:45-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T18:32:45-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:32:45-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-20T18:32:45-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-20T18:32:45-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-20T18:32:45-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-20T18:32:45-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-20T18:32:45-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-20T18:32:45-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T18:32:45-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:32:45-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T18:32:45-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T18:32:45-04:00" level=debug msg="using systemd mode: false" time="2026-07-20T18:32:45-04:00" level=debug msg="adding container to pod httpd1" time="2026-07-20T18:32:45-04:00" level=debug msg="setting container name httpd1-httpd1" time="2026-07-20T18:32:45-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-20T18:32:45-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-20T18:32:45-04:00" level=debug msg="Adding mount /proc" time="2026-07-20T18:32:45-04:00" level=debug msg="Adding mount /dev" time="2026-07-20T18:32:45-04:00" level=debug msg="Adding mount /dev/pts" time="2026-07-20T18:32:45-04:00" level=debug msg="Adding mount /dev/mqueue" time="2026-07-20T18:32:45-04:00" level=debug msg="Adding mount /sys" time="2026-07-20T18:32:45-04:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2026-07-20T18:32:45-04:00" level=debug msg="Allocated lock 3 for container 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0" time="2026-07-20T18:32:45-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Created container \"6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Container \"6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0/userdata\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Container \"6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0\" has run directory \"/run/user/3001/containers/overlay-containers/6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0/userdata\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Strongconnecting node 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0" time="2026-07-20T18:32:45-04:00" level=debug msg="Pushed 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0 onto stack" time="2026-07-20T18:32:45-04:00" level=debug msg="Recursing to successor node 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e" time="2026-07-20T18:32:45-04:00" level=debug msg="Strongconnecting node 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e" time="2026-07-20T18:32:45-04:00" level=debug msg="Pushed 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e onto stack" time="2026-07-20T18:32:45-04:00" level=debug msg="Finishing node 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e. Popped 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e off stack" time="2026-07-20T18:32:45-04:00" level=debug msg="Finishing node 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0. Popped 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0 off stack" time="2026-07-20T18:32:45-04:00" level=debug msg="Created root filesystem for container 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e/rootfs/merge" time="2026-07-20T18:32:45-04:00" level=debug msg="Made network namespace at /run/user/3001/netns/netns-a415645a-23fb-cebc-fcf1-8216287c5dbe for container 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e" time="2026-07-20T18:32:45-04:00" level=debug msg="Creating rootless network namespace at \"/run/user/3001/containers/networks/rootless-netns/rootless-netns\"" time="2026-07-20T18:32:45-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-20T18:32:45-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_0838bce8_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: "ce:eb:83:b3:44:0b", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2026-07-20T18:32:45-04:00" level=debug msg="rootlessport: time=\"2026-07-20T18:32:45-04:00\" level=info msg=\"Starting parent driver\"\n" time="2026-07-20T18:32:45-04:00" level=debug msg="rootlessport: time=\"2026-07-20T18:32:45-04:00\" level=info msg=\"opaque=map[builtin.readypipepath:/run/user/3001/libpod/tmp/rootlessport2930844351/.bp-ready.pipe builtin.socketpath:/run/user/3001/libpod/tmp/rootlessport2930844351/.bp.sock]\"\ntime=\"2026-07-20T18:32:45-04:00\" level=info msg=\"Starting child driver in child netns (\\\"/proc/self/exe\\\" [rootlessport-child])\"\n" time="2026-07-20T18:32:45-04:00" level=debug msg="rootlessport: time=\"2026-07-20T18:32:45-04:00\" level=info msg=\"Waiting for initComplete\"\n" time="2026-07-20T18:32:45-04:00" level=debug msg="rootlessport: time=\"2026-07-20T18:32:45-04:00\" level=info msg=\"initComplete is closed; parent and child established the communication channel\"\n" time="2026-07-20T18:32:45-04:00" level=debug msg="rootlessport: time=\"2026-07-20T18:32:45-04:00\" level=info msg=\"Exposing ports [{ 80 15001 1 tcp}]\"\n" time="2026-07-20T18:32:45-04:00" level=debug msg="rootlessport: time=\"2026-07-20T18:32:45-04:00\" level=info msg=Ready\n" time="2026-07-20T18:32:45-04:00" level=debug msg="rootlessport is ready" time="2026-07-20T18:32:45-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-20T18:32:45-04:00" level=debug msg="Setting Cgroups for container 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e to user-libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9.slice:libpod:5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e" time="2026-07-20T18:32:45-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-20T18:32:45-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e/rootfs/merge\"" time="2026-07-20T18:32:45-04:00" level=debug msg="Created OCI spec for container 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e/userdata/config.json" time="2026-07-20T18:32:45-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9.slice for parent user.slice and name libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9" time="2026-07-20T18:32:45-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9.slice" time="2026-07-20T18:32:45-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9.slice" time="2026-07-20T18:32:45-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-20T18:32:45-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e -u 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e/userdata -p /run/user/3001/containers/overlay-containers/5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e/userdata/pidfile -n 9c051955f987-infra --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e/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 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e]" time="2026-07-20T18:32:45-04:00" level=info msg="Running conmon under slice user-libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9.slice and unitName libpod-conmon-5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2026-07-20T18:32:46-04:00" level=debug msg="Received: 40895" time="2026-07-20T18:32:46-04:00" level=info msg="Got Conmon PID as 40893" time="2026-07-20T18:32:46-04:00" level=debug msg="Created container 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e in OCI runtime" time="2026-07-20T18:32:46-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2026-07-20T18:32:46-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2026-07-20T18:32:46-04:00" level=debug msg="Starting container 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e with command [/catatonit -P]" time="2026-07-20T18:32:46-04:00" level=debug msg="Started container 5a7eaf7f19f0694e4ae28b1d804f0f482e3ecf9d0874a293eb3f80b1e1a3bd8e" time="2026-07-20T18:32:46-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/c29e3be20b78d442ca2a9e7434564c1587b46678e632850a79d586e0434791ec/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/c29e3be20b78d442ca2a9e7434564c1587b46678e632850a79d586e0434791ec/work,nodev,userxattr,context=\"system_u:object_r:container_file_t:s0:c607,c769\"" time="2026-07-20T18:32:46-04:00" level=debug msg="Mounted container \"6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0\" at \"/home/podman_basic_user/.local/share/containers/storage/overlay/c29e3be20b78d442ca2a9e7434564c1587b46678e632850a79d586e0434791ec/merged\"" time="2026-07-20T18:32:46-04:00" level=debug msg="Going to mount named volume testfile1" time="2026-07-20T18:32:46-04:00" level=debug msg="Copying up contents from container 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0 to volume testfile1" time="2026-07-20T18:32:46-04:00" level=debug msg="Created root filesystem for container 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0 at /home/podman_basic_user/.local/share/containers/storage/overlay/c29e3be20b78d442ca2a9e7434564c1587b46678e632850a79d586e0434791ec/merged" time="2026-07-20T18:32:46-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-20T18:32:46-04:00" level=debug msg="Setting Cgroups for container 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0 to user-libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9.slice:libpod:6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0" time="2026-07-20T18:32:46-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-20T18:32:46-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2026-07-20T18:32:46-04:00" level=debug msg="Created OCI spec for container 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0 at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0/userdata/config.json" time="2026-07-20T18:32:46-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9.slice for parent user.slice and name libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9" time="2026-07-20T18:32:46-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9.slice" time="2026-07-20T18:32:46-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9.slice" time="2026-07-20T18:32:46-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-20T18:32:46-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0 -u 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0 -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0/userdata -p /run/user/3001/containers/overlay-containers/6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0/userdata/pidfile -n httpd1-httpd1 --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0/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 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0]" time="2026-07-20T18:32:46-04:00" level=info msg="Running conmon under slice user-libpod_pod_9c051955f9875df228d5920115bbe38810a3e37cb16820aedacc873de205bce9.slice and unitName libpod-conmon-6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2026-07-20T18:32:46-04:00" level=debug msg="Received: 40900" time="2026-07-20T18:32:46-04:00" level=info msg="Got Conmon PID as 40898" time="2026-07-20T18:32:46-04:00" level=debug msg="Created container 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0 in OCI runtime" time="2026-07-20T18:32:46-04:00" level=debug msg="Starting container 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0 with command [/bin/busybox-extras httpd -f -p 80]" time="2026-07-20T18:32:46-04:00" level=debug msg="Started container 6743f7fcd778277f6fec990e7fbbeae95f4844a34af1b1887eb6952f1b0ce7c0" time="2026-07-20T18:32:46-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-20T18:32:46-04:00" level=debug msg="Shutting down engines" time="2026-07-20T18:32:46-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=40828 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Monday 20 July 2026 18:32:46 -0400 (0:00:00.966) 0:03:01.692 *********** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Monday 20 July 2026 18:32:46 -0400 (0:00:00.595) 0:03:02.288 *********** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount network-online.target \"app-podman\\\\x2dkube.slice\" run-user-3001.mount 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": "3552280576", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"app-podman\\\\x2dkube.slice\" basic.target", "RequiresMountsFor": "/run/user/3001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Monday 20 July 2026 18:32:47 -0400 (0:00:00.618) 0:03:02.907 *********** changed: [managed-node2] => { "changed": true, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target basic.target run-user-3001.mount \"app-podman\\\\x2dkube.slice\" -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "default.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "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": "3551621120", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"app-podman\\\\x2dkube.slice\" basic.target", "RequiresMountsFor": "/run/user/3001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Monday 20 July 2026 18:32:58 -0400 (0:00:11.165) 0:03:14.072 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:32:58 -0400 (0:00:00.051) 0:03:14.124 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:32:58 -0400 (0:00:00.046) 0:03:14.171 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:32:58 -0400 (0:00:00.043) 0:03:14.214 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:32:59 -0400 (0:00:00.345) 0:03:14.559 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:32:59 -0400 (0:00:00.033) 0:03:14.593 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:32:59 -0400 (0:00:00.093) 0:03:14.687 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:32:59 -0400 (0:00:00.385) 0:03:15.073 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:32:59 -0400 (0:00:00.040) 0:03:15.113 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:32:59 -0400 (0:00:00.039) 0:03:15.153 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:32:59 -0400 (0:00:00.044) 0:03:15.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 : Get subgid file] ********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:32:59 -0400 (0:00:00.133) 0:03:15.331 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:32:59 -0400 (0:00:00.038) 0:03:15.369 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:32:59 -0400 (0:00:00.042) 0:03:15.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 subgid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:32:59 -0400 (0:00:00.039) 0:03:15.451 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:32:59 -0400 (0:00:00.039) 0:03:15.490 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:32:59 -0400 (0:00:00.034) 0:03:15.525 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:33:00 -0400 (0:00:00.023) 0:03:15.549 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 18:33:00 -0400 (0:00:00.062) 0:03:15.612 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:33:00 -0400 (0:00:00.048) 0:03:15.661 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:33:00 -0400 (0:00:00.042) 0:03:15.703 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:33:00 -0400 (0:00:00.030) 0:03:15.734 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 18:33:00 -0400 (0:00:00.024) 0:03:15.758 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_9ush7x80_podman/httpd2", "/tmp/lsr_9ush7x80_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 18:33:00 -0400 (0:00:00.051) 0:03:15.810 *********** ok: [managed-node2] => (item=/tmp/lsr_9ush7x80_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_9ush7x80_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_9ush7x80_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_9ush7x80_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_9ush7x80_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 18:33:00 -0400 (0:00:00.692) 0:03:16.502 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 18:33:01 -0400 (0:00:00.053) 0:03:16.556 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 18:33:02 -0400 (0:00:01.935) 0:03:18.491 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 18:33:02 -0400 (0:00:00.021) 0:03:18.513 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 18:33:03 -0400 (0:00:00.345) 0:03:18.858 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 18:33:03 -0400 (0:00:00.345) 0:03:19.203 *********** changed: [managed-node2] => { "changed": true, "checksum": "3bd1c15ceed1a12b0ca30458aae4bbfa7324a3df", "dest": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "gid": 0, "group": "root", "md5sum": "b652754563888bbd1e09f06900c026b4", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 770, "src": "/root/.ansible/tmp/ansible-tmp-1784586783.7118068-16572-2941757858376/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 18:33:04 -0400 (0:00:00.657) 0:03:19.860 *********** 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: d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf Container: e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88 STDERR: time="2026-07-20T18:33:04-04:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2026-07-20T18:33:04-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-20T18:33:04-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-20T18:33:04-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-20T18:33:04-04:00" level=info msg="Using sqlite as database backend" time="2026-07-20T18:33:04-04:00" level=debug msg="Using graph driver overlay" time="2026-07-20T18:33:04-04:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2026-07-20T18:33:04-04:00" level=debug msg="Using run root /run/containers/storage" time="2026-07-20T18:33:04-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2026-07-20T18:33:04-04:00" level=debug msg="Using tmp dir /run/libpod" time="2026-07-20T18:33:04-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2026-07-20T18:33:04-04:00" level=debug msg="Using transient store: false" time="2026-07-20T18:33:04-04:00" level=debug msg="Initializing event backend journald" time="2026-07-20T18:33:04-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-20T18:33:04-04:00" level=debug msg="overlay: imagestore=/usr/lib/containers/storage" time="2026-07-20T18:33:04-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T18:33:04-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T18:33:04-04:00" level=debug msg="Cached value indicated that metacopy is being used" time="2026-07-20T18:33:04-04:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2026-07-20T18:33:04-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-20T18:33:04-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2026-07-20T18:33:04-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-20T18:33:04-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-20T18:33:04-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-20T18:33:04-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-20T18:33:04-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-20T18:33:04-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-20T18:33:04-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-20T18:33:04-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-20T18:33:04-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-20T18:33:04-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 8abb7e34664f39c8d205a3c54b5577c1739ab39823bdc89ba643d6790a6f0097 bridge podman1 2026-07-20 22:30:56.768000619 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-20T18:33:04-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-20T18:33:04-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-20T18:33:04-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf.slice for parent machine.slice and name libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf" time="2026-07-20T18:33:04-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf.slice" time="2026-07-20T18:33:04-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf.slice" time="2026-07-20T18:33:04-04:00" level=debug msg="no command or entrypoint provided, and no CMD or ENTRYPOINT from image: defaulting to empty string" time="2026-07-20T18:33:04-04:00" level=debug msg="using systemd mode: false" time="2026-07-20T18:33:04-04:00" level=debug msg="setting container name d272dc3dcbdb-infra" time="2026-07-20T18:33:04-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Allocated lock 1 for container 672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2" time="2026-07-20T18:33:04-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are supported" time="2026-07-20T18:33:04-04:00" level=debug msg="Created container \"672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Container \"672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2\" has work directory \"/var/lib/containers/storage/overlay-containers/672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2/userdata\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Container \"672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2\" has run directory \"/run/containers/storage/overlay-containers/672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2/userdata\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-20T18:33:04-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-20T18:33:04-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-20T18:33:04-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-20T18:33:04-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-20T18:33:04-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-20T18:33:04-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2026-07-20T18:33:04-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-20T18:33:04-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-20T18:33:04-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-20T18:33:04-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-20T18:33:04-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-20T18:33:04-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-20T18:33:04-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T18:33:04-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:33:04-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-20T18:33:04-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-20T18:33:04-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-20T18:33:04-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-20T18:33:04-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-20T18:33:04-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-20T18:33:04-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T18:33:04-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:33:04-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T18:33:04-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T18:33:04-04:00" level=debug msg="using systemd mode: false" time="2026-07-20T18:33:04-04:00" level=debug msg="adding container to pod httpd2" time="2026-07-20T18:33:04-04:00" level=debug msg="setting container name httpd2-httpd2" time="2026-07-20T18:33:04-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-20T18:33:04-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-20T18:33:04-04:00" level=debug msg="Adding mount /proc" time="2026-07-20T18:33:04-04:00" level=debug msg="Adding mount /dev" time="2026-07-20T18:33:04-04:00" level=debug msg="Adding mount /dev/pts" time="2026-07-20T18:33:04-04:00" level=debug msg="Adding mount /dev/mqueue" time="2026-07-20T18:33:04-04:00" level=debug msg="Adding mount /sys" time="2026-07-20T18:33:04-04:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2026-07-20T18:33:04-04:00" level=debug msg="Allocated lock 2 for container e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88" time="2026-07-20T18:33:04-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Created container \"e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Container \"e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88\" has work directory \"/var/lib/containers/storage/overlay-containers/e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88/userdata\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Container \"e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88\" has run directory \"/run/containers/storage/overlay-containers/e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88/userdata\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Strongconnecting node 672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2" time="2026-07-20T18:33:04-04:00" level=debug msg="Pushed 672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2 onto stack" time="2026-07-20T18:33:04-04:00" level=debug msg="Finishing node 672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2. Popped 672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2 off stack" time="2026-07-20T18:33:04-04:00" level=debug msg="Strongconnecting node e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88" time="2026-07-20T18:33:04-04:00" level=debug msg="Pushed e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88 onto stack" time="2026-07-20T18:33:04-04:00" level=debug msg="Finishing node e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88. Popped e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88 off stack" time="2026-07-20T18:33:04-04:00" level=debug msg="Created root filesystem for container 672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2 at /var/lib/containers/storage/overlay-containers/672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2/rootfs/merge" time="2026-07-20T18:33:04-04:00" level=debug msg="Made network namespace at /run/netns/netns-7b901a34-0385-5fce-1152-0871c53a688e for container 672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2" [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_8abb7e34_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: "0e:2a:81:72:7c:15", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2026-07-20T18:33:04-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-20T18:33:04-04:00" level=debug msg="Setting Cgroups for container 672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2 to machine-libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf.slice:libpod:672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2" time="2026-07-20T18:33:04-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-20T18:33:04-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/var/lib/containers/storage/overlay-containers/672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2/rootfs/merge\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Created OCI spec for container 672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2 at /var/lib/containers/storage/overlay-containers/672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2/userdata/config.json" time="2026-07-20T18:33:04-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf.slice for parent machine.slice and name libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf" time="2026-07-20T18:33:04-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf.slice" time="2026-07-20T18:33:04-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf.slice" time="2026-07-20T18:33:04-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-20T18:33:04-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2 -u 672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2/userdata -p /run/containers/storage/overlay-containers/672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2/userdata/pidfile -n d272dc3dcbdb-infra --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2/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 672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2]" time="2026-07-20T18:33:04-04:00" level=info msg="Running conmon under slice machine-libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf.slice and unitName libpod-conmon-672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2.scope" time="2026-07-20T18:33:04-04:00" level=debug msg="Received: 43207" time="2026-07-20T18:33:04-04:00" level=info msg="Got Conmon PID as 43205" time="2026-07-20T18:33:04-04:00" level=debug msg="Created container 672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2 in OCI runtime" time="2026-07-20T18:33:04-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2026-07-20T18:33:04-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2026-07-20T18:33:04-04:00" level=debug msg="Starting container 672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2 with command [/catatonit -P]" time="2026-07-20T18:33:04-04:00" level=debug msg="Started container 672aad39dd82132e8888bae5e3e9346ecdda812787663a7ae0e8f9c659ad42a2" time="2026-07-20T18:33:04-04:00" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff,upperdir=/var/lib/containers/storage/overlay/2b871d1263b80bf30cdf283a5b2b434aa445d73a5bb2670a95c2213bfd5d75c0/diff,workdir=/var/lib/containers/storage/overlay/2b871d1263b80bf30cdf283a5b2b434aa445d73a5bb2670a95c2213bfd5d75c0/work,nodev,metacopy=on,context=\"system_u:object_r:container_file_t:s0:c314,c854\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Mounted container \"e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88\" at \"/var/lib/containers/storage/overlay/2b871d1263b80bf30cdf283a5b2b434aa445d73a5bb2670a95c2213bfd5d75c0/merged\"" time="2026-07-20T18:33:04-04:00" level=debug msg="Created root filesystem for container e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88 at /var/lib/containers/storage/overlay/2b871d1263b80bf30cdf283a5b2b434aa445d73a5bb2670a95c2213bfd5d75c0/merged" time="2026-07-20T18:33:04-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-20T18:33:04-04:00" level=debug msg="Setting Cgroups for container e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88 to machine-libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf.slice:libpod:e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88" time="2026-07-20T18:33:04-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-20T18:33:04-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2026-07-20T18:33:04-04:00" level=debug msg="Created OCI spec for container e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88 at /var/lib/containers/storage/overlay-containers/e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88/userdata/config.json" time="2026-07-20T18:33:04-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf.slice for parent machine.slice and name libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf" time="2026-07-20T18:33:04-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf.slice" time="2026-07-20T18:33:04-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf.slice" time="2026-07-20T18:33:04-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-20T18:33:04-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88 -u e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88/userdata -p /run/containers/storage/overlay-containers/e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88/userdata/pidfile -n httpd2-httpd2 --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88/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 e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88]" time="2026-07-20T18:33:04-04:00" level=info msg="Running conmon under slice machine-libpod_pod_d272dc3dcbdb1b29353c0af53472be3e4254877db679d0fbc88ea4fae62b5ecf.slice and unitName libpod-conmon-e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88.scope" time="2026-07-20T18:33:04-04:00" level=debug msg="Received: 43212" time="2026-07-20T18:33:04-04:00" level=info msg="Got Conmon PID as 43210" time="2026-07-20T18:33:04-04:00" level=debug msg="Created container e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88 in OCI runtime" time="2026-07-20T18:33:04-04:00" level=debug msg="Starting container e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88 with command [/bin/busybox-extras httpd -f -p 80]" time="2026-07-20T18:33:04-04:00" level=debug msg="Started container e957d64842b7d9f939a2c680bdf83c381d395e9fc861a8ebfc2c342eba5f3a88" time="2026-07-20T18:33:04-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-20T18:33:04-04:00" level=debug msg="Shutting down engines" TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Monday 20 July 2026 18:33:05 -0400 (0:00:00.741) 0:03:20.601 *********** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Monday 20 July 2026 18:33:05 -0400 (0:00:00.719) 0:03:21.321 *********** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target systemd-journald.socket -.mount basic.target sysinit.target \"system-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "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": "2910535680", "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": "\"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 : Start service] ************************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Monday 20 July 2026 18:33:06 -0400 (0:00:00.889) 0:03:22.211 *********** changed: [managed-node2] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target systemd-journald.socket \"system-podman\\\\x2dkube.slice\" sysinit.target basic.target -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "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": "2911895552", "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": "\"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": "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Monday 20 July 2026 18:33:17 -0400 (0:00:11.135) 0:03:33.346 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:33:17 -0400 (0:00:00.091) 0:03:33.438 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:33:17 -0400 (0:00:00.062) 0:03:33.500 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:33:18 -0400 (0:00:00.067) 0:03:33.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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:33:18 -0400 (0:00:00.049) 0:03:33.617 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:33:18 -0400 (0:00:00.050) 0:03:33.668 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:33:18 -0400 (0:00:00.064) 0:03:33.732 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:33:18 -0400 (0:00:00.387) 0:03:34.119 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:33:18 -0400 (0:00:00.028) 0:03:34.148 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:33:18 -0400 (0:00:00.031) 0:03:34.180 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:33:18 -0400 (0:00:00.026) 0:03:34.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 : Get subgid file] ********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:33:18 -0400 (0:00:00.027) 0:03:34.234 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:33:18 -0400 (0:00:00.032) 0:03:34.267 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:33:18 -0400 (0:00:00.024) 0:03:34.291 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:33:18 -0400 (0:00:00.028) 0:03:34.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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:33:18 -0400 (0:00:00.023) 0:03:34.343 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:33:18 -0400 (0:00:00.023) 0:03:34.367 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:33:18 -0400 (0:00:00.022) 0:03:34.389 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 18:33:18 -0400 (0:00:00.061) 0:03:34.450 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:33:18 -0400 (0:00:00.049) 0:03:34.499 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:33:18 -0400 (0:00:00.023) 0:03:34.523 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:33:19 -0400 (0:00:00.097) 0:03:34.620 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 18:33:19 -0400 (0:00:00.044) 0:03:34.664 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_9ush7x80_podman/httpd3", "/tmp/lsr_9ush7x80_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 18:33:19 -0400 (0:00:00.086) 0:03:34.751 *********** ok: [managed-node2] => (item=/tmp/lsr_9ush7x80_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_9ush7x80_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_9ush7x80_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_9ush7x80_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_9ush7x80_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 18:33:19 -0400 (0:00:00.724) 0:03:35.476 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 18:33:20 -0400 (0:00:00.089) 0:03:35.565 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 18:33:20 -0400 (0:00:00.912) 0:03:36.478 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 18:33:20 -0400 (0:00:00.023) 0:03:36.501 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 18:33:21 -0400 (0:00:00.386) 0:03:36.888 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 18:33:21 -0400 (0:00:00.349) 0:03:37.238 *********** changed: [managed-node2] => { "changed": true, "checksum": "a1713cabd540bbe909886c988236b75b6db57c92", "dest": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "gid": 0, "group": "root", "md5sum": "2f58aad8de976bd4e9ae216ae8c72158", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 1070, "src": "/root/.ansible/tmp/ansible-tmp-1784586801.7442617-17185-82582438044887/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 18:33:22 -0400 (0:00:00.674) 0:03:37.913 *********** changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": true } STDOUT: Pod: 83c5f8aa360f5158ec0de15ad74fcbff20cbe0f19c7468af347cec702d55c48d Container: 87614f86bd3f8f07884cba144aec74f0555d08ab54be9cb20bc68001ccbae04c TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Monday 20 July 2026 18:33:23 -0400 (0:00:00.655) 0:03:38.568 *********** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Monday 20 July 2026 18:33:23 -0400 (0:00:00.732) 0:03:39.300 *********** 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": "-.mount \"system-podman\\\\x2dkube.slice\" network-online.target systemd-journald.socket sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "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": "2900389888", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Monday 20 July 2026 18:33:24 -0400 (0:00:00.748) 0:03:40.049 *********** 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 basic.target \"system-podman\\\\x2dkube.slice\" sysinit.target -.mount systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "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": "2903158784", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Monday 20 July 2026 18:33:35 -0400 (0:00:11.045) 0:03:51.094 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Monday 20 July 2026 18:33:35 -0400 (0:00:00.047) 0:03:51.141 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Monday 20 July 2026 18:33:35 -0400 (0:00:00.064) 0:03:51.206 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Monday 20 July 2026 18:33:35 -0400 (0:00:00.054) 0:03:51.260 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Monday 20 July 2026 18:33:35 -0400 (0:00:00.031) 0:03:51.292 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Monday 20 July 2026 18:33:35 -0400 (0:00:00.035) 0:03:51.327 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Monday 20 July 2026 18:33:35 -0400 (0:00:00.032) 0:03:51.360 *********** ok: [managed-node2] => { "changed": false } TASK [Check if pods are running] *********************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:334 Monday 20 July 2026 18:33:36 -0400 (0:00:00.415) 0:03:51.776 *********** 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.079646", "end": "2026-07-20 18:33:36.685506", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-20 18:33:36.605860" } 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.029867", "end": "2026-07-20 18:33:37.057712", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-20 18:33:37.027845" } 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.028892", "end": "2026-07-20 18:33:37.438378", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-20 18:33:37.409486" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:345 Monday 20 July 2026 18:33:37 -0400 (0:00:01.275) 0:03:53.051 *********** 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.010841", "end": "2026-07-20 18:33:37.925671", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-20 18:33:37.914830" } 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.013376", "end": "2026-07-20 18:33:38.261419", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-20 18:33:38.248043" } 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.012767", "end": "2026-07-20 18:33:38.595838", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-20 18:33:38.583071" } 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:362 Monday 20 July 2026 18:33:38 -0400 (0:00:01.137) 0:03:54.188 *********** ok: [managed-node2] => (item=15001) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Mon, 20 Jul 2026 22:33:39 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Mon, 20 Jul 2026 22:29:50 GMT", "redirected": false, "status": 200, "url": "http://localhost:15001/index.txt" } MSG: OK (3 bytes) ok: [managed-node2] => (item=15002) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Mon, 20 Jul 2026 22:33:39 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Mon, 20 Jul 2026 22:29:51 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) TASK [Check host directories] ************************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:370 Monday 20 July 2026 18:33:39 -0400 (0:00:01.034) 0:03:55.223 *********** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_9ush7x80_podman/httpd1-create" ], "delta": "0:00:00.003583", "end": "2026-07-20 18:33:39.975536", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-20 18:33:39.971953" } STDOUT: total 0 drwxr-xr-x. 2 podman_basic_user podman_basic_user 6 Jul 20 18:32 ./ drwxrwxrwx. 8 root root 111 Jul 20 18:33 ../ ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_9ush7x80_podman/httpd2-create" ], "delta": "0:00:00.003711", "end": "2026-07-20 18:33:40.300862", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-20 18:33:40.297151" } STDOUT: total 0 drwxr-xr-x. 2 root root 6 Jul 20 18:33 ./ drwxrwxrwx. 8 root root 111 Jul 20 18:33 ../ ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_9ush7x80_podman/httpd3-create" ], "delta": "0:00:00.003513", "end": "2026-07-20 18:33:40.612143", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-20 18:33:40.608630" } STDOUT: total 0 drwxrwxrwx. 8 root root 111 Jul 20 18:33 ../ drwxr-xr-x. 2 root root 6 Jul 20 18:33 ./ TASK [Run role again to test for idempotency] ********************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:375 Monday 20 July 2026 18:33:40 -0400 (0:00:01.051) 0:03:56.274 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 18:33:40 -0400 (0:00:00.040) 0:03:56.314 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 18:33:40 -0400 (0:00:00.001) 0:03:56.316 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 18:33:40 -0400 (0:00:00.021) 0:03:56.337 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 18:33:40 -0400 (0:00:00.052) 0:03:56.389 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 18:33:40 -0400 (0:00:00.024) 0:03:56.414 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 18:33:41 -0400 (0:00:00.532) 0:03:56.947 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 18:33:41 -0400 (0:00:00.336) 0:03:57.283 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 18:33:41 -0400 (0:00:00.028) 0:03:57.312 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 18:33:41 -0400 (0:00:00.025) 0:03:57.337 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 18:33:41 -0400 (0:00:00.019) 0:03:57.356 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 18:33:41 -0400 (0:00:00.021) 0:03:57.378 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 18:33:41 -0400 (0:00:00.049) 0:03:57.428 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 18:33:41 -0400 (0:00:00.021) 0:03:57.450 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 18:33:41 -0400 (0:00:00.019) 0:03:57.469 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 18:33:41 -0400 (0:00:00.026) 0:03:57.496 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 18:33:42 -0400 (0:00:00.902) 0:03:58.398 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 18:33:42 -0400 (0:00:00.026) 0:03:58.425 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 18:33:42 -0400 (0:00:00.029) 0:03:58.454 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 18:33:42 -0400 (0:00:00.021) 0:03:58.476 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 18:33:42 -0400 (0:00:00.022) 0:03:58.499 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 18:33:42 -0400 (0:00:00.020) 0:03:58.519 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.019224", "end": "2026-07-20 18:33:43.279179", "rc": 0, "start": "2026-07-20 18:33:43.259955" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 18:33:43 -0400 (0:00:00.363) 0:03:58.883 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 18:33:43 -0400 (0:00:00.035) 0:03:58.918 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 18:33:43 -0400 (0:00:00.036) 0:03:58.954 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 18:33:43 -0400 (0:00:00.034) 0:03:58.989 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 18:33:43 -0400 (0:00:00.021) 0:03:59.011 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 18:33:43 -0400 (0:00:00.050) 0:03:59.061 *********** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 18:33:43 -0400 (0:00:00.035) 0:03:59.097 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:33:43 -0400 (0:00:00.067) 0:03:59.165 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:33:43 -0400 (0:00:00.372) 0:03:59.537 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:33:44 -0400 (0:00:00.028) 0:03:59.566 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:33:44 -0400 (0:00:00.056) 0:03:59.622 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:33:44 -0400 (0:00:00.337) 0:03:59.959 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:33:44 -0400 (0:00:00.021) 0:03:59.981 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:33:44 -0400 (0:00:00.021) 0:04:00.003 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:33:44 -0400 (0:00:00.021) 0:04:00.024 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:33:44 -0400 (0:00:00.021) 0:04:00.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:33:44 -0400 (0:00:00.020) 0:04:00.066 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:33:44 -0400 (0:00:00.020) 0:04:00.087 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:33:44 -0400 (0:00:00.020) 0:04:00.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 : Set config file paths] **************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Monday 20 July 2026 18:33:44 -0400 (0:00:00.026) 0:04:00.134 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Monday 20 July 2026 18:33:44 -0400 (0:00:00.219) 0:04:00.353 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 18:33:44 -0400 (0:00:00.039) 0:04:00.393 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 18:33:44 -0400 (0:00:00.021) 0:04:00.415 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Monday 20 July 2026 18:33:44 -0400 (0:00:00.020) 0:04:00.435 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 18:33:44 -0400 (0:00:00.039) 0:04:00.475 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 18:33:44 -0400 (0:00:00.022) 0:04:00.497 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Monday 20 July 2026 18:33:44 -0400 (0:00:00.025) 0:04:00.522 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 18:33:45 -0400 (0:00:00.057) 0:04:00.579 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 18:33:45 -0400 (0:00:00.034) 0:04:00.614 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Monday 20 July 2026 18:33:45 -0400 (0:00:00.048) 0:04:00.663 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 18:33:45 -0400 (0:00:00.097) 0:04:00.760 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 18:33:45 -0400 (0:00:00.033) 0:04:00.794 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 18:33:45 -0400 (0:00:00.033) 0:04:00.828 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 18:33:45 -0400 (0:00:00.033) 0:04:00.861 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Monday 20 July 2026 18:33:45 -0400 (0:00:00.033) 0:04:00.895 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 20 July 2026 18:33:45 -0400 (0:00:00.139) 0:04:01.035 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 20 July 2026 18:33:45 -0400 (0:00:00.056) 0:04:01.091 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Monday 20 July 2026 18:33:46 -0400 (0:00:00.505) 0:04:01.596 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Monday 20 July 2026 18:33:46 -0400 (0:00:00.363) 0:04:01.960 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Monday 20 July 2026 18:33:46 -0400 (0:00:00.023) 0:04:01.984 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Monday 20 July 2026 18:33:46 -0400 (0:00:00.022) 0:04:02.006 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Monday 20 July 2026 18:33:46 -0400 (0:00:00.022) 0:04:02.029 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Monday 20 July 2026 18:33:46 -0400 (0:00:00.024) 0:04:02.054 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 20 July 2026 18:33:46 -0400 (0:00:00.047) 0:04:02.101 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 20 July 2026 18:33:46 -0400 (0:00:00.036) 0:04:02.138 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Monday 20 July 2026 18:33:46 -0400 (0:00:00.026) 0:04:02.164 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Monday 20 July 2026 18:33:46 -0400 (0:00:00.022) 0:04:02.187 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Monday 20 July 2026 18:33:46 -0400 (0:00:00.022) 0:04:02.210 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Monday 20 July 2026 18:33:47 -0400 (0:00:01.102) 0:04:03.312 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Monday 20 July 2026 18:33:47 -0400 (0:00:00.022) 0:04:03.335 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Monday 20 July 2026 18:33:47 -0400 (0:00:00.020) 0:04:03.355 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 20 July 2026 18:33:47 -0400 (0:00:00.020) 0:04:03.375 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Monday 20 July 2026 18:33:47 -0400 (0:00:00.034) 0:04:03.410 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Monday 20 July 2026 18:33:48 -0400 (0:00:00.137) 0:04:03.547 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ActiveEnterTimestampMonotonic": "205300986", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 18:30:35 EDT", "AssertTimestampMonotonic": "205298662", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1894164000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ConditionTimestampMonotonic": "205298660", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service ip6tables.service ebtables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4810", "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": "Mon 2026-07-20 18:30:35 EDT", "ExecMainHandoffTimestampMonotonic": "205331321", "ExecMainPID": "15078", "ExecMainStartTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ExecMainStartTimestampMonotonic": "205300568", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-07-20 18:30:35 EDT", "InactiveExitTimestampMonotonic": "205300986", "InvocationID": "9de349e2734343829ed948e182e5ad53", "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": "15078", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2871603200", "MemoryCurrent": "33210368", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34537472", "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": "Mon 2026-07-20 18:30:35 EDT", "StateChangeTimestampMonotonic": "205300986", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Monday 20 July 2026 18:33:48 -0400 (0:00:00.495) 0:04:04.042 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ActiveEnterTimestampMonotonic": "205300986", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 18:30:35 EDT", "AssertTimestampMonotonic": "205298662", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1894164000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ConditionTimestampMonotonic": "205298660", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service ip6tables.service ebtables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4810", "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": "Mon 2026-07-20 18:30:35 EDT", "ExecMainHandoffTimestampMonotonic": "205331321", "ExecMainPID": "15078", "ExecMainStartTimestamp": "Mon 2026-07-20 18:30:35 EDT", "ExecMainStartTimestampMonotonic": "205300568", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-07-20 18:30:35 EDT", "InactiveExitTimestampMonotonic": "205300986", "InvocationID": "9de349e2734343829ed948e182e5ad53", "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": "15078", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2874507264", "MemoryCurrent": "33210368", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34537472", "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": "Mon 2026-07-20 18:30:35 EDT", "StateChangeTimestampMonotonic": "205300986", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Monday 20 July 2026 18:33:48 -0400 (0:00:00.492) 0:04:04.535 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.179179", "end": "2026-07-20 18:33:49.470947", "rc": 0, "start": "2026-07-20 18:33:49.291768" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Monday 20 July 2026 18:33:49 -0400 (0:00:00.549) 0:04:05.084 *********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Monday 20 July 2026 18:33:50 -0400 (0:00:00.837) 0:04:05.922 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Monday 20 July 2026 18:33:50 -0400 (0:00:00.032) 0:04:05.954 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Monday 20 July 2026 18:33:50 -0400 (0:00:00.026) 0:04:05.981 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Monday 20 July 2026 18:33:50 -0400 (0:00:00.026) 0:04:06.007 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Monday 20 July 2026 18:33:50 -0400 (0:00:00.037) 0:04:06.045 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Monday 20 July 2026 18:33:50 -0400 (0:00:00.032) 0:04:06.078 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Monday 20 July 2026 18:33:50 -0400 (0:00:00.337) 0:04:06.415 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Monday 20 July 2026 18:33:50 -0400 (0:00:00.121) 0:04:06.536 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Monday 20 July 2026 18:33:51 -0400 (0:00:00.026) 0:04:06.563 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Monday 20 July 2026 18:33:51 -0400 (0:00:00.460) 0:04:07.024 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Monday 20 July 2026 18:33:51 -0400 (0:00:00.333) 0:04:07.357 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Monday 20 July 2026 18:33:51 -0400 (0:00:00.037) 0:04:07.395 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Monday 20 July 2026 18:33:51 -0400 (0:00:00.025) 0:04:07.421 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Monday 20 July 2026 18:33:51 -0400 (0:00:00.027) 0:04:07.448 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Monday 20 July 2026 18:33:51 -0400 (0:00:00.026) 0:04:07.475 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Monday 20 July 2026 18:33:51 -0400 (0:00:00.026) 0:04:07.501 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Monday 20 July 2026 18:33:51 -0400 (0:00:00.033) 0:04:07.534 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Monday 20 July 2026 18:33:53 -0400 (0:00:01.118) 0:04:08.653 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Monday 20 July 2026 18:33:53 -0400 (0:00:00.030) 0:04:08.684 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Monday 20 July 2026 18:33:54 -0400 (0:00:01.093) 0:04:09.777 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Monday 20 July 2026 18:33:55 -0400 (0:00:01.104) 0:04:10.882 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Monday 20 July 2026 18:33:55 -0400 (0:00:00.022) 0:04:10.905 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Monday 20 July 2026 18:33:55 -0400 (0:00:00.020) 0:04:10.925 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Monday 20 July 2026 18:33:55 -0400 (0:00:00.020) 0:04:10.945 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Monday 20 July 2026 18:33:56 -0400 (0:00:00.867) 0:04:11.813 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Monday 20 July 2026 18:33:56 -0400 (0:00:00.024) 0:04:11.838 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Monday 20 July 2026 18:33:56 -0400 (0:00:00.023) 0:04:11.862 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Monday 20 July 2026 18:33:56 -0400 (0:00:00.022) 0:04:11.885 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Monday 20 July 2026 18:33:56 -0400 (0:00:00.029) 0:04:11.914 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Monday 20 July 2026 18:33:56 -0400 (0:00:00.027) 0:04:11.941 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Monday 20 July 2026 18:33:56 -0400 (0:00:00.027) 0:04:11.969 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Monday 20 July 2026 18:33:56 -0400 (0:00:00.028) 0:04:11.997 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Monday 20 July 2026 18:33:56 -0400 (0:00:00.018) 0:04:12.016 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Monday 20 July 2026 18:33:56 -0400 (0:00:00.026) 0:04:12.042 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Monday 20 July 2026 18:33:56 -0400 (0:00:00.019) 0:04:12.062 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Monday 20 July 2026 18:33:56 -0400 (0:00:00.019) 0:04:12.081 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Monday 20 July 2026 18:33:56 -0400 (0:00:00.018) 0:04:12.100 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Monday 20 July 2026 18:33:56 -0400 (0:00:00.033) 0:04:12.133 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Monday 20 July 2026 18:33:56 -0400 (0:00:00.026) 0:04:12.160 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Monday 20 July 2026 18:33:56 -0400 (0:00:00.018) 0:04:12.178 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Monday 20 July 2026 18:33:56 -0400 (0:00:00.017) 0:04:12.196 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Monday 20 July 2026 18:33:57 -0400 (0:00:00.542) 0:04:12.738 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Monday 20 July 2026 18:33:57 -0400 (0:00:00.018) 0:04:12.757 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Monday 20 July 2026 18:33:59 -0400 (0:00:02.738) 0:04:15.495 *********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Monday 20 July 2026 18:34:00 -0400 (0:00:00.087) 0:04:15.582 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Monday 20 July 2026 18:34:00 -0400 (0:00:00.028) 0:04:15.610 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Monday 20 July 2026 18:34:00 -0400 (0:00:00.022) 0:04:15.632 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Monday 20 July 2026 18:34:00 -0400 (0:00:00.020) 0:04:15.653 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Monday 20 July 2026 18:34:00 -0400 (0:00:00.021) 0:04:15.675 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Monday 20 July 2026 18:34:00 -0400 (0:00:00.346) 0:04:16.021 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Monday 20 July 2026 18:34:00 -0400 (0:00:00.023) 0:04:16.044 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Monday 20 July 2026 18:34:00 -0400 (0:00:00.019) 0:04:16.063 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 18:34:00 -0400 (0:00:00.020) 0:04:16.084 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 18:34:00 -0400 (0:00:00.069) 0:04:16.153 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 18:34:00 -0400 (0:00:00.023) 0:04:16.177 *********** included: /tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:34:00 -0400 (0:00:00.061) 0:04:16.239 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:34:01 -0400 (0:00:00.358) 0:04:16.597 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:34:01 -0400 (0:00:00.029) 0:04:16.626 *********** 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.005253", "end": "2026-07-20 18:34:01.450543", "rc": 0, "start": "2026-07-20 18:34:01.445290" } 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:34:01 -0400 (0:00:00.419) 0:04:17.046 *********** 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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:34:01 -0400 (0:00:00.149) 0:04:17.195 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:34:02 -0400 (0:00:00.355) 0:04:17.551 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:34:02 -0400 (0:00:00.031) 0:04:17.582 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005110", "end": "2026-07-20 18:34:02.401540", "rc": 0, "start": "2026-07-20 18:34:02.396430" } 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:34:02 -0400 (0:00:00.411) 0:04:17.994 *********** 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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:34:02 -0400 (0:00:00.289) 0:04:18.283 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:34:02 -0400 (0:00:00.031) 0:04:18.315 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:34:02 -0400 (0:00:00.040) 0:04:18.355 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005126", "end": "2026-07-20 18:34:03.186769", "rc": 0, "start": "2026-07-20 18:34:03.181643" } 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:34:03 -0400 (0:00:00.424) 0:04:18.779 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 20 July 2026 18:34:03 -0400 (0:00:00.152) 0:04:18.932 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 18:34:03 -0400 (0:00:00.089) 0:04:19.021 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 18:34:03 -0400 (0:00:00.024) 0:04:19.045 *********** included: /tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:34:03 -0400 (0:00:00.069) 0:04:19.115 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:34:03 -0400 (0:00:00.038) 0:04:19.153 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:34:03 -0400 (0:00:00.036) 0:04:19.189 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 18:34:03 -0400 (0:00:00.042) 0:04:19.232 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 18:34:03 -0400 (0:00:00.022) 0:04:19.254 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 18:34:03 -0400 (0:00:00.030) 0:04:19.285 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 18:34:03 -0400 (0:00:00.022) 0:04:19.308 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 18:34:03 -0400 (0:00:00.025) 0:04:19.334 *********** 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_9ush7x80_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 18:34:03 -0400 (0:00:00.086) 0:04:19.420 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 18:34:03 -0400 (0:00:00.024) 0:04:19.444 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Monday 20 July 2026 18:34:03 -0400 (0:00:00.020) 0:04:19.464 *********** included: /tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:34:04 -0400 (0:00:00.144) 0:04:19.609 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:34:04 -0400 (0:00:00.063) 0:04:19.672 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:34:04 -0400 (0:00:00.158) 0:04:19.830 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:34:04 -0400 (0:00:00.387) 0:04:20.218 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:34:04 -0400 (0:00:00.029) 0:04:20.248 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:34:04 -0400 (0:00:00.041) 0:04:20.290 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:34:05 -0400 (0:00:00.347) 0:04:20.637 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003689", "end": "2026-07-20 18:34:05.391536", "rc": 0, "start": "2026-07-20 18:34:05.387847" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:34:05 -0400 (0:00:00.346) 0:04:20.983 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.003847", "end": "2026-07-20 18:34:05.747850", "rc": 0, "start": "2026-07-20 18:34:05.744003" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:34:05 -0400 (0:00:00.373) 0:04:21.357 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:34:05 -0400 (0:00:00.048) 0:04:21.405 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:34:05 -0400 (0:00:00.032) 0:04:21.437 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:34:05 -0400 (0:00:00.032) 0:04:21.470 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:34:05 -0400 (0:00:00.046) 0:04:21.517 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:34:06 -0400 (0:00:00.030) 0:04:21.547 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:34:06 -0400 (0:00:00.024) 0:04:21.571 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:34:06 -0400 (0:00:00.024) 0:04:21.596 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:34:06 -0400 (0:00:00.021) 0:04:21.618 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 18:34:06 -0400 (0:00:00.050) 0:04:21.668 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:34:06 -0400 (0:00:00.043) 0:04:21.712 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:34:06 -0400 (0:00:00.358) 0:04:22.070 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:34:06 -0400 (0:00:00.052) 0:04:22.123 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 18:34:06 -0400 (0:00:00.043) 0:04:22.166 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_9ush7x80_podman/httpd1", "/tmp/lsr_9ush7x80_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 18:34:06 -0400 (0:00:00.082) 0:04:22.248 *********** ok: [managed-node2] => (item=/tmp/lsr_9ush7x80_podman/httpd1) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_9ush7x80_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_9ush7x80_podman/httpd1", "secontext": "system_u:object_r:container_file_t:s0:c141,c897", "size": 23, "state": "directory", "uid": 3001 } ok: [managed-node2] => (item=/tmp/lsr_9ush7x80_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_9ush7x80_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_9ush7x80_podman/httpd1-create", "secontext": "system_u:object_r:container_file_t:s0:c141,c897", "size": 6, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 18:34:07 -0400 (0:00:00.746) 0:04:22.995 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 18:34:07 -0400 (0:00:00.136) 0:04:23.131 *********** ok: [managed-node2] => (item=quay.io/libpod/testimage:20210610) => { "actions": [], "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "/bin/echo", "This container is intended for podman CI testing" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "WorkingDir": "/home/podman" }, "Created": "2021-06-10T18:55:43.049643585Z", "Digest": "sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377", "GraphDriver": { "Data": { "UpperDir": "/home/podman_basic_user/.local/share/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff", "WorkDir": "/home/podman_basic_user/.local/share/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/work" }, "Name": "overlay" }, "History": [ { "created": "2021-06-10T18:55:42.831917915Z", "created_by": "/bin/sh -c apk add busybox-extras", "empty_layer": true }, { "created": "2021-06-10T18:55:43.005956291Z", "created_by": "/bin/sh -c #(nop) ADD multi:0ed825786ec12498034356148303d2e6dfd4698131f4b5d4599e5eafa2ab71bd in /home/podman/ ", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006000972Z", "created_by": "/bin/sh -c #(nop) LABEL created_by=test/system/build-testimage", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006019818Z", "created_by": "/bin/sh -c #(nop) LABEL created_at=2021-06-10T18:55:36Z", "empty_layer": true }, { "created": "2021-06-10T18:55:43.028748885Z", "created_by": "/bin/sh -c #(nop) WORKDIR /home/podman", "empty_layer": true }, { "comment": "FROM docker.io/amd64/alpine:3.13.5", "created": "2021-06-10T18:55:43.160651456Z", "created_by": "/bin/sh -c #(nop) CMD [\"/bin/echo\", \"This container is intended for podman CI testing\"]" } ], "Id": "9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/libpod/testimage:20210610" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/libpod/testimage@sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "quay.io/libpod/testimage@sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377" ], "RepoTags": [ "quay.io/libpod/testimage:20210610" ], "RootFS": { "Layers": [ "sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e" ], "Type": "layers" }, "Size": 7987860, "User": "", "Version": "", "VirtualSize": 7987860 } ], "item": "quay.io/libpod/testimage:20210610", "podman_actions": [ "/bin/podman pull quay.io/libpod/testimage:20210610" ] } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 18:34:09 -0400 (0:00:02.076) 0:04:25.208 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 18:34:09 -0400 (0:00:00.023) 0:04:25.231 *********** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1784586765.6227455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b9153c82f1ea8e582f7f023ec23c17cd042f2282", "ctime": 1784586765.1343098, "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": 1784586764.8657217, "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": "2648977418", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 18:34:10 -0400 (0:00:00.355) 0:04:25.586 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 18:34:10 -0400 (0:00:00.368) 0:04:25.955 *********** ok: [managed-node2] => { "changed": false, "checksum": "b9153c82f1ea8e582f7f023ec23c17cd042f2282", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 18:34:11 -0400 (0:00:00.611) 0:04:26.566 *********** 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-20T18:34:11-04:00" level=info msg="/bin/podman filtering at log level debug" time="2026-07-20T18:34:11-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-20T18:34:11-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-20T18:34:11-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-20T18:34:11-04:00" level=info msg="Using sqlite as database backend" time="2026-07-20T18:34:11-04:00" level=debug msg="systemd-logind: Unknown object '/'." time="2026-07-20T18:34:11-04:00" level=debug msg="Using graph driver overlay" time="2026-07-20T18:34:11-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2026-07-20T18:34:11-04:00" level=debug msg="Using run root /run/user/3001/containers" time="2026-07-20T18:34:11-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2026-07-20T18:34:11-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2026-07-20T18:34:11-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2026-07-20T18:34:11-04:00" level=debug msg="Using transient store: false" time="2026-07-20T18:34:11-04:00" level=debug msg="Initializing event backend file" time="2026-07-20T18:34:11-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-20T18:34:11-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T18:34:11-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T18:34:11-04:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2026-07-20T18:34:11-04:00" level=debug msg="Cached value indicated that native-diff is usable" time="2026-07-20T18:34:11-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2026-07-20T18:34:11-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-20T18:34:11-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-20T18:34:11-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-20T18:34:11-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-20T18:34:11-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-20T18:34:11-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-20T18:34:11-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-20T18:34:11-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-20T18:34:11-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-20T18:34:11-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-20T18:34:11-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 0838bce87690cc63a7395a297023e46ca72515a30459755a20fc4caa69400cd1 bridge podman1 2026-07-20 22:32:45.625914831 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-20T18:34:11-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-20T18:34:11-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-20T18:34:11-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_383e7f727e2a5ae7c79e460acd2e19a79d88c61fe7d64c370535addb6fa7b37d.slice for parent user.slice and name libpod_pod_383e7f727e2a5ae7c79e460acd2e19a79d88c61fe7d64c370535addb6fa7b37d" time="2026-07-20T18:34:11-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_383e7f727e2a5ae7c79e460acd2e19a79d88c61fe7d64c370535addb6fa7b37d.slice" time="2026-07-20T18:34:11-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_383e7f727e2a5ae7c79e460acd2e19a79d88c61fe7d64c370535addb6fa7b37d.slice" time="2026-07-20T18:34:11-04:00" level=debug msg="Shutting down engines" time="2026-07-20T18:34:11-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=54596 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Monday 20 July 2026 18:34:11 -0400 (0:00:00.540) 0:04:27.107 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Monday 20 July 2026 18:34:11 -0400 (0:00:00.047) 0:04:27.155 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Monday 20 July 2026 18:34:11 -0400 (0:00:00.041) 0:04:27.196 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Monday 20 July 2026 18:34:11 -0400 (0:00:00.034) 0:04:27.231 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:34:11 -0400 (0:00:00.035) 0:04:27.267 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:34:11 -0400 (0:00:00.046) 0:04:27.314 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:34:11 -0400 (0:00:00.043) 0:04:27.357 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:34:12 -0400 (0:00:00.354) 0:04:27.711 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:34:12 -0400 (0:00:00.029) 0:04:27.740 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:34:12 -0400 (0:00:00.061) 0:04:27.802 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:34:12 -0400 (0:00:00.342) 0:04:28.145 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:34:12 -0400 (0:00:00.033) 0:04:28.178 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:34:12 -0400 (0:00:00.033) 0:04:28.212 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:34:12 -0400 (0:00:00.029) 0:04:28.242 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:34:12 -0400 (0:00:00.025) 0:04:28.267 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:34:12 -0400 (0:00:00.024) 0:04:28.292 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:34:12 -0400 (0:00:00.025) 0:04:28.318 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:34:12 -0400 (0:00:00.024) 0:04:28.342 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:34:12 -0400 (0:00:00.024) 0:04:28.367 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:34:12 -0400 (0:00:00.095) 0:04:28.463 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:34:12 -0400 (0:00:00.033) 0:04:28.497 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 18:34:13 -0400 (0:00:00.066) 0:04:28.564 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:34:13 -0400 (0:00:00.045) 0:04:28.609 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:34:13 -0400 (0:00:00.031) 0:04:28.641 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:34:13 -0400 (0:00:00.027) 0:04:28.669 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 18:34:13 -0400 (0:00:00.023) 0:04:28.692 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_9ush7x80_podman/httpd2", "/tmp/lsr_9ush7x80_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 18:34:13 -0400 (0:00:00.055) 0:04:28.748 *********** ok: [managed-node2] => (item=/tmp/lsr_9ush7x80_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_9ush7x80_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_9ush7x80_podman/httpd2", "secontext": "system_u:object_r:container_file_t:s0:c534,c960", "size": 23, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_9ush7x80_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_9ush7x80_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_9ush7x80_podman/httpd2-create", "secontext": "system_u:object_r:container_file_t:s0:c534,c960", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 18:34:13 -0400 (0:00:00.718) 0:04:29.466 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 18:34:13 -0400 (0:00:00.039) 0:04:29.506 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 18:34:14 -0400 (0:00:00.942) 0:04:30.448 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 18:34:14 -0400 (0:00:00.036) 0:04:30.484 *********** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1784586784.692344, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3bd1c15ceed1a12b0ca30458aae4bbfa7324a3df", "ctime": 1784586784.2630723, "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": 1784586784.0143228, "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": "3470656782", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 18:34:15 -0400 (0:00:00.373) 0:04:30.858 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 18:34:15 -0400 (0:00:00.344) 0:04:31.203 *********** ok: [managed-node2] => { "changed": false, "checksum": "3bd1c15ceed1a12b0ca30458aae4bbfa7324a3df", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 18:34:16 -0400 (0:00:00.604) 0:04:31.808 *********** 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-20T18:34:16-04:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2026-07-20T18:34:16-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-20T18:34:16-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-20T18:34:16-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-20T18:34:16-04:00" level=info msg="Using sqlite as database backend" time="2026-07-20T18:34:16-04:00" level=debug msg="Using graph driver overlay" time="2026-07-20T18:34:16-04:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2026-07-20T18:34:16-04:00" level=debug msg="Using run root /run/containers/storage" time="2026-07-20T18:34:16-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2026-07-20T18:34:16-04:00" level=debug msg="Using tmp dir /run/libpod" time="2026-07-20T18:34:16-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2026-07-20T18:34:16-04:00" level=debug msg="Using transient store: false" time="2026-07-20T18:34:16-04:00" level=debug msg="Initializing event backend journald" time="2026-07-20T18:34:16-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-20T18:34:16-04:00" level=debug msg="overlay: imagestore=/usr/lib/containers/storage" time="2026-07-20T18:34:16-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T18:34:16-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T18:34:16-04:00" level=debug msg="Cached value indicated that metacopy is being used" time="2026-07-20T18:34:16-04:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2026-07-20T18:34:16-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-20T18:34:16-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2026-07-20T18:34:16-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-20T18:34:16-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-20T18:34:16-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-20T18:34:16-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-20T18:34:16-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-20T18:34:16-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-20T18:34:16-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-20T18:34:16-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-20T18:34:16-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-20T18:34:16-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-20T18:34:16-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 8abb7e34664f39c8d205a3c54b5577c1739ab39823bdc89ba643d6790a6f0097 bridge podman1 2026-07-20 22:30:56.768000619 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-20T18:34:16-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-20T18:34:16-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-20T18:34:16-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_6cd851c9f8da06c60e6b4821003b5e4d5cad01cc7b1877dc4299259d0802b9ff.slice for parent machine.slice and name libpod_pod_6cd851c9f8da06c60e6b4821003b5e4d5cad01cc7b1877dc4299259d0802b9ff" time="2026-07-20T18:34:16-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_6cd851c9f8da06c60e6b4821003b5e4d5cad01cc7b1877dc4299259d0802b9ff.slice" time="2026-07-20T18:34:16-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_6cd851c9f8da06c60e6b4821003b5e4d5cad01cc7b1877dc4299259d0802b9ff.slice" time="2026-07-20T18:34:16-04:00" level=debug msg="Shutting down engines" time="2026-07-20T18:34:16-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=56097 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Monday 20 July 2026 18:34:16 -0400 (0:00:00.452) 0:04:32.260 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Monday 20 July 2026 18:34:16 -0400 (0:00:00.047) 0:04:32.308 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Monday 20 July 2026 18:34:16 -0400 (0:00:00.041) 0:04:32.349 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Monday 20 July 2026 18:34:16 -0400 (0:00:00.036) 0:04:32.385 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:34:16 -0400 (0:00:00.033) 0:04:32.419 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:34:16 -0400 (0:00:00.042) 0:04:32.461 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:34:17 -0400 (0:00:00.110) 0:04:32.572 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:34:17 -0400 (0:00:00.034) 0:04:32.607 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:34:17 -0400 (0:00:00.046) 0:04:32.653 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:34:17 -0400 (0:00:00.044) 0:04:32.698 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:34:17 -0400 (0:00:00.385) 0:04:33.083 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:34:17 -0400 (0:00:00.042) 0:04:33.126 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:34:17 -0400 (0:00:00.030) 0:04:33.157 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:34:17 -0400 (0:00:00.032) 0:04:33.189 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:34:17 -0400 (0:00:00.030) 0:04:33.219 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:34:17 -0400 (0:00:00.028) 0:04:33.248 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:34:17 -0400 (0:00:00.028) 0:04:33.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 : Fail if user not in subgid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:34:17 -0400 (0:00:00.024) 0:04:33.302 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:34:17 -0400 (0:00:00.025) 0:04:33.327 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:34:17 -0400 (0:00:00.023) 0:04:33.351 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:34:17 -0400 (0:00:00.023) 0:04:33.375 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 18:34:17 -0400 (0:00:00.055) 0:04:33.430 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:34:17 -0400 (0:00:00.052) 0:04:33.483 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:34:17 -0400 (0:00:00.041) 0:04:33.525 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:34:18 -0400 (0:00:00.040) 0:04:33.565 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 18:34:18 -0400 (0:00:00.029) 0:04:33.595 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_9ush7x80_podman/httpd3", "/tmp/lsr_9ush7x80_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 18:34:18 -0400 (0:00:00.072) 0:04:33.667 *********** ok: [managed-node2] => (item=/tmp/lsr_9ush7x80_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_9ush7x80_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_9ush7x80_podman/httpd3", "secontext": "system_u:object_r:container_file_t:s0:c191,c497", "size": 23, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_9ush7x80_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_9ush7x80_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_9ush7x80_podman/httpd3-create", "secontext": "system_u:object_r:container_file_t:s0:c191,c497", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 18:34:18 -0400 (0:00:00.743) 0:04:34.410 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 18:34:18 -0400 (0:00:00.039) 0:04:34.450 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 18:34:19 -0400 (0:00:01.040) 0:04:35.490 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 18:34:19 -0400 (0:00:00.023) 0:04:35.513 *********** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1784586802.73391, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a1713cabd540bbe909886c988236b75b6db57c92", "ctime": 1784586802.3181677, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 545259730, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784586802.033888, "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": "2616282583", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 18:34:20 -0400 (0:00:00.386) 0:04:35.899 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 18:34:20 -0400 (0:00:00.385) 0:04:36.285 *********** ok: [managed-node2] => { "changed": false, "checksum": "a1713cabd540bbe909886c988236b75b6db57c92", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 18:34:21 -0400 (0:00:00.614) 0:04:36.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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Monday 20 July 2026 18:34:21 -0400 (0:00:00.499) 0:04:37.399 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Monday 20 July 2026 18:34:21 -0400 (0:00:00.047) 0:04:37.446 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Monday 20 July 2026 18:34:21 -0400 (0:00:00.048) 0:04:37.494 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Monday 20 July 2026 18:34:22 -0400 (0:00:00.047) 0:04:37.541 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Monday 20 July 2026 18:34:22 -0400 (0:00:00.050) 0:04:37.592 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Monday 20 July 2026 18:34:22 -0400 (0:00:00.034) 0:04:37.626 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Monday 20 July 2026 18:34:22 -0400 (0:00:00.040) 0:04:37.667 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Monday 20 July 2026 18:34:22 -0400 (0:00:00.034) 0:04:37.702 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Monday 20 July 2026 18:34:22 -0400 (0:00:00.022) 0:04:37.725 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Monday 20 July 2026 18:34:22 -0400 (0:00:00.022) 0:04:37.747 *********** ok: [managed-node2] => { "changed": false } TASK [Check if pods are running] *********************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:384 Monday 20 July 2026 18:34:22 -0400 (0:00:00.358) 0:04:38.106 *********** 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.065846", "end": "2026-07-20 18:34:23.016113", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-20 18:34:22.950267" } 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.030295", "end": "2026-07-20 18:34:23.367643", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-20 18:34:23.337348" } 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.030648", "end": "2026-07-20 18:34:23.748038", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-20 18:34:23.717390" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:395 Monday 20 July 2026 18:34:23 -0400 (0:00:01.238) 0:04:39.344 *********** 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.011445", "end": "2026-07-20 18:34:24.192149", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-20 18:34:24.180704" } 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.013843", "end": "2026-07-20 18:34:24.531084", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-20 18:34:24.517241" } 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.013119", "end": "2026-07-20 18:34:24.890812", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-20 18:34:24.877693" } 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:412 Monday 20 July 2026 18:34:24 -0400 (0:00:01.152) 0:04:40.496 *********** ok: [managed-node2] => (item=15001) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Mon, 20 Jul 2026 22:34:25 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Mon, 20 Jul 2026 22:29:50 GMT", "redirected": false, "status": 200, "url": "http://localhost:15001/index.txt" } MSG: OK (3 bytes) ok: [managed-node2] => (item=15002) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Mon, 20 Jul 2026 22:34:25 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Mon, 20 Jul 2026 22:29:51 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) ok: [managed-node2] => (item=15003) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Mon, 20 Jul 2026 22:34:26 GMT", "elapsed": 0, "failed_when_result": false, "item": 15003, "last_modified": "Mon, 20 Jul 2026 22:29:51 GMT", "redirected": false, "status": 200, "url": "http://localhost:15003/index.txt" } MSG: OK (3 bytes) TASK [Remove pods and units] *************************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:424 Monday 20 July 2026 18:34:26 -0400 (0:00:01.280) 0:04:41.776 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 18:34:26 -0400 (0:00:00.042) 0:04:41.819 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 18:34:26 -0400 (0:00:00.001) 0:04:41.820 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 18:34:26 -0400 (0:00:00.020) 0:04:41.841 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 18:34:26 -0400 (0:00:00.052) 0:04:41.894 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 18:34:26 -0400 (0:00:00.025) 0:04:41.919 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 18:34:26 -0400 (0:00:00.538) 0:04:42.458 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 18:34:27 -0400 (0:00:00.331) 0:04:42.790 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 18:34:27 -0400 (0:00:00.020) 0:04:42.810 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 18:34:27 -0400 (0:00:00.020) 0:04:42.831 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 18:34:27 -0400 (0:00:00.018) 0:04:42.850 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 18:34:27 -0400 (0:00:00.018) 0:04:42.869 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 18:34:27 -0400 (0:00:00.041) 0:04:42.910 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 18:34:27 -0400 (0:00:00.019) 0:04:42.930 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 18:34:27 -0400 (0:00:00.018) 0:04:42.948 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 18:34:27 -0400 (0:00:00.018) 0:04:42.967 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 18:34:28 -0400 (0:00:01.120) 0:04:44.087 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 18:34:28 -0400 (0:00:00.024) 0:04:44.112 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 18:34:28 -0400 (0:00:00.030) 0:04:44.143 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 18:34:28 -0400 (0:00:00.021) 0:04:44.164 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 18:34:28 -0400 (0:00:00.021) 0:04:44.185 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 18:34:28 -0400 (0:00:00.022) 0:04:44.208 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.020433", "end": "2026-07-20 18:34:28.976196", "rc": 0, "start": "2026-07-20 18:34:28.955763" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 18:34:29 -0400 (0:00:00.360) 0:04:44.568 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 18:34:29 -0400 (0:00:00.024) 0:04:44.592 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 18:34:29 -0400 (0:00:00.023) 0:04:44.616 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 18:34:29 -0400 (0:00:00.024) 0:04:44.640 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 18:34:29 -0400 (0:00:00.016) 0:04:44.656 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 18:34:29 -0400 (0:00:00.046) 0:04:44.703 *********** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 18:34:29 -0400 (0:00:00.036) 0:04:44.739 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:34:29 -0400 (0:00:00.071) 0:04:44.810 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:34:29 -0400 (0:00:00.386) 0:04:45.197 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:34:29 -0400 (0:00:00.030) 0:04:45.227 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:34:29 -0400 (0:00:00.042) 0:04:45.270 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:34:30 -0400 (0:00:00.351) 0:04:45.621 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:34:30 -0400 (0:00:00.026) 0:04:45.648 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:34:30 -0400 (0:00:00.028) 0:04:45.676 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:34:30 -0400 (0:00:00.026) 0:04:45.703 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:34:30 -0400 (0:00:00.023) 0:04:45.727 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:34:30 -0400 (0:00:00.022) 0:04:45.749 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:34:30 -0400 (0:00:00.022) 0:04:45.771 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:34:30 -0400 (0:00:00.022) 0:04:45.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 : Set config file paths] **************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Monday 20 July 2026 18:34:30 -0400 (0:00:00.023) 0:04:45.817 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Monday 20 July 2026 18:34:30 -0400 (0:00:00.056) 0:04:45.874 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 18:34:30 -0400 (0:00:00.046) 0:04:45.920 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 18:34:30 -0400 (0:00:00.032) 0:04:45.953 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Monday 20 July 2026 18:34:30 -0400 (0:00:00.034) 0:04:45.987 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 18:34:30 -0400 (0:00:00.069) 0:04:46.056 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 18:34:30 -0400 (0:00:00.027) 0:04:46.084 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Monday 20 July 2026 18:34:30 -0400 (0:00:00.028) 0:04:46.112 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 18:34:30 -0400 (0:00:00.047) 0:04:46.159 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 18:34:30 -0400 (0:00:00.022) 0:04:46.182 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Monday 20 July 2026 18:34:30 -0400 (0:00:00.020) 0:04:46.202 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 18:34:30 -0400 (0:00:00.120) 0:04:46.322 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 18:34:30 -0400 (0:00:00.023) 0:04:46.346 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 18:34:30 -0400 (0:00:00.032) 0:04:46.378 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 18:34:30 -0400 (0:00:00.032) 0:04:46.411 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Monday 20 July 2026 18:34:30 -0400 (0:00:00.036) 0:04:46.447 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Monday 20 July 2026 18:34:30 -0400 (0:00:00.034) 0:04:46.482 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Monday 20 July 2026 18:34:30 -0400 (0:00:00.038) 0:04:46.521 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Monday 20 July 2026 18:34:31 -0400 (0:00:00.033) 0:04:46.554 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Monday 20 July 2026 18:34:31 -0400 (0:00:00.020) 0:04:46.575 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 18:34:31 -0400 (0:00:00.019) 0:04:46.595 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 18:34:31 -0400 (0:00:00.058) 0:04:46.654 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 18:34:31 -0400 (0:00:00.024) 0:04:46.679 *********** included: /tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:34:31 -0400 (0:00:00.062) 0:04:46.742 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:34:31 -0400 (0:00:00.348) 0:04:47.090 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:34:31 -0400 (0:00:00.025) 0:04:47.116 *********** 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.005205", "end": "2026-07-20 18:34:31.933729", "rc": 0, "start": "2026-07-20 18:34:31.928524" } 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:34:31 -0400 (0:00:00.416) 0:04:47.532 *********** 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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:34:32 -0400 (0:00:00.214) 0:04:47.747 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:34:32 -0400 (0:00:00.362) 0:04:48.110 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:34:32 -0400 (0:00:00.030) 0:04:48.141 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005163", "end": "2026-07-20 18:34:32.972836", "rc": 0, "start": "2026-07-20 18:34:32.967673" } 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:34:33 -0400 (0:00:00.422) 0:04:48.563 *********** 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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:34:33 -0400 (0:00:00.163) 0:04:48.727 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:34:33 -0400 (0:00:00.048) 0:04:48.775 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:34:33 -0400 (0:00:00.041) 0:04:48.817 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005255", "end": "2026-07-20 18:34:33.663668", "rc": 0, "start": "2026-07-20 18:34:33.658413" } 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:34:33 -0400 (0:00:00.437) 0:04:49.255 *********** 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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 20 July 2026 18:34:33 -0400 (0:00:00.159) 0:04:49.415 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 18:34:33 -0400 (0:00:00.066) 0:04:49.481 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 18:34:33 -0400 (0:00:00.021) 0:04:49.503 *********** included: /tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:34:34 -0400 (0:00:00.096) 0:04:49.600 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:34:34 -0400 (0:00:00.041) 0:04:49.641 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:34:34 -0400 (0:00:00.037) 0:04:49.678 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 18:34:34 -0400 (0:00:00.027) 0:04:49.705 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 18:34:34 -0400 (0:00:00.018) 0:04:49.723 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 18:34:34 -0400 (0:00:00.033) 0:04:49.757 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 18:34:34 -0400 (0:00:00.021) 0:04:49.778 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 18:34:34 -0400 (0:00:00.017) 0:04:49.796 *********** 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_9ush7x80_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 18:34:34 -0400 (0:00:00.058) 0:04:49.854 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 18:34:34 -0400 (0:00:00.019) 0:04:49.873 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Monday 20 July 2026 18:34:34 -0400 (0:00:00.016) 0:04:49.890 *********** included: /tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:34:34 -0400 (0:00:00.187) 0:04:50.077 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:34:34 -0400 (0:00:00.037) 0:04:50.115 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:34:34 -0400 (0:00:00.034) 0:04:50.149 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:34:34 -0400 (0:00:00.357) 0:04:50.507 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:34:35 -0400 (0:00:00.042) 0:04:50.550 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:34:35 -0400 (0:00:00.056) 0:04:50.606 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:34:35 -0400 (0:00:00.373) 0:04:50.979 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004234", "end": "2026-07-20 18:34:35.749005", "rc": 0, "start": "2026-07-20 18:34:35.744771" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:34:35 -0400 (0:00:00.369) 0:04:51.348 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.003488", "end": "2026-07-20 18:34:36.104776", "rc": 0, "start": "2026-07-20 18:34:36.101288" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:34:36 -0400 (0:00:00.361) 0:04:51.710 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:34:36 -0400 (0:00:00.079) 0:04:51.789 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:34:36 -0400 (0:00:00.050) 0:04:51.839 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:34:36 -0400 (0:00:00.038) 0:04:51.878 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:34:36 -0400 (0:00:00.038) 0:04:51.917 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:34:36 -0400 (0:00:00.037) 0:04:51.954 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:34:36 -0400 (0:00:00.035) 0:04:51.989 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:34:36 -0400 (0:00:00.026) 0:04:52.015 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 18:34:36 -0400 (0:00:00.048) 0:04:52.064 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586761.1986067, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1784586765.984757, "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": 1784586765.984757, "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 18:34:36 -0400 (0:00:00.350) 0:04:52.415 *********** changed: [managed-node2] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 18:32:58 EDT", "ActiveEnterTimestampMonotonic": "348444337", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target basic.target run-user-3001.mount \"app-podman\\\\x2dkube.slice\" -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 18:32:47 EDT", "AssertTimestampMonotonic": "337854889", "Before": "default.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "293819000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-07-20 18:32:47 EDT", "ConditionTimestampMonotonic": "337854886", "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": "6643", "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": "41578", "ExecMainStartTimestamp": "Mon 2026-07-20 18:32:58 EDT", "ExecMainStartTimestampMonotonic": "348220000", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[Mon 2026-07-20 18:32:47 EDT] ; stop_time=[n/a] ; pid=41528 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[Mon 2026-07-20 18:32:47 EDT] ; stop_time=[n/a] ; pid=41528 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-07-20 18:32:47 EDT", "InactiveExitTimestampMonotonic": "337856158", "InvocationID": "77d035c8a965489fb202735bea714231", "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": "41578", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3550797824", "MemoryCurrent": "36732928", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "57741312", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"app-podman\\\\x2dkube.slice\" basic.target", "RequiresMountsFor": "/run/user/3001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Mon 2026-07-20 18:32:58 EDT", "StateChangeTimestampMonotonic": "348444337", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 18:34:47 -0400 (0:00:10.986) 0:05:03.401 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586765.6227455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b9153c82f1ea8e582f7f023ec23c17cd042f2282", "ctime": 1784586765.1343098, "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": 1784586764.8657217, "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": "2648977418", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 18:34:48 -0400 (0:00:00.361) 0:05:03.763 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 18:34:48 -0400 (0:00:00.543) 0:05:04.306 *********** 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.044656", "end": "2026-07-20 18:34:49.174771", "rc": 0, "start": "2026-07-20 18:34:49.130115" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: testfile1 TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 18:34:49 -0400 (0:00:00.467) 0:05:04.773 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 18:34:49 -0400 (0:00:00.343) 0:05:05.116 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 18:34:49 -0400 (0:00:00.030) 0:05:05.147 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:34:49 -0400 (0:00:00.050) 0:05:05.197 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:34:49 -0400 (0:00:00.029) 0:05:05.226 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:34:49 -0400 (0:00:00.027) 0:05:05.254 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:34:49 -0400 (0:00:00.052) 0:05:05.307 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:34:49 -0400 (0:00:00.036) 0:05:05.343 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:34:49 -0400 (0:00:00.060) 0:05:05.404 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:34:49 -0400 (0:00:00.051) 0:05:05.455 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:34:50 -0400 (0:00:00.361) 0:05:05.816 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:34:50 -0400 (0:00:00.039) 0:05:05.856 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:34:50 -0400 (0:00:00.058) 0:05:05.915 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:34:50 -0400 (0:00:00.370) 0:05:06.285 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:34:50 -0400 (0:00:00.023) 0:05:06.308 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:34:50 -0400 (0:00:00.022) 0:05:06.331 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:34:50 -0400 (0:00:00.024) 0:05:06.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 : Get subgid file] ********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:34:50 -0400 (0:00:00.046) 0:05:06.402 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:34:50 -0400 (0:00:00.042) 0:05:06.444 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:34:50 -0400 (0:00:00.027) 0:05:06.471 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:34:50 -0400 (0:00:00.028) 0:05:06.499 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:34:50 -0400 (0:00:00.028) 0:05:06.528 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:34:51 -0400 (0:00:00.024) 0:05:06.552 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 18:34:51 -0400 (0:00:00.050) 0:05:06.603 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 18:34:51 -0400 (0:00:00.020) 0:05:06.624 *********** changed: [managed-node2] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 18:33:17 EDT", "ActiveEnterTimestampMonotonic": "367707642", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target -.mount \"system-podman\\\\x2dkube.slice\" network-online.target sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 18:33:07 EDT", "AssertTimestampMonotonic": "357104904", "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": "274452000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-07-20 18:33:07 EDT", "ConditionTimestampMonotonic": "357104903", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "ControlGroupId": "8115", "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": "43866", "ExecMainStartTimestamp": "Mon 2026-07-20 18:33:17 EDT", "ExecMainStartTimestampMonotonic": "367490000", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-07-20 18:33:07 EDT", "InactiveExitTimestampMonotonic": "357106131", "InvocationID": "95aa3fded83f4d47b355a1d9d91587b4", "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": "43866", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2902634496", "MemoryCurrent": "2191360", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "26398720", "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": "\"system-podman\\\\x2dkube.slice\" sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Mon 2026-07-20 18:33:17 EDT", "StateChangeTimestampMonotonic": "367707642", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 18:35:02 -0400 (0:00:11.079) 0:05:17.704 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586784.692344, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3bd1c15ceed1a12b0ca30458aae4bbfa7324a3df", "ctime": 1784586784.2630723, "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": 1784586784.0143228, "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": "3470656782", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 18:35:02 -0400 (0:00:00.377) 0:05:18.081 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 18:35:02 -0400 (0:00:00.439) 0:05:18.521 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.024113", "end": "2026-07-20 18:35:03.292824", "rc": 0, "start": "2026-07-20 18:35:03.268711" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 18:35:03 -0400 (0:00:00.372) 0:05:18.894 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 18:35:03 -0400 (0:00:00.339) 0:05:19.233 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 18:35:03 -0400 (0:00:00.029) 0:05:19.263 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:35:03 -0400 (0:00:00.031) 0:05:19.294 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:35:03 -0400 (0:00:00.021) 0:05:19.315 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:35:03 -0400 (0:00:00.020) 0:05:19.336 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:35:03 -0400 (0:00:00.021) 0:05:19.358 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:35:03 -0400 (0:00:00.018) 0:05:19.377 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:35:03 -0400 (0:00:00.035) 0:05:19.412 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:35:03 -0400 (0:00:00.043) 0:05:19.456 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:35:03 -0400 (0:00:00.041) 0:05:19.497 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:35:03 -0400 (0:00:00.040) 0:05:19.537 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:35:04 -0400 (0:00:00.040) 0:05:19.578 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:35:04 -0400 (0:00:00.438) 0:05:20.016 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:35:04 -0400 (0:00:00.024) 0:05:20.041 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:35:04 -0400 (0:00:00.023) 0:05:20.064 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:35:04 -0400 (0:00:00.023) 0:05:20.088 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:35:04 -0400 (0:00:00.023) 0:05:20.111 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:35:04 -0400 (0:00:00.022) 0:05:20.133 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:35:04 -0400 (0:00:00.025) 0:05:20.159 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:35:04 -0400 (0:00:00.031) 0:05:20.190 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:35:04 -0400 (0:00:00.038) 0:05:20.229 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:35:04 -0400 (0:00:00.037) 0:05:20.266 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 18:35:04 -0400 (0:00:00.074) 0:05:20.340 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 18:35:04 -0400 (0:00:00.033) 0:05:20.373 *********** changed: [managed-node2] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 18:33:35 EDT", "ActiveEnterTimestampMonotonic": "385450311", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket network-online.target sysinit.target -.mount basic.target \"system-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 18:33:24 EDT", "AssertTimestampMonotonic": "374941404", "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": "258504000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-07-20 18:33:24 EDT", "ConditionTimestampMonotonic": "374941401", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "ControlGroupId": "9447", "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": "45955", "ExecMainStartTimestamp": "Mon 2026-07-20 18:33:35 EDT", "ExecMainStartTimestampMonotonic": "385280000", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-07-20 18:33:24 EDT", "InactiveExitTimestampMonotonic": "374942607", "InvocationID": "c21958cfbbaa4f6580369852ecb7c5b7", "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": "45955", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2907893760", "MemoryCurrent": "2170880", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "24518656", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Mon 2026-07-20 18:33:35 EDT", "StateChangeTimestampMonotonic": "385450311", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 18:35:15 -0400 (0:00:11.157) 0:05:31.530 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586802.73391, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a1713cabd540bbe909886c988236b75b6db57c92", "ctime": 1784586802.3181677, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 545259730, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784586802.033888, "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": "2616282583", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 18:35:16 -0400 (0:00:00.344) 0:05:31.875 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 18:35:16 -0400 (0:00:00.459) 0:05:32.334 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.036091", "end": "2026-07-20 18:35:17.130346", "rc": 0, "start": "2026-07-20 18:35:17.094255" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: testfile3 TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 18:35:17 -0400 (0:00:00.393) 0:05:32.728 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 18:35:17 -0400 (0:00:00.364) 0:05:33.092 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 18:35:17 -0400 (0:00:00.041) 0:05:33.133 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:35:17 -0400 (0:00:00.044) 0:05:33.178 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:35:17 -0400 (0:00:00.026) 0:05:33.205 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:35:17 -0400 (0:00:00.025) 0:05:33.231 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:35:17 -0400 (0:00:00.025) 0:05:33.257 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Monday 20 July 2026 18:35:17 -0400 (0:00:00.023) 0:05:33.280 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Monday 20 July 2026 18:35:17 -0400 (0:00:00.021) 0:05:33.302 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Monday 20 July 2026 18:35:17 -0400 (0:00:00.021) 0:05:33.323 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Monday 20 July 2026 18:35:17 -0400 (0:00:00.081) 0:05:33.405 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Monday 20 July 2026 18:35:18 -0400 (0:00:00.355) 0:05:33.760 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Monday 20 July 2026 18:35:18 -0400 (0:00:00.030) 0:05:33.791 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586761.1986067, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1784586765.984757, "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": 1784586765.984757, "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Monday 20 July 2026 18:35:18 -0400 (0:00:00.355) 0:05:34.146 *********** ok: [managed-node2] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Monday 20 July 2026 18:35:19 -0400 (0:00:00.529) 0:05:34.675 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.036411", "end": "2026-07-20 18:35:19.548394", "rc": 0, "start": "2026-07-20 18:35:19.511983" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Monday 20 July 2026 18:35:19 -0400 (0:00:00.483) 0:05:35.159 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.035908", "end": "2026-07-20 18:35:20.020649", "rc": 0, "start": "2026-07-20 18:35:19.984741" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:51 Monday 20 July 2026 18:35:20 -0400 (0:00:00.468) 0:05:35.627 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "podman_basic_user" ], "delta": "0:00:00.006812", "end": "2026-07-20 18:35:20.426549", "rc": 0, "start": "2026-07-20 18:35:20.419737" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:63 Monday 20 July 2026 18:35:20 -0400 (0:00:00.410) 0:05:36.038 *********** 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.006083", "end": "2026-07-20 18:35:32.409548", "failed_when_result": false, "rc": 1, "start": "2026-07-20 18:35:32.403465" } 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:83 Monday 20 July 2026 18:35:32 -0400 (0:00:11.964) 0:05:48.003 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:88 Monday 20 July 2026 18:35:32 -0400 (0:00:00.032) 0:05:48.035 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:99 Monday 20 July 2026 18:35:32 -0400 (0:00:00.033) 0:05:48.068 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Monday 20 July 2026 18:35:32 -0400 (0:00:00.030) 0:05:48.099 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Monday 20 July 2026 18:35:32 -0400 (0:00:00.019) 0:05:48.119 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Monday 20 July 2026 18:35:32 -0400 (0:00:00.021) 0:05:48.140 *********** ok: [managed-node2] => { "changed": false } TASK [Check that pods are not running] ***************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:436 Monday 20 July 2026 18:35:32 -0400 (0:00:00.355) 0:05:48.496 *********** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd1" ], "delta": "0:00:00.022838", "end": "2026-07-20 18:35:33.361630", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 125, "start": "2026-07-20 18:35:33.338792" } STDERR: time="2026-07-20T18:35:33-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.027593", "end": "2026-07-20 18:35:33.720142", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2026-07-20 18:35:33.692549" } 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.025151", "end": "2026-07-20 18:35:34.081125", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2026-07-20 18:35:34.055974" } MSG: non-zero return code TASK [Check Services should be absent] ***************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:449 Monday 20 July 2026 18:35:34 -0400 (0:00:01.176) 0:05:49.673 *********** 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.007340", "end": "2026-07-20 18:35:34.513515", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 1, "start": "2026-07-20 18:35:34.506175" } 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.013189", "end": "2026-07-20 18:35:34.862904", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2026-07-20 18:35:34.849715" } 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.012582", "end": "2026-07-20 18:35:35.193284", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2026-07-20 18:35:35.180702" } MSG: non-zero return code TASK [Ensure no linger] ******************************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:468 Monday 20 July 2026 18:35:35 -0400 (0:00:01.124) 0:05:50.797 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:476 Monday 20 July 2026 18:35:35 -0400 (0:00:00.349) 0:05:51.146 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 18:35:35 -0400 (0:00:00.043) 0:05:51.189 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 18:35:35 -0400 (0:00:00.002) 0:05:51.191 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 18:35:35 -0400 (0:00:00.021) 0:05:51.213 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 18:35:35 -0400 (0:00:00.057) 0:05:51.270 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 18:35:35 -0400 (0:00:00.025) 0:05:51.295 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 18:35:36 -0400 (0:00:00.535) 0:05:51.831 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 18:35:36 -0400 (0:00:00.335) 0:05:52.166 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 18:35:36 -0400 (0:00:00.024) 0:05:52.191 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 18:35:36 -0400 (0:00:00.025) 0:05:52.216 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 18:35:36 -0400 (0:00:00.019) 0:05:52.235 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 18:35:36 -0400 (0:00:00.021) 0:05:52.257 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 18:35:36 -0400 (0:00:00.041) 0:05:52.299 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 18:35:36 -0400 (0:00:00.018) 0:05:52.317 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 18:35:36 -0400 (0:00:00.017) 0:05:52.335 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 18:35:36 -0400 (0:00:00.018) 0:05:52.354 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 18:35:37 -0400 (0:00:01.067) 0:05:53.421 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 18:35:37 -0400 (0:00:00.024) 0:05:53.446 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 18:35:37 -0400 (0:00:00.030) 0:05:53.476 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 18:35:37 -0400 (0:00:00.033) 0:05:53.509 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 18:35:38 -0400 (0:00:00.033) 0:05:53.543 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 18:35:38 -0400 (0:00:00.033) 0:05:53.576 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.020877", "end": "2026-07-20 18:35:38.349236", "rc": 0, "start": "2026-07-20 18:35:38.328359" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 18:35:38 -0400 (0:00:00.385) 0:05:53.962 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 18:35:38 -0400 (0:00:00.039) 0:05:54.001 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 18:35:38 -0400 (0:00:00.038) 0:05:54.040 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 18:35:38 -0400 (0:00:00.041) 0:05:54.082 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 18:35:38 -0400 (0:00:00.023) 0:05:54.105 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 18:35:38 -0400 (0:00:00.052) 0:05:54.157 *********** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 18:35:38 -0400 (0:00:00.039) 0:05:54.196 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:35:38 -0400 (0:00:00.093) 0:05:54.290 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:35:39 -0400 (0:00:00.387) 0:05:54.677 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:35:39 -0400 (0:00:00.044) 0:05:54.722 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:35:39 -0400 (0:00:00.058) 0:05:54.781 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:35:39 -0400 (0:00:00.357) 0:05:55.138 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:35:39 -0400 (0:00:00.022) 0:05:55.161 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:35:39 -0400 (0:00:00.023) 0:05:55.185 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:35:39 -0400 (0:00:00.021) 0:05:55.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 : Get subgid file] ********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:35:39 -0400 (0:00:00.021) 0:05:55.227 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:35:39 -0400 (0:00:00.020) 0:05:55.248 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:35:39 -0400 (0:00:00.022) 0:05:55.271 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:35:39 -0400 (0:00:00.021) 0:05:55.292 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Monday 20 July 2026 18:35:39 -0400 (0:00:00.020) 0:05:55.313 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Monday 20 July 2026 18:35:39 -0400 (0:00:00.050) 0:05:55.363 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 18:35:39 -0400 (0:00:00.040) 0:05:55.403 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 18:35:39 -0400 (0:00:00.020) 0:05:55.424 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Monday 20 July 2026 18:35:39 -0400 (0:00:00.020) 0:05:55.444 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 18:35:39 -0400 (0:00:00.042) 0:05:55.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 : Update registries config file] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 18:35:39 -0400 (0:00:00.020) 0:05:55.507 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Monday 20 July 2026 18:35:39 -0400 (0:00:00.021) 0:05:55.529 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 18:35:40 -0400 (0:00:00.040) 0:05:55.569 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 18:35:40 -0400 (0:00:00.020) 0:05:55.590 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Monday 20 July 2026 18:35:40 -0400 (0:00:00.021) 0:05:55.612 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 18:35:40 -0400 (0:00:00.056) 0:05:55.668 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 18:35:40 -0400 (0:00:00.033) 0:05:55.701 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 18:35:40 -0400 (0:00:00.129) 0:05:55.831 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 18:35:40 -0400 (0:00:00.035) 0:05:55.867 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Monday 20 July 2026 18:35:40 -0400 (0:00:00.035) 0:05:55.902 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Monday 20 July 2026 18:35:40 -0400 (0:00:00.042) 0:05:55.945 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Monday 20 July 2026 18:35:40 -0400 (0:00:00.028) 0:05:55.974 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Monday 20 July 2026 18:35:40 -0400 (0:00:00.020) 0:05:55.995 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Monday 20 July 2026 18:35:40 -0400 (0:00:00.019) 0:05:56.014 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 18:35:40 -0400 (0:00:00.016) 0:05:56.030 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 18:35:40 -0400 (0:00:00.045) 0:05:56.076 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 18:35:40 -0400 (0:00:00.020) 0:05:56.096 *********** included: /tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:35:40 -0400 (0:00:00.060) 0:05:56.157 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:35:40 -0400 (0:00:00.364) 0:05:56.522 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:35:41 -0400 (0:00:00.032) 0:05:56.554 *********** 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.004949", "end": "2026-07-20 18:35:41.379217", "rc": 0, "start": "2026-07-20 18:35:41.374268" } 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:35:41 -0400 (0:00:00.425) 0:05:56.980 *********** 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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:35:41 -0400 (0:00:00.193) 0:05:57.173 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:35:41 -0400 (0:00:00.355) 0:05:57.529 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:35:42 -0400 (0:00:00.030) 0:05:57.560 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.004937", "end": "2026-07-20 18:35:42.378219", "rc": 0, "start": "2026-07-20 18:35:42.373282" } 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:35:42 -0400 (0:00:00.407) 0:05:57.967 *********** 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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 18:35:42 -0400 (0:00:00.164) 0:05:58.132 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 18:35:42 -0400 (0:00:00.044) 0:05:58.176 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 18:35:42 -0400 (0:00:00.044) 0:05:58.221 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005172", "end": "2026-07-20 18:35:43.076046", "rc": 0, "start": "2026-07-20 18:35:43.070874" } 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 18:35:43 -0400 (0:00:00.452) 0:05:58.674 *********** 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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Monday 20 July 2026 18:35:43 -0400 (0:00:00.206) 0:05:58.880 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 18:35:43 -0400 (0:00:00.111) 0:05:58.992 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 18:35:43 -0400 (0:00:00.046) 0:05:59.039 *********** included: /tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:35:43 -0400 (0:00:00.114) 0:05:59.154 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:35:43 -0400 (0:00:00.026) 0:05:59.180 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 18:35:43 -0400 (0:00:00.023) 0:05:59.203 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 18:35:43 -0400 (0:00:00.020) 0:05:59.224 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 18:35:43 -0400 (0:00:00.016) 0:05:59.240 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 18:35:43 -0400 (0:00:00.023) 0:05:59.264 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 18:35:43 -0400 (0:00:00.016) 0:05:59.280 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 18:35:43 -0400 (0:00:00.017) 0:05:59.298 *********** 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_9ush7x80_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_9ush7x80_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_9ush7x80_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_9ush7x80_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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 18:35:43 -0400 (0:00:00.057) 0:05:59.356 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 18:35:43 -0400 (0:00:00.017) 0:05:59.373 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Monday 20 July 2026 18:35:43 -0400 (0:00:00.017) 0:05:59.390 *********** included: /tmp/collections-rIu/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-rIu/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-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:35:43 -0400 (0:00:00.094) 0:05:59.485 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:35:43 -0400 (0:00:00.036) 0:05:59.521 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:35:44 -0400 (0:00:00.033) 0:05:59.555 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:35:44 -0400 (0:00:00.458) 0:06:00.014 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:35:44 -0400 (0:00:00.042) 0:06:00.056 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:35:44 -0400 (0:00:00.058) 0:06:00.114 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:35:44 -0400 (0:00:00.355) 0:06:00.469 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003582", "end": "2026-07-20 18:35:45.237250", "rc": 0, "start": "2026-07-20 18:35:45.233668" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:35:45 -0400 (0:00:00.376) 0:06:00.846 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.003376", "end": "2026-07-20 18:35:45.598269", "rc": 0, "start": "2026-07-20 18:35:45.594893" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:35:45 -0400 (0:00:00.365) 0:06:01.212 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:35:45 -0400 (0:00:00.045) 0:06:01.258 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:35:45 -0400 (0:00:00.026) 0:06:01.284 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:35:45 -0400 (0:00:00.028) 0:06:01.312 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:35:45 -0400 (0:00:00.026) 0:06:01.339 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:35:45 -0400 (0:00:00.026) 0:06:01.365 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:35:45 -0400 (0:00:00.022) 0:06:01.388 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:35:45 -0400 (0:00:00.023) 0:06:01.411 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 18:35:45 -0400 (0:00:00.041) 0:06:01.452 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 18:35:46 -0400 (0:00:00.359) 0:06:01.811 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 18:35:46 -0400 (0:00:00.040) 0:06:01.852 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 18:35:46 -0400 (0:00:00.384) 0:06:02.237 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 18:35:46 -0400 (0:00:00.038) 0:06:02.276 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 18:35:46 -0400 (0:00:00.039) 0:06:02.315 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 18:35:47 -0400 (0:00:00.368) 0:06:02.684 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 18:35:47 -0400 (0:00:00.026) 0:06:02.711 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:35:47 -0400 (0:00:00.030) 0:06:02.741 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:35:47 -0400 (0:00:00.024) 0:06:02.766 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:35:47 -0400 (0:00:00.023) 0:06:02.789 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:35:47 -0400 (0:00:00.033) 0:06:02.823 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:35:47 -0400 (0:00:00.019) 0:06:02.843 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:35:47 -0400 (0:00:00.061) 0:06:02.904 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:35:47 -0400 (0:00:00.038) 0:06:02.943 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:35:47 -0400 (0:00:00.364) 0:06:03.307 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:35:47 -0400 (0:00:00.043) 0:06:03.350 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:35:47 -0400 (0:00:00.045) 0:06:03.396 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:35:48 -0400 (0:00:00.340) 0:06:03.737 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:35:48 -0400 (0:00:00.024) 0:06:03.761 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:35:48 -0400 (0:00:00.023) 0:06:03.785 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:35:48 -0400 (0:00:00.022) 0:06:03.807 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:35:48 -0400 (0:00:00.021) 0:06:03.829 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:35:48 -0400 (0:00:00.023) 0:06:03.852 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:35:48 -0400 (0:00:00.023) 0:06:03.875 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:35:48 -0400 (0:00:00.021) 0:06:03.897 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:35:48 -0400 (0:00:00.021) 0:06:03.918 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:35:48 -0400 (0:00:00.025) 0:06:03.943 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 18:35:48 -0400 (0:00:00.053) 0:06:03.997 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 18:35:48 -0400 (0:00:00.020) 0:06:04.017 *********** ok: [managed-node2] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target systemd-journald.socket network-online.target basic.target \"system-podman\\\\x2dkube.slice\" -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "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": "2966757376", "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 18:35:49 -0400 (0:00:00.555) 0:06:04.573 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 18:35:49 -0400 (0:00:00.367) 0:06:04.940 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 18:35:49 -0400 (0:00:00.038) 0:06:04.979 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 18:35:49 -0400 (0:00:00.038) 0:06:05.018 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 18:35:49 -0400 (0:00:00.354) 0:06:05.372 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 18:35:49 -0400 (0:00:00.026) 0:06:05.398 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:35:49 -0400 (0:00:00.029) 0:06:05.428 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:35:49 -0400 (0:00:00.022) 0:06:05.450 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:35:49 -0400 (0:00:00.021) 0:06:05.471 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:35:49 -0400 (0:00:00.021) 0:06:05.492 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 18:35:49 -0400 (0:00:00.018) 0:06:05.511 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 18:35:50 -0400 (0:00:00.038) 0:06:05.550 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 18:35:50 -0400 (0:00:00.033) 0:06:05.583 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 18:35:50 -0400 (0:00:00.025) 0:06:05.609 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 18:35:50 -0400 (0:00:00.201) 0:06:05.811 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 18:35:50 -0400 (0:00:00.036) 0:06:05.848 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784586629.5645301, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784586622.0053105, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2914149720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 18:35:50 -0400 (0:00:00.343) 0:06:06.191 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 18:35:50 -0400 (0:00:00.026) 0:06:06.218 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 18:35:50 -0400 (0:00:00.028) 0:06:06.246 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 18:35:50 -0400 (0:00:00.025) 0:06:06.272 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 18:35:50 -0400 (0:00:00.038) 0:06:06.310 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 18:35:50 -0400 (0:00:00.035) 0:06:06.345 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 18:35:50 -0400 (0:00:00.028) 0:06:06.374 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 18:35:50 -0400 (0:00:00.022) 0:06:06.396 *********** skipping: [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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 18:35:50 -0400 (0:00:00.021) 0:06:06.418 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 18:35:50 -0400 (0:00:00.020) 0:06:06.438 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 18:35:50 -0400 (0:00:00.042) 0:06:06.481 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 18:35:50 -0400 (0:00:00.020) 0:06:06.502 *********** 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": "-.mount \"system-podman\\\\x2dkube.slice\" network-online.target basic.target systemd-journald.socket sysinit.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-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": "2969874432", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 18:35:51 -0400 (0:00:00.501) 0:06:07.003 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 18:35:51 -0400 (0:00:00.339) 0:06:07.343 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 18:35:51 -0400 (0:00:00.034) 0:06:07.377 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 18:35:51 -0400 (0:00:00.023) 0:06:07.401 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 18:35:52 -0400 (0:00:00.346) 0:06:07.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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 18:35:52 -0400 (0:00:00.027) 0:06:07.774 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 18:35:52 -0400 (0:00:00.030) 0:06:07.805 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 18:35:52 -0400 (0:00:00.023) 0:06:07.828 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 18:35:52 -0400 (0:00:00.024) 0:06:07.853 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 18:35:52 -0400 (0:00:00.028) 0:06:07.881 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Monday 20 July 2026 18:35:52 -0400 (0:00:00.032) 0:06:07.913 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Monday 20 July 2026 18:35:52 -0400 (0:00:00.030) 0:06:07.944 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Monday 20 July 2026 18:35:52 -0400 (0:00:00.034) 0:06:07.979 *********** included: /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Monday 20 July 2026 18:35:52 -0400 (0:00:00.086) 0:06:08.066 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Monday 20 July 2026 18:35:52 -0400 (0:00:00.366) 0:06:08.432 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Monday 20 July 2026 18:35:52 -0400 (0:00:00.045) 0:06:08.478 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Monday 20 July 2026 18:35:53 -0400 (0:00:00.352) 0:06:08.830 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Monday 20 July 2026 18:35:53 -0400 (0:00:00.021) 0:06:08.852 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Monday 20 July 2026 18:35:53 -0400 (0:00:00.020) 0:06:08.872 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:51 Monday 20 July 2026 18:35:53 -0400 (0:00:00.020) 0:06:08.893 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:63 Monday 20 July 2026 18:35:53 -0400 (0:00:00.019) 0:06:08.912 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:83 Monday 20 July 2026 18:35:53 -0400 (0:00:00.023) 0:06:08.935 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:88 Monday 20 July 2026 18:35:53 -0400 (0:00:00.022) 0:06:08.957 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:99 Monday 20 July 2026 18:35:53 -0400 (0:00:00.021) 0:06:08.979 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Monday 20 July 2026 18:35:53 -0400 (0:00:00.021) 0:06:09.001 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Monday 20 July 2026 18:35:53 -0400 (0:00:00.017) 0:06:09.019 *********** 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-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Monday 20 July 2026 18:35:53 -0400 (0:00:00.016) 0:06:09.036 *********** ok: [managed-node2] => { "changed": false } TASK [Clean up storage.conf] *************************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:509 Monday 20 July 2026 18:35:53 -0400 (0:00:00.334) 0:06:09.370 *********** ok: [managed-node2] => { "changed": false, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:516 Monday 20 July 2026 18:35:54 -0400 (0:00:00.339) 0:06:09.710 *********** changed: [managed-node2] => { "changed": true, "path": "/tmp/lsr_9ush7x80_podman", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:523 Monday 20 July 2026 18:35:54 -0400 (0:00:00.348) 0:06:10.058 *********** changed: [managed-node2 -> localhost] => { "changed": true, "path": "/tmp/lsr_podman_9h2i7z1x.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=729 changed=51 unreachable=0 failed=0 skipped=953 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2026-07-20T22:31:23.235350+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-20T22:31:22.641343+00:00Z", "task_name": "Update containers/pods", "task_path": "/tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Monday 20 July 2026 18:35:54 -0400 (0:00:00.304) 0:06:10.363 *********** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 32.90s /tmp/collections-rIu/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 -- 11.96s /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:63 fedora.linux_system_roles.podman : Start service ----------------------- 11.17s /tmp/collections-rIu/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.16s /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Start service ----------------------- 11.14s /tmp/collections-rIu/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.08s /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Start service ----------------------- 11.05s /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 fedora.linux_system_roles.podman : Stop and disable service ------------ 10.99s /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 3.07s /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.79s /tmp/collections-rIu/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-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.69s /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.64s /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.63s /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.60s /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Gathering Facts --------------------------------------------------------- 2.36s /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 fedora.linux_system_roles.podman : Ensure container images are present --- 2.08s /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 fedora.linux_system_roles.podman : Ensure container images are present --- 1.94s /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Create data files ------------------------------------------------------- 1.76s /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:240 fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.63s /tmp/collections-rIu/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23