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-Gkt executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Aug 14 2025, 00:00:00) [GCC 14.3.1 20250617 (Red Hat 14.3.1-2)] (/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-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:5 Saturday 18 October 2025 12:29:33 -0400 (0:00:00.028) 0:00:00.028 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_test_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n" }, "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/tmp/podman-Rzx/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Saturday 18 October 2025 12:29:33 -0400 (0:00:00.019) 0:00:00.047 ****** [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-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:143 Saturday 18 October 2025 12:29:35 -0400 (0:00:02.341) 0:00:02.389 ****** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_6l77dj0d_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Change tmpdir permissions] *********************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:150 Saturday 18 October 2025 12:29:36 -0400 (0:00:00.475) 0:00:02.865 ****** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0777", "owner": "root", "path": "/tmp/lsr_6l77dj0d_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Enable podman copr] ****************************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:161 Saturday 18 October 2025 12:29:36 -0400 (0:00:00.439) 0:00:03.304 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:166 Saturday 18 October 2025 12:29:36 -0400 (0:00:00.032) 0:00:03.337 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:171 Saturday 18 October 2025 12:29:36 -0400 (0:00:00.030) 0:00:03.367 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:176 Saturday 18 October 2025 12:29:36 -0400 (0:00:00.030) 0:00:03.398 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:181 Saturday 18 October 2025 12:29:37 -0400 (0:00:00.636) 0:00:04.034 ****** changed: [managed-node2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_podman_szw6hz1b.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-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:189 Saturday 18 October 2025 12:29:37 -0400 (0:00:00.196) 0:00:04.231 ****** changed: [managed-node2 -> localhost] => { "changed": true, "checksum": "84cfa31dae12cb959056eac246c7621200eccb0f", "dest": "/tmp/lsr_podman_szw6hz1b.yml", "gid": 0, "group": "root", "md5sum": "7637f378f9f83753f79eddd6a159a308", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 710, "src": "/root/.ansible/tmp/ansible-tmp-1760804977.45136-8451-69941169504025/.source.yml", "state": "file", "uid": 0 } TASK [Create host directories for data] **************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:196 Saturday 18 October 2025 12:29:38 -0400 (0:00:00.567) 0:00:04.798 ****** 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_6l77dj0d_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_6l77dj0d_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_6l77dj0d_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-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204 Saturday 18 October 2025 12:29:39 -0400 (0:00:01.034) 0:00:05.833 ****** changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_6l77dj0d_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-1760804979.0838413-8510-59047644296233/.source.txt", "state": "file", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_6l77dj0d_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-1760804979.7084913-8510-99146417329372/.source.txt", "state": "file", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_6l77dj0d_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-1760804980.3359811-8510-59367184350828/.source.txt", "state": "file", "uid": 0 } TASK [Run role - do not pull images] ******************************************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:214 Saturday 18 October 2025 12:29:40 -0400 (0:00:01.902) 0:00:07.735 ****** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 18 October 2025 12:29:41 -0400 (0:00:00.063) 0:00:07.799 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 18 October 2025 12:29:41 -0400 (0:00:00.026) 0:00:07.826 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 18 October 2025 12:29:41 -0400 (0:00:00.033) 0:00:07.859 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 18 October 2025 12:29:41 -0400 (0:00:00.346) 0:00:08.205 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 18 October 2025 12:29:41 -0400 (0:00:00.022) 0:00:08.228 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 18 October 2025 12:29:41 -0400 (0:00:00.347) 0:00:08.575 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 18 October 2025 12:29:41 -0400 (0:00:00.021) 0:00:08.597 ****** [WARNING]: TASK: fedora.linux_system_roles.podman : Set platform/version specific variables: The loop variable '__vars_file' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 18 October 2025 12:29:41 -0400 (0:00:00.029) 0:00:08.626 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009076", "end": "2025-10-18 12:29:42.221458", "failed_when_result": false, "rc": 0, "start": "2025-10-18 12:29:42.212382" } STDOUT: running TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 18 October 2025 12:29:42 -0400 (0:00:00.443) 0:00:09.070 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 18 October 2025 12:29:42 -0400 (0:00:00.036) 0:00:09.107 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 18 October 2025 12:29:42 -0400 (0:00:00.025) 0:00:09.132 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 18 October 2025 12:29:43 -0400 (0:00:01.054) 0:00:10.187 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 18 October 2025 12:29:43 -0400 (0:00:00.043) 0:00:10.230 ****** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: libksba-1.6.7-2.el10.x86_64", "Installed: duktape-2.7.0-10.el10.x86_64", "Installed: container-selinux-4:2.241.0-1.el10.noarch", "Installed: polkit-125-4.el10.x86_64", "Installed: containers-common-5:0.64.0-4.el10.noarch", "Installed: polkit-libs-125-4.el10.x86_64", "Installed: aardvark-dns-2:1.16.0-2.el10.x86_64", "Installed: polkit-pkla-compat-0.1-30.el10.x86_64", "Installed: containers-common-extra-5:0.64.0-4.el10.noarch", "Installed: gnupg2-smime-2.4.5-2.el10.x86_64", "Installed: catatonit-5:0.2.1-1.el10.x86_64", "Installed: protobuf-c-1.5.0-6.el10.x86_64", "Installed: netavark-2:1.16.0-1.el10.x86_64", "Installed: gnupg2-2.4.5-2.el10.x86_64", "Installed: passt-0^20250512.g8ec1341-2.el10.x86_64", "Installed: pinentry-1.3.1-1.el10.x86_64", "Installed: passt-selinux-0^20250512.g8ec1341-2.el10.noarch", "Installed: criu-4.1-1.el10.x86_64", "Installed: npth-1.6-21.el10.x86_64", "Installed: criu-libs-4.1-1.el10.x86_64", "Installed: gpgme-1.23.2-6.el10.x86_64", "Installed: libgcrypt-1.11.0-6.el10.x86_64", "Installed: crun-1.24-1.el10.x86_64", "Installed: libnet-1.3-7.el10.x86_64", "Installed: podman-7:5.6.0-2.el10.x86_64", "Installed: libgpg-error-1.50-2.el10.x86_64", "Installed: pcsc-lite-2.2.3-2.el10.x86_64", "Installed: shadow-utils-subid-2:4.15.0-8.el10.x86_64", "Installed: pcsc-lite-ccid-1.6.0-2.el10.x86_64", "Installed: pcsc-lite-libs-2.2.3-2.el10.x86_64", "Installed: libassuan-2.5.6-6.el10.x86_64", "Installed: libusb1-1.0.28-1.el10.x86_64", "Installed: libsecret-0.21.2-8.el10.x86_64", "Installed: conmon-3:2.1.13-1.el10.x86_64" ] } lsrpackages: podman TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 18 October 2025 12:30:41 -0400 (0:00:57.577) 0:01:07.808 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 18 October 2025 12:30:41 -0400 (0:00:00.044) 0:01:07.852 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 18 October 2025 12:30:41 -0400 (0:00:00.043) 0:01:07.896 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 18 October 2025 12:30:41 -0400 (0:00:00.042) 0:01:07.939 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029216", "end": "2025-10-18 12:30:41.512187", "rc": 0, "start": "2025-10-18 12:30:41.482971" } STDOUT: podman version 5.6.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 18 October 2025 12:30:41 -0400 (0:00:00.442) 0:01:08.381 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 18 October 2025 12:30:41 -0400 (0:00:00.030) 0:01:08.411 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 18 October 2025 12:30:41 -0400 (0:00:00.030) 0:01:08.441 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 18 October 2025 12:30:41 -0400 (0:00:00.043) 0:01:08.485 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 18 October 2025 12:30:41 -0400 (0:00:00.047) 0:01:08.532 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 18 October 2025 12:30:41 -0400 (0:00:00.059) 0:01:08.591 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 18 October 2025 12:30:41 -0400 (0:00:00.039) 0:01:08.630 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:30:41 -0400 (0:00:00.055) 0:01:08.686 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:30:42 -0400 (0:00:00.491) 0:01:09.177 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:30:42 -0400 (0:00:00.031) 0:01:09.208 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:30:42 -0400 (0:00:00.041) 0:01:09.249 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1748217600.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:30:42 -0400 (0:00:00.428) 0:01:09.678 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:30:42 -0400 (0:00:00.030) 0:01:09.708 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:30:42 -0400 (0:00:00.028) 0:01:09.736 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:30:42 -0400 (0:00:00.029) 0:01:09.766 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:30:42 -0400 (0:00:00.028) 0:01:09.795 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.029) 0:01:09.824 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.027) 0:01:09.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 subgid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.028) 0:01:09.881 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.027) 0:01:09.908 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.058) 0:01:09.967 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.053) 0:01:10.020 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.026) 0:01:10.047 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.054) 0:01:10.101 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.054) 0:01:10.156 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.026) 0:01:10.183 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.027) 0:01:10.210 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.054) 0:01:10.265 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.029) 0:01:10.294 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.041) 0:01:10.335 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.056) 0:01:10.392 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.027) 0:01:10.419 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.026) 0:01:10.445 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.027) 0:01:10.473 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.026) 0:01:10.500 ****** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.097) 0:01:10.597 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.054) 0:01:10.652 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 18 October 2025 12:30:43 -0400 (0:00:00.033) 0:01:10.685 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 18 October 2025 12:30:44 -0400 (0:00:00.395) 0:01:11.081 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 18 October 2025 12:30:44 -0400 (0:00:00.036) 0:01:11.118 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 18 October 2025 12:30:44 -0400 (0:00:00.369) 0:01:11.488 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 18 October 2025 12:30:44 -0400 (0:00:00.037) 0:01:11.525 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009292", "end": "2025-10-18 12:30:45.042486", "failed_when_result": false, "rc": 0, "start": "2025-10-18 12:30:45.033194" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 18 October 2025 12:30:45 -0400 (0:00:00.381) 0:01:11.906 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 18 October 2025 12:30:45 -0400 (0:00:00.034) 0:01:11.941 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 18 October 2025 12:30:45 -0400 (0:00:00.036) 0:01:11.977 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Saturday 18 October 2025 12:30:46 -0400 (0:00:01.211) 0:01:13.188 ****** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Saturday 18 October 2025 12:30:46 -0400 (0:00:00.029) 0:01:13.218 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Saturday 18 October 2025 12:30:46 -0400 (0:00:00.028) 0:01:13.246 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 18 October 2025 12:30:46 -0400 (0:00:00.029) 0:01:13.275 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Saturday 18 October 2025 12:30:46 -0400 (0:00:00.034) 0:01:13.309 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Saturday 18 October 2025 12:30:46 -0400 (0:00:00.035) 0:01:13.345 ****** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.socket sysinit.target system.slice polkit.service dbus-broker.service basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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 iptables.service ip6tables.service ebtables.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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "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 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; 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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "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": "3093336064", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessExitStatus": "251", "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": "21829", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Saturday 18 October 2025 12:30:47 -0400 (0:00:00.722) 0:01:14.067 ****** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target dbus.socket polkit.service system.slice dbus-broker.service sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target iptables.service ebtables.service ipset.service ip6tables.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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "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 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; 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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "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": "3105497088", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessExitStatus": "251", "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": "21829", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Saturday 18 October 2025 12:30:48 -0400 (0:00:01.682) 0:01:15.750 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.12", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Saturday 18 October 2025 12:30:49 -0400 (0:00:00.048) 0:01:15.799 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Saturday 18 October 2025 12:30:49 -0400 (0:00:00.042) 0:01:15.842 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Saturday 18 October 2025 12:30:49 -0400 (0:00:00.044) 0:01:15.886 ****** changed: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Saturday 18 October 2025 12:30:49 -0400 (0:00:00.721) 0:01:16.607 ****** skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Saturday 18 October 2025 12:30:49 -0400 (0:00:00.045) 0:01:16.652 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Saturday 18 October 2025 12:30:49 -0400 (0:00:00.035) 0:01:16.688 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Saturday 18 October 2025 12:30:49 -0400 (0:00:00.062) 0:01:16.751 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Saturday 18 October 2025 12:30:50 -0400 (0:00:00.050) 0:01:16.801 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Saturday 18 October 2025 12:30:50 -0400 (0:00:00.047) 0:01:16.849 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Saturday 18 October 2025 12:30:50 -0400 (0:00:00.048) 0:01:16.897 ****** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 18 October 2025 12:30:50 -0400 (0:00:00.061) 0:01:16.959 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 18 October 2025 12:30:50 -0400 (0:00:00.156) 0:01:17.115 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 18 October 2025 12:30:50 -0400 (0:00:00.043) 0:01:17.159 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 18 October 2025 12:30:50 -0400 (0:00:00.035) 0:01:17.194 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 18 October 2025 12:30:50 -0400 (0:00:00.055) 0:01:17.250 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 18 October 2025 12:30:50 -0400 (0:00:00.397) 0:01:17.648 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 18 October 2025 12:30:50 -0400 (0:00:00.059) 0:01:17.707 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 18 October 2025 12:30:51 -0400 (0:00:00.417) 0:01:18.125 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 18 October 2025 12:30:51 -0400 (0:00:00.058) 0:01:18.184 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 18 October 2025 12:30:51 -0400 (0:00:00.050) 0:01:18.234 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 18 October 2025 12:30:52 -0400 (0:00:00.855) 0:01:19.089 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 18 October 2025 12:30:52 -0400 (0:00:00.032) 0:01:19.122 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 18 October 2025 12:30:53 -0400 (0:00:00.817) 0:01:19.939 ****** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: policycoreutils-python-utils-3.9-1.el10.noarch" ] } lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 18 October 2025 12:30:54 -0400 (0:00:01.331) 0:01:21.270 ****** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 18 October 2025 12:30:54 -0400 (0:00:00.029) 0:01:21.300 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 18 October 2025 12:30:54 -0400 (0:00:00.028) 0:01:21.328 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 18 October 2025 12:30:54 -0400 (0:00:00.029) 0:01:21.358 ****** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 18 October 2025 12:30:55 -0400 (0:00:00.955) 0:01:22.314 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008349", "end": "2025-10-18 12:30:55.828165", "failed_when_result": false, "rc": 0, "start": "2025-10-18 12:30:55.819816" } STDOUT: running TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 18 October 2025 12:30:55 -0400 (0:00:00.381) 0:01:22.696 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 18 October 2025 12:30:55 -0400 (0:00:00.034) 0:01:22.730 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 18 October 2025 12:30:55 -0400 (0:00:00.037) 0:01:22.768 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 18 October 2025 12:30:56 -0400 (0:00:00.034) 0:01:22.802 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 18 October 2025 12:30:56 -0400 (0:00:00.028) 0:01:22.831 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 18 October 2025 12:30:56 -0400 (0:00:00.036) 0:01:22.867 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 18 October 2025 12:30:56 -0400 (0:00:00.037) 0:01:22.904 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 18 October 2025 12:30:56 -0400 (0:00:00.025) 0:01:22.930 ****** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 18 October 2025 12:30:56 -0400 (0:00:00.028) 0:01:22.958 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 18 October 2025 12:30:56 -0400 (0:00:00.026) 0:01:22.985 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 18 October 2025 12:30:56 -0400 (0:00:00.027) 0:01:23.013 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 18 October 2025 12:30:56 -0400 (0:00:00.026) 0:01:23.040 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 18 October 2025 12:30:56 -0400 (0:00:00.026) 0:01:23.066 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 18 October 2025 12:30:56 -0400 (0:00:00.025) 0:01:23.092 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 18 October 2025 12:30:56 -0400 (0:00:00.057) 0:01:23.150 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 18 October 2025 12:30:56 -0400 (0:00:00.027) 0:01:23.177 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 18 October 2025 12:30:57 -0400 (0:00:01.307) 0:01:24.485 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 18 October 2025 12:30:57 -0400 (0:00:00.026) 0:01:24.512 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:516fc1334de0624253025c6e8df41be7e1416593a0b4d428ac1444715a65ce48", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:9d30fc54abaa02d9e4d9571fdbe46e074b0120b91b4c8b455b94e2201fdca356", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:28614084cc689df308cb61f8a94a69a7e6a73ded19b37a49afcd69e2112701bc", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:428d11ddba5b18eb97e218ebd1cd3fc330b2541ca010a8329d272ee6a1b8a4b4", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:01a578bdb01f705551780f90df43f51a54791f884cbe8e0959181d1c19509f72", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:f1d04ad69271344bcaae314cf30c8db692cef4a9cf5214e9bd25d77111813ac9", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:d70e6129e871ffa80b30e518610f7d0e824c5415fa954de8462abfc2f7fccd73", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:937c211894e03392cecf4a1452f22110de2c5a5e088bc5fe2e39b61d8a9424da", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:5d30696b9d1075be0b31fc80c07cc3820203d16d9e91814b4cc83aedf727aeee", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:50fbaadfab9a7e5b3811dd3e0710a3648854e48bd2bf8f85488c771d20b4840f", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:c8cc82377e90d62aaaf4a2f957eacb0e366bee79428eacc1694e0fcbb310519a", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:25431e641d35db0920262d7931e6c084b11f5dc2ef66c380379c062798d3a302", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:22acee21915a409e588fdd00401c266ef212d23b82bc5e15c962d1819ad617b6", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:d189062fc494d468206cdd11d394abb99f453e2ee680dbd9c6ecfcafe0397b3c", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:5e07e1661961b33ac04ee4a813b0c3c2b30c33c21907ae894bcfebf78c7dfd96", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:98471b96adadeb2d3e282836b1870aceec901f86791c42811ec92cfb7b4722e2", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:c631e69912bc019c6232ddbe45ea26e2a0a1ae26c8ceb0612c6bb5ffd23f872b", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:6e2d3aaaf0235d62bddd51218259e2b0b209847c7c4f9b7cb8a5224742c5ba8d", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:dd5e70e8e7bdf3b6d84ceced346109f899452f692e9674d5d588ec120bc02357", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:142a3a68a7d1d481b8bf8ec3c4a0ff446846d93f0d2c75a802ac8d201bd60cd3", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:8fcfb29be07d3ffaeffb12164939e96f65531205965ae55a75ec5e7c16ac0e2f", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:09832470bc9a76ac28e91b146283bd0785ba48885a1e6c7d8b2b9850959e1e7a", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:3986f1b69898619a970330d214bc5c61aeb81b3572adc4842ad4a1a6900f1aac", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:c962836dee4f0940386878d82b97ad093fdb559bb455dd63a095351d77dfe7ee", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:80e23430f19fc108b5a44629abcd60b9b8426e3f54315bd78b4497156297b2ca", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:16ab4f32d98bbcfb57717cea28a7b6ece13ae4b65f256bad73be947188971fef", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:e03e321b4923dac015f7b0446c9e7dcdc37a4c9da10b2e9798904480c50319fd", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:23c684ab56d5683c616fba4ff8cf408c7740b75eb86082aede26417ac8dcc5ff", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:7cee63efe115abd21ad2f29d525749aa18d2144e303d52b951fe0172970ca576", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:15d514b77a60a7b15cdddd846065c89cc5fc80eafa46e872554a597cdcded948", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:2bfd39abe3a559d5419b15e5d2b58662439cfd46d860d26821029579ece6b6fe", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:c8d601433fd252ea14fb2af1abc20bf5f88c9c682d596c67e89a17b133f270e5", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:ecee7b3f9bdb0a4a7102b4d53a2311afb7a2b5ab510978f836cc9b8972e78694", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:cde39e721f71f5d5d656e89104d6fff5f030a0530c34613bcc96fe6bcb15c1c8", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:163f3ae58c632cf9dc337fd1191b05d8e397d351996d75e17fceb1cd7e5576a6", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:28feeb329549dcf050fdfc50ffbc77a7f12c632307ad1fb8e2fa17f44efebd43", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:68b509aa78b41c795b064b5b7d5b40d15a8bfb26dfec2cb62120da428d93dd4a", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:2d512baafdd7831586744919a1e3ab787551683ca51821307e3d55e32b713e20", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:362b567009304ad166134f067a78e6bab36b79b8c66c365e82e4e16ae62905e7", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:fb4bd7dbb5ec290393b046e211152648b84d0a2fce9745e29c1c0805e30c521b", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:06761d54039e55f5fb41263176ab91b5a900494a35c872e3c0731ebe0a5a496f", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:18aa9b0f7c86dcfda260468a26fa0f91a0a4996779e9b3e31d70cefe290d6d73", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:0c10ebfa126fbe07942b1e7534f7db67584489b13d86624309f6eb5efa09689b", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:d92b86a8fe2c675fdf691a193ae5efd226bc9ee972502ca503d878eabafbe0ba", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:8b823a48aff2d337cafb95f34391d9d90a6b4587c0936ee8a2512929bd470f25", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:407e42b956196dfc597aaca0075a725d7651642b96ae4f8cac8c81aa5da7c5d6", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:6d781c450c00ed80df726ffbad905afba7b2d6e63b4ed27f8fb6eda75754277f", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:b521e3bd4d68151ce51d31f85d7ed51a55349d8afcb3e09a2cd5cda642e8b84c", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f013ea4bea42a7981f78bf03e81610e9b9007e6129daf380b40533d6126feeb3", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:f4b6c9903c4e2228dfdae98dd766b20cfe43ca16b39e4401b667965a34e0aaa8", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:5c0fe3c344c7603859b8ebafb36bf300043930e9574433523b653f8048ae8a18", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:1253912eabdadf39c59b90789c42a8e36d7957c67e50f62b8d2d9f30b2136a76", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:9203c2f26ff9ff9ef26eacc2c116e03fc85510f3e4b17152c647ccb7209b0731", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:beb14de39cbe573d8aea382770d7a260841dd2f9beae133f3e2b52ee3eca8da7", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:b871ae5b3e6316680bba6482d7717bf6fe33242b1e52880d9e2dfc7cb7cf1bb9", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:25792def794bb2aa298ffee78bbf5cb6c022f9ee5753b05d9b81a897c341736e", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:b35e80516f15c671becee027675e517e7717cd3a499ca8b1147b354eb3a8597a", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:535b5bc8fea85daf9e42ab3d6d4f322e08b0c859eca48b46ec6a717c36a9844d", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:cc7a0a3338d4838b62b70e09f452f03e95979e6c34096b118bafbc34167db024", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:30535e9dfbb5ebf8858c69dc2e9e74e6fa73bdc95c90138ebb52160cd9a73620", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:2190345e4b2c61371538790442a1ffb5e2e39146fe0db65e354a892bce5b0b81", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:60cda7af97caa987f5c2cd6af9bd7fab328e72391444f33d53278a7f08d897ba", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:daf4c1c49b12d0d009671ed82a8febc434597354b74531c22f3e85ff92b4e8e0", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:7283f14bc6e5325b07157e442a8ed623e4ce46bf6f7ff9ec530c5e50f9f8a366", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:bf33803bf4ef143fded01923612e6f82aed0046306fa90b9308b9113a5b62136", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:2fea6de390e7fbf74e97a21b56d7f73ce262d6335835528aaa68a1d9bae66665", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:7c8bf27770a56b029492e16000002335344ff72272cea27950e9253576472b6a", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:d3b8171a2b07e25c9de41a7c6206fa49048f0aee1db8ce4b1947c6889b36cb0c", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:2d24fbe20afc9e535e9d48c463b28fbe180db38c9edc8773f9e90c878916097d", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:94c9dcbeb9ecf9d9c02a7601a4437461123858d378ed0633d8b76de153b74575", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:67b89f284bff80827c2e50bf61377d5f2d5ec2c91289b44093c90281929da453", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:8c23480c5b9bfaa67262e70cee6eaf13dd81e677c8130d9387ade8fd44af6c30", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:dce338525bc305a2bd14878998f81ff7523e60d1e265fd8bc162118fb6064cb1", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:19b816c787f9006b2e72a6eec74b28bfbe89ea6950ca156339f0f219b8ea26b0", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:619c57b5b2ed96f368ed06dec28ae50365f0325d6383f8fcef861a1149437fbb", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:4756e0e90007d639de59ca00e4a436ff5377acbc7b851bffe19eafb421a2f1fc", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:5a3b1fc68e50306ddb9d553be6b22623d34b495c76011fe91cf22c40c9c0356b", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:c9fa40236273029bcc8c8a450dc7b2e845c5f8d6b084344c11a471f1b24bb243", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:2a0296a57b852fa64f9e3d1da4d4263fd66599cd5ac6717fb6aabc9581df9f85", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:4ae4d78adca75b14367358858df60147aff562446e8564e1ca058a0fe5b29ea1", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:e82c249a6c6e116596d6037ef6d23f64ed21960d8ab56d7d4f14bf682723eca9", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:fc10f3410281c2ac16ae959de5d4f649ad1aea9cae1dac5633ef79592845b7da", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:a5d3ec9bf632c01a01af62d1acad0dd5645b7c9f215c31d38308c5fedd83e451", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:353e1f02808b88e0c3a39bbfeb835dc06b815a02c27530c2b1470e0087c803b4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:ad6ab2c3878452064ce4e24a5d088396e04245f1b651752b42807c3eadcb376f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:9f9857c24e4681e84ae5bc3bcb9a9f2f72869a804625f992b71f989c1c02eacd", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:03ebc57fa5f1edec92d53093b4c372c897560f2ba654bdf84bf23b7f032d5924", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:28005785caf4b1db1dd4abb7958e95a835a4f61dbea3855340e5e21b26402ad2", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:020e88a823875408098e403243e74844c02b6cdf89d365195badf6e24e0fcac7", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:0ad65402073bf1039fef15b6719764a659139a3118d770b879a265945a43480c", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:2f67ccaffd481b5e02e08239a661edd9c6567ec63fc474e3cabdca07f05d64ae", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:bf5ca0762aa37845f9c1af18e767f47cc671e23779152050b66f6ae19b8aa05d", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:f700a21fa1ee92d45b122f08fad7011b1cac933961db6b78f9f91405eeac0191", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:9f9c3a2d3a1c393b13a6420becc3b00587c61efbe6deda23bf84c64500761272", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:8afc1fd453442353b00853f1ae0322e09311cc9f305a29d81f7722664a29dbaf", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:f7c8e21ebeb9f9be9f790b46474e354b6a99e4a45e8404af1bd972a18aeca500", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:004ef662943e2e4d730ea85b935ba975ae802ce61ff19cb54516e10b8d0bbcc6", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:c95140f632de3fc0795c1f64173cc1e299b5f95ea1e6fbc22458514ba35d9d87", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:6030eb8de24db8e5196ee46a83ca233e2020ffef173a712879197063b4abb4c4", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:d6ef5fa653ef1f58cfe1aa7da19e901ec89d615025668349c4064a84613c7cc1", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:7ce53bc70416d9f2cff045d6dc95f696fb44e86d2ef1e2f5d6dd4fa29e9f49cb", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:097b73c686c88aca86e7ac5922be470f410f2f818e42e6a75942fe6b72d43b85", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:0072743763d80c984f00a0fb7f6488c8fd6c7f53d37d6d4b5bce53c5d9dfc866", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:7e0c4e8ea9eaebbdef5e27412741d557ae42b611a3d54a7745247c6c8a865123", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:ba63c1d4b4388d772b10a367c24072c0cc57d5949edd8afafdfe89aecf1ae88a", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:76f07d28c59fb1f96ce8a006801f5c44c8b9c2c3590ac9e20cb2bba02af58ff6", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:daa76500f634fd43405d98c616503acaaa1098fb24d7e3a2dfbbf35011de760d", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:10972211a1892fc4db5f2fe7337c18414eeb26160d2245a40ab51821165b358b", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:53c966a5a4ca74f3b2470c09bd52e1cdc71dd82ad43dcbe5736fa0a191f8f340", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:c22ff5aa2633786ecdbbe1fde926cbf8656a3426d98177b65d624eb20bcd2f1e", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:44d1f5c3edde60efad2bcb577f212110c1421027f5dc5d653a129d5ae4a4d147", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:7dbb790ed9c100e873ed2717c7795443b55965593ec87f8be140ab288bca8980", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:6a332398dd63ae584ec1a9cbe148de9e020551c2f012fff24e1cca6cf83fdbe4", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:40ed9ebdd53671680257388559a2d845782d2de4626450896d070b60196231c1", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a625e8f1ac239cabbf6f712decfd7c25a0161dd01dfd98e605eb3a4ea997d7dc", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:4e81928216cbe585a95b1ac0b0ca8b6607b8bd75edacb37ebe09fb87130bd004", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:0c7e440e4a47fbf34413ae4f8fa0960a0c80a8c4bc6b3c7d04804c54bc88947b", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:0fdda65a78a4f4701e0a29fe384595a49eef0f16b09083b9aeb36903f9d12596", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:c2c532a1eafeb72b321d261eaf778f68fea4f69e782b52acd9e30315b22b21c4", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:796da804af306138fe8c166092938cba13e978fb89389c90fe4872720492bb5f", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ece651f238aae0686dccb5ccc5ebedaf78f261f4e0e7c3a20fdeda83018b9701", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:c0b6348f1e1b1409076248fdb4415643793d9ba6e6cf9a3d3d6bc94aa80968c8", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:2eafa464ca9c892dbb808c6f0e41ebbc62e4624706d3b38bd0daecaae034fca6", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:ff123e3899e6c00c2f15214a7e47f1addd1a7bdf37da5d7da3bbf79413dd6329", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:26fd3addad9b2b49618d66d4db2b9e9c54b16c97478797700b10ad4dd85f99af", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:9bb4d42f505d8c531aefd8b9710c2f986851aee25bcee4e0d9ab0dd1de9bf554", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:7f7fc4ea1d554633c37e7fb70cb3e2bcb7cea5f63798cd6048dfb7f588c69c8b", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:59e8279a100cd1188757078ff6496fb92a6a587887e122a5c97a4c83ebcef486", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a82a7f6dfd7f92241a0e4ba9e6538005770eb77ae0dd34b282b724bb99b87f4c", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:95a70d72f0954d3e29a8c542e6e7ce537e965bd1a6fa1eabfca59064e4619f63", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:09aaa54f13f5eeb34b0b9e8e3c0f27f44d33238b8e1a219a63f04ed5317eb04f", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:90d7c2e6bac684d13f207e8e6ebe517c7048f19bab00d011d2cc2f69620bba98", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:b165186bb0e1dcc0d20bab5c3263d9813185bc3541c3366887c0fbcd1025501e", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:4f575cb53d7acc1615fcc6fda8985e85140465529d2b886f51c2b1a33aae87b7", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:7312c353383b127b150af203ebd29d0115660de6bd81a5b6cc808f41f6a8d09a", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:4c75aed6f697d4bf5b75e9373643e338124a09b5de66944481bd157ceff3bde5", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:7b161bb0f5f3bc9cd74d347b673cb5429359f8a1a936288fd539aed298e961c2", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:d6675a6f3869063b451aaed23bd383016654c43a8c66c27cd95f2b3d569ff7bd", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:ac53892b7a6dfec86206b7466fc9589f45b2ec495b9bb9adf667c2198a18b3fb", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:033761f96da69926467ce8b9844441ce4fd098b1b76a46b562560c7ae48f8456", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:fe53f3de61a70e511ffe136e45011477de28e414a6dff0d31014a2738377e78d", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:41c3c7ce23807a6618d346f7ab4d4b20410e1090291e47acdf39456f47ecc846", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:4e10da221fdc98adb3b701e42eb571bfd5d5e7a856fd12ba91ad469617729080", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:17e66e8e1079cfbc50f6a7b41f7caaf4cb74f5bc46c0583a9f52a19444b3881e", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0e5d72b0f55b2be6330502590e2376e532cf89be319ffe415ac323ee8142d764", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:06cba894a14bdfe2cf8d13363ce6bc0aedf70253ff766dfd211b39acb8402d37", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:76a8e2b8e71056a7551bfb7ff79a6e75e190615f1257faedaf711305743586ea", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:9e42714e676ff096b83c17780908d789029bd5ebd5c45cf4fbeece0137b3964e", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:639db378f5d2c05b72c6a419e873c6cc9ab28fc44acf9d5746b28a01c6981540", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:71f5b8a111b487852a045a313786eae9fccd01cc96c278b0e073718d2b6ec1b7", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:820ab1a7b59a11b7b5f32bcf9424376e1b8a7278b7ffa8b137c8d4d38ec29b6b", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:5975fbb15366849cc7993317f1066bee953e7159323375e39778bfd66ed9a070", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:98e90fe7ac4d0b82a4cdf95538526abe2c6ac9bb0f07118d599b0395dc2a0fa3", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:d053fb2713a5e0f4a059a678fdb482110ceb8cac1d157bd152b38111fed4835e", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:baa4d86a27bc4e085ccd8fa80463f29338767683787801a5416e8d0ff6e09d5b", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:05671f3bdf8f6d899b49e78ad4380f46bb6d6dc5fb6a1507ebf7cc23de05a5bc", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:0aa5c946688e72879deef01fd5cac0dd863b33b266c1b62f6ddeda8156686387", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:26f1450e0e7063c892377b02538d9d89b1107a1b08abbd131fc90c46ee61a910", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:0dc1e5e77b66c3ab160d5ded9516555e37b5b6a03cbe0993cfaa9277b9b26309", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:024c83ab30b60c5bb4333c20f5864340b935623e500b06c920009680aae582fa", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d871300eb21b13bd79b994d41b9bbd12487e3736ae5cb47fc2e82056a6021ab2", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:56b536d606a0640d7c2a1fb733553fb78cd8f2448f323714ad23e11712b4b478", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:66c745dce773f4caea41036a510e779b0604faaecaf1ee20b885b264480db963", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:3f8e0a9e5df5fddfd12b2b2b43acdcdbdf55755c3d18571984e703259a45a72c", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4f37ee5aa966676345e44e48b17c4c5594807504df477a20474fe1676b2effc0", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:2200ada8b8ac2534bb36889244ef3540212fc14bd1016b6dc3417c1d202844fb", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:c3ed3b126600f66207fcde4b5d05bb124370a9cb63243c67910f4f94d6299447", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ff63a593629dba58191086798b2806b99481488f22d1608172a6398bd00e10b8", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:bd251f40ab2fd6368b28d2caaeacb59c2119678087e3598170830d3e54806d1a", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:3a0d52ce450d01fed2f654fa1ab9811412401e675238226e58588796f509dad5", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:66ac2d9285b48d16ae46a14ce234cdb892f89808be1c7bee9daeca7ccceda8a6", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:d2b3c01bc7d7bca1b71313356f0e615ed663e418f0261eb37af6fb63c671a3ad", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:6e708ec82cde020ca9e3b4cbd1dfd0011386024fae57a3e9b3abc81d2b232e1e", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:ef9fceab231dac78cf7bc0550cc9827addb515a443eed5ca70a2b7d0c90b594e", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:38aeb1f69bb9d79d8b4f6db4c743cee62087f7cbabccadb46c1fe0c6895c3db6", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:4c14ce3799f78a68d308d9ad81ec720a021accc27d6833d670398bab572c77b6", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:cbbf80957fba14042df58b03b1d9054dd3151e5200e481ca85d5af44c39e941a", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:d1440737e161986c088db4973194283ec9ae3e2ebf87199088c6d27687c981a2", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:7a9a8a2781b899d67274f63240287afef1080c130998dbc28b38e353e44ff292", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:5fcd23d2cd25324d78cfdadb4f2e4f1251f36329d279ef69a151623342ea5432", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f1f39e608594e6001bb9155c8ef79c0d2874f880afa04c742c27e59bf193cd18", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:04664a7d39f300ccbf432e2319a4b33ea337bde897b40d71dab073e6bf6ff9b4", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:b9734deeda3780fc927e16141c0302e4fed46b681e033f4a60632b9c48f5ee12", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:13910e87d2572c56eea44249b3789e4d4c3e6bf9e0c3e01c49e26772819a05e5", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:36a2580c4f5b3ed535498f9ee30ccbaf32c042a85a7962cab76f59c5b81eb18d", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:061577cb019b20bbe78cffe460a196d0296cd8572208d410c24d97ec0844959f", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:b722b50dc55a6957fff9e2c945ad5bfc2eb13fb54814602e39d77a2e879cb941", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:b2d9c174163f3e11d3126c5f395a3793724766dfcaae492751dcef41e1fcd945", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:a66bc2829cda8e264774b577006613f77ae7d02ede542abd9f02f7d73a0a241d", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:77dfa37cfdee157e803785fc8b5a3c1cc5f588f95451178294317e33a50569a6", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:bd47e0b249bf3dd626a650452500a46c29cc1d29a83edfda72e1ff9bd1543d01", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8c30c837298211d151e9c118e2a9ef51e3cca9c46fd85a194d6f0b33dcf3c408", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:f1702d320914c2db843747794442f25aa1d68370c7f11a818d07079b52e8ac8d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:6f58f52deb966c5324dc704cdf359c4613534796774ecaa67085f1b4bebf094f", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:5ff7c66f62231636f38e75ff8791d5d0ec3d021f8d99d6d665b42bcc827464b5", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:118303a8c6d51e71636e1d92d1ba140d9efe1213512deb999240cd35f1a60b88", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:0dc693691c7a7d22475b644543434e3a42c7c1e54f363e7d293e251abaf6e718", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:b06c0e111692ea995c6289409b1dfd91d48a9f63fa54ecd76e4a5ff2b976ea05", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:2fed49c5579e6d3275241026ce3505b22b33232a0a7044e18d0f232ad92f028c", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:68c05f8067f6226ff08fe55bf835a60c10ea4bb52b1616a986f275bb4a218124", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:0b15dceba92a5acd672166eb6eb9d0299a17f50baeba35742944c073846b7b43", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:33afde439673ae9505e57a6c5c26cf7473820f5d3fecdaccd340a3c8c4694f9f", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c554271d3646d3d132a44c69321e7609eda9d07bc54d0a65680c7fbc006d5249", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:9e1155e035d2b917e2b59de45a011ee8fc9dd64fd96af113305166ff74029c37", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:47eb4910fbdddeaad50163bd8047d85f19354b094e806f09e9e5f528bb908211", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:6875cf19097fa08dc86efa4af422efcf5a5e0fe6c940b743a862ffea9c90305f", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:d17cffd1103e31e4e38291a9ed5b979aeeb4d2b9028df35a5a56e930f708a780", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:d525736c6e5e7770c44fff98cec78026dde1c29c15991aeece71c6883635bd5a", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:eccff0999d8bcd9a18ae8628965eaaddd8726b0bfe7a380042770117f28b6637", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:7db523cb1e14c32587544907a28237c09c418307c349a9c6c5a0095c9ef22533", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:987ecd76419a56b3edb18f0521a7fa5a5bc00bec0c697d305287c500ad70b3e4", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:23cdb08ace4f5e8ed57e1072c6c9f7f93a1eb370f40f923b707edc85e0bde37b", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:451537c679b41dd5317d346157290c8b71353277565ae5d11a5e1444abc8efeb", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:6883bfc79b02b9edc089791b11b131e8a06f357ff81e7ff2ccdea6dbc3eb2e0e", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:ddc9e0f2dbce7a809d8e41a5465dbaa87e8c2761116c217a604fdc2a70c2c943", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:f36671c5ac0f8ee4a376f5b73cbdc74b3e1314a5f569456f11c383145c5697c5", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6982ef349cda1b518321c8f8296b2da9d069293632bc34e4cd2ae7543a87c0a3", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:b81ab92c459a0bca5b0e59dd512d6f0b1288ca7f22f007b718b5a22bcf1d3ea8", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:763c81b3df98434d35b30479e09182e7c462ff72d379fc91390f5857a76aeba9", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ef0072f761a198b1cbb42ae9106a5364cac77afcd1f4a58e49078b698f56f223", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:788733ddd804746b5ed84a251188481383741d4d92a69e090b450d260f97e5cd", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:f50a00bd73ebd16f368ec52e26b80ebe689e059551f22d5645addcc3ae1a49e5", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:39abb3958fb482a7ac014d6177a30e18cc4f9ee91406176ff7dad84190b247e1", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:af2887f2c523e44f88cd5411d12a9268f5a39251037a9c29ae69961457f4c4fc", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:760b7c8649bf6e6e690a4abf81c6248f603a2d2f2ded64431c6f1ea618e0a447", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:78009c7acd8135254c01d1ed9f8dcd3dd937de9f8ce7a20f0e3df8905fe2d29d", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:0c29e84ac815ad8d8feef275e733789d7b383b24eed8fda80eb70cf1f7e6bc1c", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:70f9b5c63ebb3b70093d4f25ce1f54776c9dbaaa41ee2b3f6fbfe976987fe3ec", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:7d0eb8a97d938847b67257289d32a220c75ceca8b96f9e34d79d0207c5134bda", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:e2103c949d85060327115f2b568713ac9269a03d29bca240c9f7b47afb4b77e6", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d349a9fc2cb80cd353637ed72d636b78f58fe3e6af2f9fb65bf711eac4983d72", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:6e759cbe0adc95cc7f20ae02808460a278d730e8fb6782a354ba61578de21edd", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:341fa53aafa44ea45ee69d7e58680a08fa90d78ff838f7073d88382fa0afdc1a", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:b1715147f59a197cfa0219fe4ad8f353b778fe5ed25ba78bc589fab31d73077a", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:3be0b1667972a2278368d79b79dde5dd01e20e70e01c3fcf10f98e89cbd58611", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:88e7f35629166a332470980bf25975a59e0ab7333aa7f256a58256e1495d57f1", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:cc9a913c29a4a2e1b76cb20134750fc8c0585bf9de683625e620fc6d7def446e", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:2b3e9723e256dbcbf3d7baa320760bc235f90e626b9e378aa824d0d121846c86", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:af0f491bfc0619cc5f15d639814ecb56256fe371311b4bc93158ca2e65e62e93", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:fe0a31a0c04f30cdf7efdfe54e65b95d064d251d46490d18ab2de7ffc084ab64", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:c256d688506ba1424ca1161962e01282f1903d736c75877e39dca21bf1b590c5", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:ab0f3da43024de0115422d4a2131110a7718dd1a4e32822b135d506e35b4b314", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:4a4503c2d1088fa93696fc431d2d5d78be02ef729df4fa113fd01081dc6f0028", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:43b68f254400ae58dada11b08d580438ab4c9d7c87c367520977abc4cf577658", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:42e113d1753bfde7958b2c597c562b12c72a73ab30cfaa330958bb3e7b2406f5", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:eabf56c3a9704a956457915c6f2a52e726769d9968ee3761f05ad261761d8c24", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:66446558b3cf4bec0594695d38e3ecdba82aa1c5d862e495533d1b6b1ecef5c2", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:83af69137ccca18dae12e3446623a17bbe3e97af9140f66eba5cebbf3689b449", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:3ecf37ca5b3485a34fe5305eeedf0cc03d2386ed6b5fbac7ae356d39e1e27b2b", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:8071c79964c472774759b4224953e4fbcdd780bfa17bbb2d60c4286d4c492a11", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:b9433ae93b7e2494be510e0f89b79e810fe6ddb5ce7e77a68a5fb352ac33a3c1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:03089dfa338c6441f2949ba44b8c000c44ac496da75aecc34b0a955c3dfda027", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:aa7a5dbb359b812c3524c56b8f4ced2a30277bf191faaf167833a20d17744464", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:346194b6ee405e8da1b812dda44dd4acb169dcc3a5aa61de06d694cf73202d55", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:3f41d5890fc974a81d72d40e3fb858bf5bb98d8545ea8671c2dabe8a6f82e5c6", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:6a281954af5c8fec67a4dcf6700f719d73705c3f38b8b17d9ebbd0f01d304395", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:18063e2047cebb68c914e52020efaba68dd0801a5ea00296fad8948c3070af66", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:b6f287c57a777fe838ffdf8d7086baad28b4000eb6d1dbed305afa4a8250f7f4", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:6f98d228cbdda6891747c3829227e7f9e193dc768635d330c6c59c6aab6c40a8", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:325298447b1e8dc241483a7214eb25f43900a862d07862ca85b1265cc20cdca4", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:7338285d0ca68762f5839881dfb5c16de4fd8764e745a516761ed6bec5178afd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:5142b9f78d32c0407c1db9329db488ee459045283a679309e5596692395683c1", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:02966d7463832b3791d3a65144219bce9f4d758faa22cbc4c51767087c5e7a5a", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:5a3fea08c4a4537f636ba319a91d5afd43b2aa5122b6a5ce5c2547d898781aa6", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:30fc1d9ec50ec7e765b0702628c7d334481d8885f0903e0da1dcfc774ee95512", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:de1571b9f0a16902c96703ee7a653ad58a48f8321a6666700fced92617eab286", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:b0927717597e270533b67220721bd5527c8248864ba24d173a927153bfc3d06a", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a7342086fce094b7f2210b33880dce2344b4ff402e1387012996333b74d334e0", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:de83a8e0aee93d436a1bd2cd920395f0066802c119deede352cbade4cb9e1933", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:212c46848b2f04589f36fc83860aa389107ba31f030aafccab2b5e9e732411c0", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:4dbab01de4689748719504217c13d00aa04ab1526959f67bd950c04548ad59d9", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:26bb008eb204a7bcb7035a9e7ade556ff381e00b48ef9a19d5aeba7749b1b151", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:19571b06c9a0b595793acb6511509dc48a7ffdae39f29b7c515331f367b30426", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:3cf2bb286d5e8d7236146c457857b4261ad3be3e6a9df15fdad5fdbb4828d48a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:5cde074b3fece5a5ffeab1d2395b799658af35cc9efdfcf5492d996a24ac0e27", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:cc4bd42dc5540a0f19b90c0ce43d87399c44b7a8596737e8e31bdd2a6510909b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:3970790dcf625fc480b99187a2fa5110e9bf159b62203c7afe5e7736e6efdd0c", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:ee99fdad9899c76c807d2c6f2faf04d06c93f20b10be4ebbc7cac9229b819843", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:5e8c59e63ca9282161545eaec25920bfa9119083dbd2989696cc8a0a78aa361f", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:6c30b655dfa38024cff5f5bf6300822fabd2a192bd6871069d21e3c8323e0810", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:66aff8dc1d5dfcffe080bd34f1c0fd10474a3987589d576129efc3b80bd74d02", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:53b69369b6bfc6a705d41bf470f0121b74e4ea16391d24f56915831573620909", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:b34f368c23a2d4904e05f02bdf628c7859638639d780c71fdcbb2425f44cc753", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:0d6fa637f18065512fbd7a5d4d89479f73fe289b2bc2e20451a5cd71dc006a63", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:0148e9e03144c6c3fafc006a33bb1509b169fecbfeb93cb2120b8d70d1af3056", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:5a4aca6a6c19c45a6dd8453b77b9a9df042d9750373a2a7bb7fe85b5e2d68512", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:ba95b89570736f2f64b5349a71168d481311fd6e07cef715677722a5e88d59a0", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:3de9dafab15254be1e61d1b585bc936749c1ede35f4d6ce198cca779d84a2a93", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:5136e404b4f6d79166dcc9b65517ca6ad56dfe26b0e869f5dd7fe9dd4de7e9b1", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e8bdbebf5429649fdc2a595da24078533a5c58e3d18eb36daab521f494a568a9", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:d1b04869363b3ee565e87ae8f01cd93217067e4cd2eead2b0e326646e9f80127", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:38dde585168985626bd39ada6ad39bffcf51aee24cdd413a6f9ded3230427d5e", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:c9375da9ef214ac27722babb1a49a35c3060c027b7830d04febeb5f3a9d1cd5b", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:51911ad26e475d3f3d5c025bbd4ce25e04705dd55cf31ad1a7917bd0ef4b37ff", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:848983e61099aa451798dfeb104b67148e9fea847e89fbca16a0ade2bcfb9042", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:3ade83db5ee8f691ab3f3fef1f04c8cae0eecf06e964148e6855a1e142f066eb", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:bba1bd162a7e887d4e07e7e47ab48ff684b6232daf1b99d32630c2ff18447ca8", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fafac6e764ffa9a8db546c20dcdbc7f8512033bedad519ac7f003501807283a5", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:d8c57d30164e0610fddc694cc2cf7c2b02f101e5ffc91ff4829ea11a0e2226b8", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:2c2bf1fbacbad3c9aa5a351585f1dd64fae207292468f0caa7aae19f07e4959b", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:6b2a6afd9b64502ee986d7202c3d35537bb2e63b9745819bb22f18cd66edcca8", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:d1d88e80c26b0c519000acd6b500a89f47967e522b866001b972c46886d54b22", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:c53a21f4d1744bb97ba01cd5a783bee163b5a44bfd63aab0375891f5ca391a31", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:dc202135a7c60f2b15fe6da3eaf4925c19ee1b7eead08a4589af1c73cc4aba6f", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:c2a9c0312ed3a2e1bf791ee92ae6339328a61194392654b14fa8bbf1e769e5d5", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:4afac0251398b4602de01065c3a58b0ab641bb1e52cb7bc73d9cdaf1c97ddade", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:62b885fc43340a64a68d4156e0fc0e4422178ce3251f05c88510ca228663dd7d", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:bc38794e09a5b71f26d292d4f5102be9a70cdc97972a47733413109c8410f784", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:7e162003566e2f5569a3faafdd7fda9238f6d467deb417ce21d2b7a56a5ab54c", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:a7401c986ffa0c361aa4194cf7de058c04fe9b9923a6f2f5b0910a933f232a0f", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:409cb8eebc3b78d8abcba60f927f00e65f1bdfbabaafb31f040e0ef36db0dfc7", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:3aa383ceea8da0c33173f8711902faa680ccae93f141c149da2f33a1f1dc049a", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:d2314983cbb3943c8e7da1a0d9ad09e712187c1f0344683d28420706c24e4d2d", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:7ae9f3f32c7b06f30b65ca1710265aaabc4940f603869e22a64820dad162dd61", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:4749efa2620ea8407cb65675eaffb48ae56269e0afbf7d7e8c5d533feeac2b72", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:d909f0e93fc31fac1059a0ecea23730969d2396b240a052edf3804900a90af6c", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:9f71200901f37a40683c419e6e648d98076fec013184f36da5000badecd8a909", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:76336a655dc074c82047d31d39ce85c712c96986fdd04505226e9b1b15509ed6", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:339ef744e3d52e421543dd1c1e086ca69a7c9b8f87879db12c3ba3a5610f6e19", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:fa89ab5117bf1144ab63d1d630078532b03aff0407f95bf6766b7c1e22803f9d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3eb00db355727a30e89e6b32bf8ff4e4521472b8332a5615b7fe697af7b6033c", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:f965bccf59a93a9a6c7ad27a4fe17bf05e39c053379f723e0e2e97c88993056d", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:23c1be0b6b823b567f0ad119c5a2a6da8097ed1f9a92d70a3394b19c2a6b3b8e", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:fd7eb0a53d9005064781fee26e940f0b0aa725bb76e193bd426288e704f6f527", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:f00d250b669e3dbad3adf0a3cb55d7bccc748544c3202ccf7d9e590b5fa210c3", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:cdd3a9ae1357489e7b13289c31dafaba549cb97adf3b60c11cc998a3b94d4c84", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:b05cbc9e7b00febb57ca0b08ccfbe25eefeee5af126f3152c69e669ce790867e", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:5c9539c0ecd50a42d58c5a273334b5f64db608862dadf9c376ffdfe3363b8a65", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:38fe26c98df147bea9ab100a1cbb4084c60e55070562798be1042944a6ea2076", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:99d6b6868dad2afc98128885684df3f20736b4c3819ab784979d80c4d31323bf", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:09c5ee428feb22fb75883e3b258a8cb4ec0d7c37b012ef123f98d796946e7683", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:bd5d3167f3232401642408c6343b249b2bf7aae066f0b971d791c9a4648712c2", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:18e6442362df19819b276708ba5753be66da9ce531292ca571b619c1d03ed647", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:d77008d875a5538e32506aa953430948629873d9a0c7ee1be9ef5174b982d92d", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:6a6fe9993c328e0d392aa89f804438b71bf136d7b7bfbf0d455538184c234c5c", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:8922280d37377e5869cbb8e6dc6d61bae0be348af3794ac00f31b3d85d77bea5", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:2d34e420d0114fa7327b8b42a2605156ca88660b1eae69327cba42d73a47bfaa", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:a44714c1de700b34e1d2ec312244456f077136f41210869749ffc2cb6d39bdb3", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:77a3f610c011dfa50cfd314ac3a702a92973e2540b23e955796cf989669da611", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:d3080401a4a060b931d5b253d6f511ba496508855483e4d98a78ff75d8e586b7", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5b4ed9c8a9a85184d75cc7b6758d39e9e450ecf63e5dce6a93e32ac9c0f9c33f", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b7b041fe8b53b009f48415eb492bbec32e0abbd1630f160ee40b4427d8a2fc95", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:52aeb60b920e302649519ace3064b1d0dceea48a6ca41185a062dd7ae27775c1", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:aac722e5609a23ebc0666cfaa74bba759acc9fdd970f15ed54387aea4c10fe20", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fce307245871e2a48ae742dd8f0afab2274548634862b876bcfead722b4a700a", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:ddb5df57389d5400c0d9139eb3f0ed9906e39f0bf0d92c526823cd9f9c3d6af0", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:a8f28afb7bb8f403c7b0ec16b77141ff46eb0e678528dd0cbefd798c12599fd8", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:3b7edc70fd25f18b3cd282da88559b33dea7dcb0334bb782f54375c68e335548", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:14470d1dfec37ca84ace7a23ac4cf46c716c8e8c74927b8331b6488abc0ea062", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:c831beb56446e0c6802e4f8bad00667820e2fcc8467f9fa1dee22a74fc7ce264", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:930c7702d8d2ebba3ed51178ff061c268d19bd21a4a185c46dab1bd30c63fe73", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:d92c1ab5ba40ea17c00354bf1ac267c01f3a6ecbc5a3efe91888e6eea3a667aa", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:814f424d58e57121e95d68b794b51aa9122d2b04913b18eb5bf659e78e4d5d0b", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:811ef64ded8f465786c790760f3d5ddd9e997960a4d09eb689881dfabc4443c6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:0eda2bf0a828c5cb216c6afc1f25230fb8b07a9639e56c51d2432dbe6b54da84", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:0682b68a9debf64eed95914c472323df6999bc1b9cfdd6f366e3f7c6e8e67386", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:7791455ac0f86484773c49ddc8e24c7afdb312554792a0d8536717e8e8470b7e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:4203fd561016b49bbbe1755b4405f53a7c1fbe055a90e6f1254411373b15ea56", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:6647d5c3347b1a4febbb6024767463d3bd14bd09bdc3f54de9f658a53a6e3bda", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:6c4b0925c1c538dc8a2a38d36180ff904e46643dc040b676de34d2e28471387d", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:8d7a09c8450096c9a84e987327696f6b2f552168b1489cecc7997c0b93bdbb0d", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:2910aa711a1397fda2a7ca9884d63a86aa9f52aa9f511df5c072a1832136438f", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9649aa0f66791d3d1c9af9928ab3735150ff7aac4605454de97a10c32ae4a38b", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:ee3927aa9efc4fd34c6d92bca789fc448a05a6c703c09906ad51b05e73acb88c", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:3225e2df2d589eb4edfca4cfc1d71a6bad0fafb1d938f922c16908b2fc2d19c8", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 18 October 2025 12:31:00 -0400 (0:00:02.846) 0:01:27.358 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 18 October 2025 12:31:00 -0400 (0:00:00.039) 0:01:27.398 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 18 October 2025 12:31:00 -0400 (0:00:00.032) 0:01:27.430 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 18 October 2025 12:31:00 -0400 (0:00:00.055) 0:01:27.486 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 18 October 2025 12:31:00 -0400 (0:00:00.036) 0:01:27.523 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 18 October 2025 12:31:00 -0400 (0:00:00.033) 0:01:27.556 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 18 October 2025 12:31:00 -0400 (0:00:00.032) 0:01:27.588 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 18 October 2025 12:31:00 -0400 (0:00:00.031) 0:01:27.620 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:31:00 -0400 (0:00:00.138) 0:01:27.759 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "created" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: nopull\nspec:\n containers:\n - name: nopull\n image: quay.io/libpod/testimage:20210610\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:31:01 -0400 (0:00:00.073) 0:01:27.832 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } }, "__podman_kube_file": "", "__podman_pull_image": false, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:31:01 -0400 (0:00:00.068) 0:01:27.900 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "nopull", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:31:01 -0400 (0:00:00.081) 0:01:27.981 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:31:01 -0400 (0:00:00.099) 0:01:28.081 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:31:01 -0400 (0:00:00.053) 0:01:28.134 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:31:01 -0400 (0:00:00.073) 0:01:28.207 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:31:01 -0400 (0:00:00.074) 0:01:28.282 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:31:01 -0400 (0:00:00.387) 0:01:28.670 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:31:01 -0400 (0:00:00.038) 0:01:28.708 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:31:01 -0400 (0:00:00.081) 0:01:28.789 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.043) 0:01:28.833 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.052) 0:01:28.885 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.039) 0:01:28.925 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.040) 0:01:28.965 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.039) 0:01:29.005 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.042) 0:01:29.048 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.075) 0:01:29.124 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.073) 0:01:29.197 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.058) 0:01:29.256 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.074) 0:01:29.330 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.064) 0:01:29.394 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.089) 0:01:29.484 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.036) 0:01:29.520 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.082) 0:01:29.602 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.074) 0:01:29.677 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.044) 0:01:29.721 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:31:02 -0400 (0:00:00.042) 0:01:29.764 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 18 October 2025 12:31:03 -0400 (0:00:00.042) 0:01:29.807 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'volumes' in __podman_kube['spec']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 18 October 2025 12:31:03 -0400 (0:00:00.040) 0:01:29.847 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 18 October 2025 12:31:03 -0400 (0:00:00.056) 0:01:29.904 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 18 October 2025 12:31:03 -0400 (0:00:00.104) 0:01:30.009 ****** skipping: [managed-node2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 18 October 2025 12:31:03 -0400 (0:00:00.057) 0:01:30.066 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 18 October 2025 12:31:03 -0400 (0:00:00.039) 0:01:30.106 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 18 October 2025 12:31:03 -0400 (0:00:00.411) 0:01:30.517 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 18 October 2025 12:31:04 -0400 (0:00:00.438) 0:01:30.956 ****** changed: [managed-node2] => { "changed": true, "checksum": "d5dc917e3cae36de03aa971a17ac473f86fdf934", "dest": "/etc/containers/ansible-kubernetes.d/nopull.yml", "gid": 0, "group": "root", "md5sum": "1eceaf0da0bbf69a778deb11f0449417", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 217, "src": "/root/.ansible/tmp/ansible-tmp-1760805064.2196999-9709-181006163856252/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 18 October 2025 12:31:04 -0400 (0:00:00.709) 0:01:31.665 ****** [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=false /etc/containers/ansible-kubernetes.d/nopull.yml" ], "changed": true } STDOUT: Pod: 27ec9e02385ea3581dc8aa49d11573cc3c9ca9d4566f2b80395a44e57236d740 Container: 2d345616f9ae2a3518140c3f26b24be40e8e0949a60f2389cd357a8bcaa2dbcb 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Saturday 18 October 2025 12:31:06 -0400 (0:00:01.960) 0:01:33.626 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:85 Saturday 18 October 2025 12:31:06 -0400 (0:00:00.045) 0:01:33.671 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 Saturday 18 October 2025 12:31:06 -0400 (0:00:00.051) 0:01:33.722 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 18 October 2025 12:31:06 -0400 (0:00:00.046) 0:01:33.768 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.041) 0:01:33.810 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.032) 0:01:33.842 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.074) 0:01:33.917 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.038) 0:01:33.956 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify image not pulled] ************************************************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:235 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.077) 0:01:34.033 ****** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Run role - verify continue if pull fails] ******************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:239 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.051) 0:01:34.085 ****** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.104) 0:01:34.189 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.063) 0:01:34.253 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.047) 0:01:34.301 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.052) 0:01:34.354 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.122) 0:01:34.476 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.047) 0:01:34.524 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.047) 0:01:34.571 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.082) 0:01:34.653 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.039) 0:01:34.693 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.039) 0:01:34.732 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 18 October 2025 12:31:07 -0400 (0:00:00.039) 0:01:34.771 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 18 October 2025 12:31:08 -0400 (0:00:00.933) 0:01:35.705 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 18 October 2025 12:31:08 -0400 (0:00:00.037) 0:01:35.742 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 18 October 2025 12:31:08 -0400 (0:00:00.042) 0:01:35.785 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 18 October 2025 12:31:09 -0400 (0:00:00.035) 0:01:35.821 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 18 October 2025 12:31:09 -0400 (0:00:00.073) 0:01:35.894 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 18 October 2025 12:31:09 -0400 (0:00:00.037) 0:01:35.931 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.020629", "end": "2025-10-18 12:31:09.450638", "rc": 0, "start": "2025-10-18 12:31:09.430009" } STDOUT: podman version 5.6.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 18 October 2025 12:31:09 -0400 (0:00:00.389) 0:01:36.321 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 18 October 2025 12:31:09 -0400 (0:00:00.039) 0:01:36.361 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 18 October 2025 12:31:09 -0400 (0:00:00.037) 0:01:36.399 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 18 October 2025 12:31:09 -0400 (0:00:00.037) 0:01:36.437 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 18 October 2025 12:31:09 -0400 (0:00:00.046) 0:01:36.483 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 18 October 2025 12:31:09 -0400 (0:00:00.046) 0:01:36.530 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 18 October 2025 12:31:09 -0400 (0:00:00.052) 0:01:36.583 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:31:09 -0400 (0:00:00.111) 0:01:36.694 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:31:09 -0400 (0:00:00.051) 0:01:36.746 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:31:10 -0400 (0:00:00.072) 0:01:36.819 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:31:10 -0400 (0:00:00.059) 0:01:36.878 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:31:10 -0400 (0:00:00.405) 0:01:37.284 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:31:10 -0400 (0:00:00.049) 0:01:37.333 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:31:10 -0400 (0:00:00.047) 0:01:37.381 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:31:10 -0400 (0:00:00.046) 0:01:37.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 : Get subgid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:31:10 -0400 (0:00:00.043) 0:01:37.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:31:10 -0400 (0:00:00.037) 0:01:37.507 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:31:10 -0400 (0:00:00.037) 0:01:37.545 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:31:10 -0400 (0:00:00.036) 0:01:37.581 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 18 October 2025 12:31:10 -0400 (0:00:00.081) 0:01:37.663 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 18 October 2025 12:31:10 -0400 (0:00:00.089) 0:01:37.753 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.074) 0:01:37.827 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.038) 0:01:37.866 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.037) 0:01:37.903 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.074) 0:01:37.978 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.059) 0:01:38.037 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.061) 0:01:38.099 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.099) 0:01:38.199 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.086) 0:01:38.285 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.037) 0:01:38.323 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.073) 0:01:38.397 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.036) 0:01:38.433 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.040) 0:01:38.474 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.035) 0:01:38.510 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.037) 0:01:38.547 ****** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.115) 0:01:38.662 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 18 October 2025 12:31:11 -0400 (0:00:00.111) 0:01:38.773 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 18 October 2025 12:31:12 -0400 (0:00:00.047) 0:01:38.821 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 18 October 2025 12:31:12 -0400 (0:00:00.040) 0:01:38.861 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 18 October 2025 12:31:12 -0400 (0:00:00.041) 0:01:38.903 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 18 October 2025 12:31:12 -0400 (0:00:00.040) 0:01:38.944 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 18 October 2025 12:31:12 -0400 (0:00:00.038) 0:01:38.982 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 18 October 2025 12:31:12 -0400 (0:00:00.043) 0:01:39.026 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 18 October 2025 12:31:12 -0400 (0:00:00.040) 0:01:39.066 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 18 October 2025 12:31:12 -0400 (0:00:00.039) 0:01:39.106 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Saturday 18 October 2025 12:31:13 -0400 (0:00:00.787) 0:01:39.893 ****** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Saturday 18 October 2025 12:31:13 -0400 (0:00:00.037) 0:01:39.931 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Saturday 18 October 2025 12:31:13 -0400 (0:00:00.035) 0:01:39.966 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 18 October 2025 12:31:13 -0400 (0:00:00.076) 0:01:40.043 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Saturday 18 October 2025 12:31:13 -0400 (0:00:00.048) 0:01:40.091 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Saturday 18 October 2025 12:31:13 -0400 (0:00:00.065) 0:01:40.157 ****** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-10-18 12:30:48 EDT", "ActiveEnterTimestampMonotonic": "266456731", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus-broker.service polkit.service sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-10-18 12:30:47 EDT", "AssertTimestampMonotonic": "265544875", "Before": "network-pre.target multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "611556000", "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": "Sat 2025-10-18 12:30:47 EDT", "ConditionTimestampMonotonic": "265544871", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4932", "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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainHandoffTimestampMonotonic": "265572895", "ExecMainPID": "13266", "ExecMainStartTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainStartTimestampMonotonic": "265547790", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; flags= ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-10-18 12:30:47 EDT", "InactiveExitTimestampMonotonic": "265548421", "InvocationID": "95921e66959c40ff924c9aec03194388", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13266", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3096932352", "MemoryCurrent": "32854016", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "56229888", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-10-18 12:30:48 EDT", "StateChangeTimestampMonotonic": "266456731", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessExitStatus": "251", "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": "21829", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Saturday 18 October 2025 12:31:13 -0400 (0:00:00.581) 0:01:40.738 ****** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-10-18 12:30:48 EDT", "ActiveEnterTimestampMonotonic": "266456731", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus-broker.service polkit.service sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-10-18 12:30:47 EDT", "AssertTimestampMonotonic": "265544875", "Before": "network-pre.target multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "611556000", "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": "Sat 2025-10-18 12:30:47 EDT", "ConditionTimestampMonotonic": "265544871", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4932", "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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainHandoffTimestampMonotonic": "265572895", "ExecMainPID": "13266", "ExecMainStartTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainStartTimestampMonotonic": "265547790", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; flags= ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-10-18 12:30:47 EDT", "InactiveExitTimestampMonotonic": "265548421", "InvocationID": "95921e66959c40ff924c9aec03194388", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13266", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3095654400", "MemoryCurrent": "32854016", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "56229888", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-10-18 12:30:48 EDT", "StateChangeTimestampMonotonic": "266456731", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessExitStatus": "251", "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": "21829", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Saturday 18 October 2025 12:31:14 -0400 (0:00:00.559) 0:01:41.297 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.12", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Saturday 18 October 2025 12:31:14 -0400 (0:00:00.050) 0:01:41.348 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Saturday 18 October 2025 12:31:14 -0400 (0:00:00.037) 0:01:41.386 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Saturday 18 October 2025 12:31:14 -0400 (0:00:00.035) 0:01:41.422 ****** ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Saturday 18 October 2025 12:31:15 -0400 (0:00:00.520) 0:01:41.942 ****** skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Saturday 18 October 2025 12:31:15 -0400 (0:00:00.055) 0:01:41.997 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Saturday 18 October 2025 12:31:15 -0400 (0:00:00.046) 0:01:42.043 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Saturday 18 October 2025 12:31:15 -0400 (0:00:00.040) 0:01:42.084 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Saturday 18 October 2025 12:31:15 -0400 (0:00:00.082) 0:01:42.166 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Saturday 18 October 2025 12:31:15 -0400 (0:00:00.037) 0:01:42.204 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Saturday 18 October 2025 12:31:15 -0400 (0:00:00.036) 0:01:42.240 ****** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 18 October 2025 12:31:15 -0400 (0:00:00.076) 0:01:42.317 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 18 October 2025 12:31:15 -0400 (0:00:00.136) 0:01:42.454 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 18 October 2025 12:31:15 -0400 (0:00:00.071) 0:01:42.525 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 18 October 2025 12:31:15 -0400 (0:00:00.065) 0:01:42.590 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 18 October 2025 12:31:15 -0400 (0:00:00.129) 0:01:42.720 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 18 October 2025 12:31:15 -0400 (0:00:00.042) 0:01:42.763 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 18 October 2025 12:31:16 -0400 (0:00:00.041) 0:01:42.805 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 18 October 2025 12:31:16 -0400 (0:00:00.045) 0:01:42.850 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 18 October 2025 12:31:16 -0400 (0:00:00.041) 0:01:42.891 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 18 October 2025 12:31:16 -0400 (0:00:00.040) 0:01:42.932 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 18 October 2025 12:31:16 -0400 (0:00:00.801) 0:01:43.734 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 18 October 2025 12:31:16 -0400 (0:00:00.041) 0:01:43.775 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 18 October 2025 12:31:17 -0400 (0:00:00.821) 0:01:44.597 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 18 October 2025 12:31:18 -0400 (0:00:00.828) 0:01:45.426 ****** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 18 October 2025 12:31:18 -0400 (0:00:00.071) 0:01:45.497 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 18 October 2025 12:31:18 -0400 (0:00:00.064) 0:01:45.562 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 18 October 2025 12:31:18 -0400 (0:00:00.128) 0:01:45.691 ****** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 18 October 2025 12:31:19 -0400 (0:00:00.904) 0:01:46.595 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 18 October 2025 12:31:19 -0400 (0:00:00.072) 0:01:46.668 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 18 October 2025 12:31:19 -0400 (0:00:00.068) 0:01:46.736 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 18 October 2025 12:31:20 -0400 (0:00:00.070) 0:01:46.807 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 18 October 2025 12:31:20 -0400 (0:00:00.076) 0:01:46.883 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 18 October 2025 12:31:20 -0400 (0:00:00.064) 0:01:46.948 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 18 October 2025 12:31:20 -0400 (0:00:00.082) 0:01:47.030 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 18 October 2025 12:31:20 -0400 (0:00:00.081) 0:01:47.111 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 18 October 2025 12:31:20 -0400 (0:00:00.059) 0:01:47.171 ****** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 18 October 2025 12:31:20 -0400 (0:00:00.066) 0:01:47.237 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 18 October 2025 12:31:20 -0400 (0:00:00.061) 0:01:47.299 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 18 October 2025 12:31:20 -0400 (0:00:00.064) 0:01:47.363 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 18 October 2025 12:31:20 -0400 (0:00:00.121) 0:01:47.484 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 18 October 2025 12:31:20 -0400 (0:00:00.083) 0:01:47.568 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 18 October 2025 12:31:20 -0400 (0:00:00.061) 0:01:47.629 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 18 October 2025 12:31:20 -0400 (0:00:00.059) 0:01:47.688 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 18 October 2025 12:31:20 -0400 (0:00:00.060) 0:01:47.749 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 18 October 2025 12:31:21 -0400 (0:00:00.608) 0:01:48.357 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 18 October 2025 12:31:21 -0400 (0:00:00.036) 0:01:48.394 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:516fc1334de0624253025c6e8df41be7e1416593a0b4d428ac1444715a65ce48", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:9d30fc54abaa02d9e4d9571fdbe46e074b0120b91b4c8b455b94e2201fdca356", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:28614084cc689df308cb61f8a94a69a7e6a73ded19b37a49afcd69e2112701bc", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:428d11ddba5b18eb97e218ebd1cd3fc330b2541ca010a8329d272ee6a1b8a4b4", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:01a578bdb01f705551780f90df43f51a54791f884cbe8e0959181d1c19509f72", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:f1d04ad69271344bcaae314cf30c8db692cef4a9cf5214e9bd25d77111813ac9", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:d70e6129e871ffa80b30e518610f7d0e824c5415fa954de8462abfc2f7fccd73", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:937c211894e03392cecf4a1452f22110de2c5a5e088bc5fe2e39b61d8a9424da", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:5d30696b9d1075be0b31fc80c07cc3820203d16d9e91814b4cc83aedf727aeee", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:50fbaadfab9a7e5b3811dd3e0710a3648854e48bd2bf8f85488c771d20b4840f", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:c8cc82377e90d62aaaf4a2f957eacb0e366bee79428eacc1694e0fcbb310519a", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:25431e641d35db0920262d7931e6c084b11f5dc2ef66c380379c062798d3a302", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:22acee21915a409e588fdd00401c266ef212d23b82bc5e15c962d1819ad617b6", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:d189062fc494d468206cdd11d394abb99f453e2ee680dbd9c6ecfcafe0397b3c", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:5e07e1661961b33ac04ee4a813b0c3c2b30c33c21907ae894bcfebf78c7dfd96", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:98471b96adadeb2d3e282836b1870aceec901f86791c42811ec92cfb7b4722e2", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:c631e69912bc019c6232ddbe45ea26e2a0a1ae26c8ceb0612c6bb5ffd23f872b", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:6e2d3aaaf0235d62bddd51218259e2b0b209847c7c4f9b7cb8a5224742c5ba8d", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:dd5e70e8e7bdf3b6d84ceced346109f899452f692e9674d5d588ec120bc02357", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:142a3a68a7d1d481b8bf8ec3c4a0ff446846d93f0d2c75a802ac8d201bd60cd3", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:8fcfb29be07d3ffaeffb12164939e96f65531205965ae55a75ec5e7c16ac0e2f", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:09832470bc9a76ac28e91b146283bd0785ba48885a1e6c7d8b2b9850959e1e7a", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:3986f1b69898619a970330d214bc5c61aeb81b3572adc4842ad4a1a6900f1aac", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:c962836dee4f0940386878d82b97ad093fdb559bb455dd63a095351d77dfe7ee", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:80e23430f19fc108b5a44629abcd60b9b8426e3f54315bd78b4497156297b2ca", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:16ab4f32d98bbcfb57717cea28a7b6ece13ae4b65f256bad73be947188971fef", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:e03e321b4923dac015f7b0446c9e7dcdc37a4c9da10b2e9798904480c50319fd", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:23c684ab56d5683c616fba4ff8cf408c7740b75eb86082aede26417ac8dcc5ff", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:7cee63efe115abd21ad2f29d525749aa18d2144e303d52b951fe0172970ca576", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:15d514b77a60a7b15cdddd846065c89cc5fc80eafa46e872554a597cdcded948", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:2bfd39abe3a559d5419b15e5d2b58662439cfd46d860d26821029579ece6b6fe", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:c8d601433fd252ea14fb2af1abc20bf5f88c9c682d596c67e89a17b133f270e5", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:ecee7b3f9bdb0a4a7102b4d53a2311afb7a2b5ab510978f836cc9b8972e78694", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:cde39e721f71f5d5d656e89104d6fff5f030a0530c34613bcc96fe6bcb15c1c8", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:163f3ae58c632cf9dc337fd1191b05d8e397d351996d75e17fceb1cd7e5576a6", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:28feeb329549dcf050fdfc50ffbc77a7f12c632307ad1fb8e2fa17f44efebd43", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:68b509aa78b41c795b064b5b7d5b40d15a8bfb26dfec2cb62120da428d93dd4a", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:2d512baafdd7831586744919a1e3ab787551683ca51821307e3d55e32b713e20", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:362b567009304ad166134f067a78e6bab36b79b8c66c365e82e4e16ae62905e7", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:fb4bd7dbb5ec290393b046e211152648b84d0a2fce9745e29c1c0805e30c521b", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:06761d54039e55f5fb41263176ab91b5a900494a35c872e3c0731ebe0a5a496f", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:18aa9b0f7c86dcfda260468a26fa0f91a0a4996779e9b3e31d70cefe290d6d73", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:0c10ebfa126fbe07942b1e7534f7db67584489b13d86624309f6eb5efa09689b", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:d92b86a8fe2c675fdf691a193ae5efd226bc9ee972502ca503d878eabafbe0ba", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:8b823a48aff2d337cafb95f34391d9d90a6b4587c0936ee8a2512929bd470f25", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:407e42b956196dfc597aaca0075a725d7651642b96ae4f8cac8c81aa5da7c5d6", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:6d781c450c00ed80df726ffbad905afba7b2d6e63b4ed27f8fb6eda75754277f", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:b521e3bd4d68151ce51d31f85d7ed51a55349d8afcb3e09a2cd5cda642e8b84c", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f013ea4bea42a7981f78bf03e81610e9b9007e6129daf380b40533d6126feeb3", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:f4b6c9903c4e2228dfdae98dd766b20cfe43ca16b39e4401b667965a34e0aaa8", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:5c0fe3c344c7603859b8ebafb36bf300043930e9574433523b653f8048ae8a18", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:1253912eabdadf39c59b90789c42a8e36d7957c67e50f62b8d2d9f30b2136a76", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:9203c2f26ff9ff9ef26eacc2c116e03fc85510f3e4b17152c647ccb7209b0731", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:beb14de39cbe573d8aea382770d7a260841dd2f9beae133f3e2b52ee3eca8da7", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:b871ae5b3e6316680bba6482d7717bf6fe33242b1e52880d9e2dfc7cb7cf1bb9", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:25792def794bb2aa298ffee78bbf5cb6c022f9ee5753b05d9b81a897c341736e", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:b35e80516f15c671becee027675e517e7717cd3a499ca8b1147b354eb3a8597a", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:535b5bc8fea85daf9e42ab3d6d4f322e08b0c859eca48b46ec6a717c36a9844d", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:cc7a0a3338d4838b62b70e09f452f03e95979e6c34096b118bafbc34167db024", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:30535e9dfbb5ebf8858c69dc2e9e74e6fa73bdc95c90138ebb52160cd9a73620", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:2190345e4b2c61371538790442a1ffb5e2e39146fe0db65e354a892bce5b0b81", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:60cda7af97caa987f5c2cd6af9bd7fab328e72391444f33d53278a7f08d897ba", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:daf4c1c49b12d0d009671ed82a8febc434597354b74531c22f3e85ff92b4e8e0", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:7283f14bc6e5325b07157e442a8ed623e4ce46bf6f7ff9ec530c5e50f9f8a366", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:bf33803bf4ef143fded01923612e6f82aed0046306fa90b9308b9113a5b62136", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:2fea6de390e7fbf74e97a21b56d7f73ce262d6335835528aaa68a1d9bae66665", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:7c8bf27770a56b029492e16000002335344ff72272cea27950e9253576472b6a", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:d3b8171a2b07e25c9de41a7c6206fa49048f0aee1db8ce4b1947c6889b36cb0c", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:2d24fbe20afc9e535e9d48c463b28fbe180db38c9edc8773f9e90c878916097d", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:94c9dcbeb9ecf9d9c02a7601a4437461123858d378ed0633d8b76de153b74575", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:67b89f284bff80827c2e50bf61377d5f2d5ec2c91289b44093c90281929da453", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:8c23480c5b9bfaa67262e70cee6eaf13dd81e677c8130d9387ade8fd44af6c30", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:dce338525bc305a2bd14878998f81ff7523e60d1e265fd8bc162118fb6064cb1", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:19b816c787f9006b2e72a6eec74b28bfbe89ea6950ca156339f0f219b8ea26b0", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:619c57b5b2ed96f368ed06dec28ae50365f0325d6383f8fcef861a1149437fbb", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:4756e0e90007d639de59ca00e4a436ff5377acbc7b851bffe19eafb421a2f1fc", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:5a3b1fc68e50306ddb9d553be6b22623d34b495c76011fe91cf22c40c9c0356b", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:c9fa40236273029bcc8c8a450dc7b2e845c5f8d6b084344c11a471f1b24bb243", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:2a0296a57b852fa64f9e3d1da4d4263fd66599cd5ac6717fb6aabc9581df9f85", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:4ae4d78adca75b14367358858df60147aff562446e8564e1ca058a0fe5b29ea1", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:e82c249a6c6e116596d6037ef6d23f64ed21960d8ab56d7d4f14bf682723eca9", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:fc10f3410281c2ac16ae959de5d4f649ad1aea9cae1dac5633ef79592845b7da", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:a5d3ec9bf632c01a01af62d1acad0dd5645b7c9f215c31d38308c5fedd83e451", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:353e1f02808b88e0c3a39bbfeb835dc06b815a02c27530c2b1470e0087c803b4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:ad6ab2c3878452064ce4e24a5d088396e04245f1b651752b42807c3eadcb376f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:9f9857c24e4681e84ae5bc3bcb9a9f2f72869a804625f992b71f989c1c02eacd", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:03ebc57fa5f1edec92d53093b4c372c897560f2ba654bdf84bf23b7f032d5924", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:28005785caf4b1db1dd4abb7958e95a835a4f61dbea3855340e5e21b26402ad2", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:020e88a823875408098e403243e74844c02b6cdf89d365195badf6e24e0fcac7", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:0ad65402073bf1039fef15b6719764a659139a3118d770b879a265945a43480c", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:2f67ccaffd481b5e02e08239a661edd9c6567ec63fc474e3cabdca07f05d64ae", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:bf5ca0762aa37845f9c1af18e767f47cc671e23779152050b66f6ae19b8aa05d", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:f700a21fa1ee92d45b122f08fad7011b1cac933961db6b78f9f91405eeac0191", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:9f9c3a2d3a1c393b13a6420becc3b00587c61efbe6deda23bf84c64500761272", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:8afc1fd453442353b00853f1ae0322e09311cc9f305a29d81f7722664a29dbaf", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:f7c8e21ebeb9f9be9f790b46474e354b6a99e4a45e8404af1bd972a18aeca500", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:004ef662943e2e4d730ea85b935ba975ae802ce61ff19cb54516e10b8d0bbcc6", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:c95140f632de3fc0795c1f64173cc1e299b5f95ea1e6fbc22458514ba35d9d87", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:6030eb8de24db8e5196ee46a83ca233e2020ffef173a712879197063b4abb4c4", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:d6ef5fa653ef1f58cfe1aa7da19e901ec89d615025668349c4064a84613c7cc1", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:7ce53bc70416d9f2cff045d6dc95f696fb44e86d2ef1e2f5d6dd4fa29e9f49cb", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:097b73c686c88aca86e7ac5922be470f410f2f818e42e6a75942fe6b72d43b85", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:0072743763d80c984f00a0fb7f6488c8fd6c7f53d37d6d4b5bce53c5d9dfc866", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:7e0c4e8ea9eaebbdef5e27412741d557ae42b611a3d54a7745247c6c8a865123", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:ba63c1d4b4388d772b10a367c24072c0cc57d5949edd8afafdfe89aecf1ae88a", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:76f07d28c59fb1f96ce8a006801f5c44c8b9c2c3590ac9e20cb2bba02af58ff6", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:daa76500f634fd43405d98c616503acaaa1098fb24d7e3a2dfbbf35011de760d", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:10972211a1892fc4db5f2fe7337c18414eeb26160d2245a40ab51821165b358b", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:53c966a5a4ca74f3b2470c09bd52e1cdc71dd82ad43dcbe5736fa0a191f8f340", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:c22ff5aa2633786ecdbbe1fde926cbf8656a3426d98177b65d624eb20bcd2f1e", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:44d1f5c3edde60efad2bcb577f212110c1421027f5dc5d653a129d5ae4a4d147", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:7dbb790ed9c100e873ed2717c7795443b55965593ec87f8be140ab288bca8980", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:6a332398dd63ae584ec1a9cbe148de9e020551c2f012fff24e1cca6cf83fdbe4", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:40ed9ebdd53671680257388559a2d845782d2de4626450896d070b60196231c1", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a625e8f1ac239cabbf6f712decfd7c25a0161dd01dfd98e605eb3a4ea997d7dc", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:4e81928216cbe585a95b1ac0b0ca8b6607b8bd75edacb37ebe09fb87130bd004", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:0c7e440e4a47fbf34413ae4f8fa0960a0c80a8c4bc6b3c7d04804c54bc88947b", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:0fdda65a78a4f4701e0a29fe384595a49eef0f16b09083b9aeb36903f9d12596", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:c2c532a1eafeb72b321d261eaf778f68fea4f69e782b52acd9e30315b22b21c4", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:796da804af306138fe8c166092938cba13e978fb89389c90fe4872720492bb5f", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ece651f238aae0686dccb5ccc5ebedaf78f261f4e0e7c3a20fdeda83018b9701", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:c0b6348f1e1b1409076248fdb4415643793d9ba6e6cf9a3d3d6bc94aa80968c8", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:2eafa464ca9c892dbb808c6f0e41ebbc62e4624706d3b38bd0daecaae034fca6", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:ff123e3899e6c00c2f15214a7e47f1addd1a7bdf37da5d7da3bbf79413dd6329", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:26fd3addad9b2b49618d66d4db2b9e9c54b16c97478797700b10ad4dd85f99af", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:9bb4d42f505d8c531aefd8b9710c2f986851aee25bcee4e0d9ab0dd1de9bf554", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:7f7fc4ea1d554633c37e7fb70cb3e2bcb7cea5f63798cd6048dfb7f588c69c8b", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:59e8279a100cd1188757078ff6496fb92a6a587887e122a5c97a4c83ebcef486", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a82a7f6dfd7f92241a0e4ba9e6538005770eb77ae0dd34b282b724bb99b87f4c", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:95a70d72f0954d3e29a8c542e6e7ce537e965bd1a6fa1eabfca59064e4619f63", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:09aaa54f13f5eeb34b0b9e8e3c0f27f44d33238b8e1a219a63f04ed5317eb04f", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:90d7c2e6bac684d13f207e8e6ebe517c7048f19bab00d011d2cc2f69620bba98", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:b165186bb0e1dcc0d20bab5c3263d9813185bc3541c3366887c0fbcd1025501e", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:4f575cb53d7acc1615fcc6fda8985e85140465529d2b886f51c2b1a33aae87b7", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:7312c353383b127b150af203ebd29d0115660de6bd81a5b6cc808f41f6a8d09a", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:4c75aed6f697d4bf5b75e9373643e338124a09b5de66944481bd157ceff3bde5", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:7b161bb0f5f3bc9cd74d347b673cb5429359f8a1a936288fd539aed298e961c2", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:d6675a6f3869063b451aaed23bd383016654c43a8c66c27cd95f2b3d569ff7bd", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:ac53892b7a6dfec86206b7466fc9589f45b2ec495b9bb9adf667c2198a18b3fb", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:033761f96da69926467ce8b9844441ce4fd098b1b76a46b562560c7ae48f8456", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:fe53f3de61a70e511ffe136e45011477de28e414a6dff0d31014a2738377e78d", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:41c3c7ce23807a6618d346f7ab4d4b20410e1090291e47acdf39456f47ecc846", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:4e10da221fdc98adb3b701e42eb571bfd5d5e7a856fd12ba91ad469617729080", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:17e66e8e1079cfbc50f6a7b41f7caaf4cb74f5bc46c0583a9f52a19444b3881e", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0e5d72b0f55b2be6330502590e2376e532cf89be319ffe415ac323ee8142d764", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:06cba894a14bdfe2cf8d13363ce6bc0aedf70253ff766dfd211b39acb8402d37", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:76a8e2b8e71056a7551bfb7ff79a6e75e190615f1257faedaf711305743586ea", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:9e42714e676ff096b83c17780908d789029bd5ebd5c45cf4fbeece0137b3964e", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:639db378f5d2c05b72c6a419e873c6cc9ab28fc44acf9d5746b28a01c6981540", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:71f5b8a111b487852a045a313786eae9fccd01cc96c278b0e073718d2b6ec1b7", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:820ab1a7b59a11b7b5f32bcf9424376e1b8a7278b7ffa8b137c8d4d38ec29b6b", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:5975fbb15366849cc7993317f1066bee953e7159323375e39778bfd66ed9a070", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:98e90fe7ac4d0b82a4cdf95538526abe2c6ac9bb0f07118d599b0395dc2a0fa3", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:d053fb2713a5e0f4a059a678fdb482110ceb8cac1d157bd152b38111fed4835e", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:baa4d86a27bc4e085ccd8fa80463f29338767683787801a5416e8d0ff6e09d5b", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:05671f3bdf8f6d899b49e78ad4380f46bb6d6dc5fb6a1507ebf7cc23de05a5bc", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:0aa5c946688e72879deef01fd5cac0dd863b33b266c1b62f6ddeda8156686387", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:26f1450e0e7063c892377b02538d9d89b1107a1b08abbd131fc90c46ee61a910", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:0dc1e5e77b66c3ab160d5ded9516555e37b5b6a03cbe0993cfaa9277b9b26309", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:024c83ab30b60c5bb4333c20f5864340b935623e500b06c920009680aae582fa", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d871300eb21b13bd79b994d41b9bbd12487e3736ae5cb47fc2e82056a6021ab2", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:56b536d606a0640d7c2a1fb733553fb78cd8f2448f323714ad23e11712b4b478", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:66c745dce773f4caea41036a510e779b0604faaecaf1ee20b885b264480db963", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:3f8e0a9e5df5fddfd12b2b2b43acdcdbdf55755c3d18571984e703259a45a72c", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4f37ee5aa966676345e44e48b17c4c5594807504df477a20474fe1676b2effc0", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:2200ada8b8ac2534bb36889244ef3540212fc14bd1016b6dc3417c1d202844fb", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:c3ed3b126600f66207fcde4b5d05bb124370a9cb63243c67910f4f94d6299447", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ff63a593629dba58191086798b2806b99481488f22d1608172a6398bd00e10b8", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:bd251f40ab2fd6368b28d2caaeacb59c2119678087e3598170830d3e54806d1a", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:3a0d52ce450d01fed2f654fa1ab9811412401e675238226e58588796f509dad5", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:66ac2d9285b48d16ae46a14ce234cdb892f89808be1c7bee9daeca7ccceda8a6", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:d2b3c01bc7d7bca1b71313356f0e615ed663e418f0261eb37af6fb63c671a3ad", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:6e708ec82cde020ca9e3b4cbd1dfd0011386024fae57a3e9b3abc81d2b232e1e", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:ef9fceab231dac78cf7bc0550cc9827addb515a443eed5ca70a2b7d0c90b594e", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:38aeb1f69bb9d79d8b4f6db4c743cee62087f7cbabccadb46c1fe0c6895c3db6", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:4c14ce3799f78a68d308d9ad81ec720a021accc27d6833d670398bab572c77b6", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:cbbf80957fba14042df58b03b1d9054dd3151e5200e481ca85d5af44c39e941a", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:d1440737e161986c088db4973194283ec9ae3e2ebf87199088c6d27687c981a2", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:7a9a8a2781b899d67274f63240287afef1080c130998dbc28b38e353e44ff292", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:5fcd23d2cd25324d78cfdadb4f2e4f1251f36329d279ef69a151623342ea5432", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f1f39e608594e6001bb9155c8ef79c0d2874f880afa04c742c27e59bf193cd18", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:04664a7d39f300ccbf432e2319a4b33ea337bde897b40d71dab073e6bf6ff9b4", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:b9734deeda3780fc927e16141c0302e4fed46b681e033f4a60632b9c48f5ee12", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:13910e87d2572c56eea44249b3789e4d4c3e6bf9e0c3e01c49e26772819a05e5", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:36a2580c4f5b3ed535498f9ee30ccbaf32c042a85a7962cab76f59c5b81eb18d", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:061577cb019b20bbe78cffe460a196d0296cd8572208d410c24d97ec0844959f", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:b722b50dc55a6957fff9e2c945ad5bfc2eb13fb54814602e39d77a2e879cb941", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:b2d9c174163f3e11d3126c5f395a3793724766dfcaae492751dcef41e1fcd945", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:a66bc2829cda8e264774b577006613f77ae7d02ede542abd9f02f7d73a0a241d", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:77dfa37cfdee157e803785fc8b5a3c1cc5f588f95451178294317e33a50569a6", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:bd47e0b249bf3dd626a650452500a46c29cc1d29a83edfda72e1ff9bd1543d01", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8c30c837298211d151e9c118e2a9ef51e3cca9c46fd85a194d6f0b33dcf3c408", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:f1702d320914c2db843747794442f25aa1d68370c7f11a818d07079b52e8ac8d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:6f58f52deb966c5324dc704cdf359c4613534796774ecaa67085f1b4bebf094f", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:5ff7c66f62231636f38e75ff8791d5d0ec3d021f8d99d6d665b42bcc827464b5", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:118303a8c6d51e71636e1d92d1ba140d9efe1213512deb999240cd35f1a60b88", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:0dc693691c7a7d22475b644543434e3a42c7c1e54f363e7d293e251abaf6e718", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:b06c0e111692ea995c6289409b1dfd91d48a9f63fa54ecd76e4a5ff2b976ea05", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:2fed49c5579e6d3275241026ce3505b22b33232a0a7044e18d0f232ad92f028c", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:68c05f8067f6226ff08fe55bf835a60c10ea4bb52b1616a986f275bb4a218124", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:0b15dceba92a5acd672166eb6eb9d0299a17f50baeba35742944c073846b7b43", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:33afde439673ae9505e57a6c5c26cf7473820f5d3fecdaccd340a3c8c4694f9f", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c554271d3646d3d132a44c69321e7609eda9d07bc54d0a65680c7fbc006d5249", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:9e1155e035d2b917e2b59de45a011ee8fc9dd64fd96af113305166ff74029c37", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:47eb4910fbdddeaad50163bd8047d85f19354b094e806f09e9e5f528bb908211", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:6875cf19097fa08dc86efa4af422efcf5a5e0fe6c940b743a862ffea9c90305f", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:d17cffd1103e31e4e38291a9ed5b979aeeb4d2b9028df35a5a56e930f708a780", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:d525736c6e5e7770c44fff98cec78026dde1c29c15991aeece71c6883635bd5a", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:eccff0999d8bcd9a18ae8628965eaaddd8726b0bfe7a380042770117f28b6637", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:7db523cb1e14c32587544907a28237c09c418307c349a9c6c5a0095c9ef22533", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:987ecd76419a56b3edb18f0521a7fa5a5bc00bec0c697d305287c500ad70b3e4", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:23cdb08ace4f5e8ed57e1072c6c9f7f93a1eb370f40f923b707edc85e0bde37b", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:451537c679b41dd5317d346157290c8b71353277565ae5d11a5e1444abc8efeb", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:6883bfc79b02b9edc089791b11b131e8a06f357ff81e7ff2ccdea6dbc3eb2e0e", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:ddc9e0f2dbce7a809d8e41a5465dbaa87e8c2761116c217a604fdc2a70c2c943", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:f36671c5ac0f8ee4a376f5b73cbdc74b3e1314a5f569456f11c383145c5697c5", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6982ef349cda1b518321c8f8296b2da9d069293632bc34e4cd2ae7543a87c0a3", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:b81ab92c459a0bca5b0e59dd512d6f0b1288ca7f22f007b718b5a22bcf1d3ea8", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:763c81b3df98434d35b30479e09182e7c462ff72d379fc91390f5857a76aeba9", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ef0072f761a198b1cbb42ae9106a5364cac77afcd1f4a58e49078b698f56f223", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:788733ddd804746b5ed84a251188481383741d4d92a69e090b450d260f97e5cd", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:f50a00bd73ebd16f368ec52e26b80ebe689e059551f22d5645addcc3ae1a49e5", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:39abb3958fb482a7ac014d6177a30e18cc4f9ee91406176ff7dad84190b247e1", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:af2887f2c523e44f88cd5411d12a9268f5a39251037a9c29ae69961457f4c4fc", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:760b7c8649bf6e6e690a4abf81c6248f603a2d2f2ded64431c6f1ea618e0a447", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:78009c7acd8135254c01d1ed9f8dcd3dd937de9f8ce7a20f0e3df8905fe2d29d", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:0c29e84ac815ad8d8feef275e733789d7b383b24eed8fda80eb70cf1f7e6bc1c", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:70f9b5c63ebb3b70093d4f25ce1f54776c9dbaaa41ee2b3f6fbfe976987fe3ec", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:7d0eb8a97d938847b67257289d32a220c75ceca8b96f9e34d79d0207c5134bda", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:e2103c949d85060327115f2b568713ac9269a03d29bca240c9f7b47afb4b77e6", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d349a9fc2cb80cd353637ed72d636b78f58fe3e6af2f9fb65bf711eac4983d72", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:6e759cbe0adc95cc7f20ae02808460a278d730e8fb6782a354ba61578de21edd", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:341fa53aafa44ea45ee69d7e58680a08fa90d78ff838f7073d88382fa0afdc1a", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:b1715147f59a197cfa0219fe4ad8f353b778fe5ed25ba78bc589fab31d73077a", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:3be0b1667972a2278368d79b79dde5dd01e20e70e01c3fcf10f98e89cbd58611", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:88e7f35629166a332470980bf25975a59e0ab7333aa7f256a58256e1495d57f1", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:cc9a913c29a4a2e1b76cb20134750fc8c0585bf9de683625e620fc6d7def446e", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:2b3e9723e256dbcbf3d7baa320760bc235f90e626b9e378aa824d0d121846c86", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:af0f491bfc0619cc5f15d639814ecb56256fe371311b4bc93158ca2e65e62e93", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:fe0a31a0c04f30cdf7efdfe54e65b95d064d251d46490d18ab2de7ffc084ab64", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:c256d688506ba1424ca1161962e01282f1903d736c75877e39dca21bf1b590c5", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:ab0f3da43024de0115422d4a2131110a7718dd1a4e32822b135d506e35b4b314", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:4a4503c2d1088fa93696fc431d2d5d78be02ef729df4fa113fd01081dc6f0028", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:43b68f254400ae58dada11b08d580438ab4c9d7c87c367520977abc4cf577658", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:42e113d1753bfde7958b2c597c562b12c72a73ab30cfaa330958bb3e7b2406f5", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:eabf56c3a9704a956457915c6f2a52e726769d9968ee3761f05ad261761d8c24", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:66446558b3cf4bec0594695d38e3ecdba82aa1c5d862e495533d1b6b1ecef5c2", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:83af69137ccca18dae12e3446623a17bbe3e97af9140f66eba5cebbf3689b449", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:3ecf37ca5b3485a34fe5305eeedf0cc03d2386ed6b5fbac7ae356d39e1e27b2b", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:8071c79964c472774759b4224953e4fbcdd780bfa17bbb2d60c4286d4c492a11", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:b9433ae93b7e2494be510e0f89b79e810fe6ddb5ce7e77a68a5fb352ac33a3c1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:03089dfa338c6441f2949ba44b8c000c44ac496da75aecc34b0a955c3dfda027", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:aa7a5dbb359b812c3524c56b8f4ced2a30277bf191faaf167833a20d17744464", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:346194b6ee405e8da1b812dda44dd4acb169dcc3a5aa61de06d694cf73202d55", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:3f41d5890fc974a81d72d40e3fb858bf5bb98d8545ea8671c2dabe8a6f82e5c6", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:6a281954af5c8fec67a4dcf6700f719d73705c3f38b8b17d9ebbd0f01d304395", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:18063e2047cebb68c914e52020efaba68dd0801a5ea00296fad8948c3070af66", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:b6f287c57a777fe838ffdf8d7086baad28b4000eb6d1dbed305afa4a8250f7f4", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:6f98d228cbdda6891747c3829227e7f9e193dc768635d330c6c59c6aab6c40a8", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:325298447b1e8dc241483a7214eb25f43900a862d07862ca85b1265cc20cdca4", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:7338285d0ca68762f5839881dfb5c16de4fd8764e745a516761ed6bec5178afd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:5142b9f78d32c0407c1db9329db488ee459045283a679309e5596692395683c1", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:02966d7463832b3791d3a65144219bce9f4d758faa22cbc4c51767087c5e7a5a", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:5a3fea08c4a4537f636ba319a91d5afd43b2aa5122b6a5ce5c2547d898781aa6", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:30fc1d9ec50ec7e765b0702628c7d334481d8885f0903e0da1dcfc774ee95512", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:de1571b9f0a16902c96703ee7a653ad58a48f8321a6666700fced92617eab286", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:b0927717597e270533b67220721bd5527c8248864ba24d173a927153bfc3d06a", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a7342086fce094b7f2210b33880dce2344b4ff402e1387012996333b74d334e0", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:de83a8e0aee93d436a1bd2cd920395f0066802c119deede352cbade4cb9e1933", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:212c46848b2f04589f36fc83860aa389107ba31f030aafccab2b5e9e732411c0", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:4dbab01de4689748719504217c13d00aa04ab1526959f67bd950c04548ad59d9", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:26bb008eb204a7bcb7035a9e7ade556ff381e00b48ef9a19d5aeba7749b1b151", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:19571b06c9a0b595793acb6511509dc48a7ffdae39f29b7c515331f367b30426", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:3cf2bb286d5e8d7236146c457857b4261ad3be3e6a9df15fdad5fdbb4828d48a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:5cde074b3fece5a5ffeab1d2395b799658af35cc9efdfcf5492d996a24ac0e27", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:cc4bd42dc5540a0f19b90c0ce43d87399c44b7a8596737e8e31bdd2a6510909b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:3970790dcf625fc480b99187a2fa5110e9bf159b62203c7afe5e7736e6efdd0c", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:ee99fdad9899c76c807d2c6f2faf04d06c93f20b10be4ebbc7cac9229b819843", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:5e8c59e63ca9282161545eaec25920bfa9119083dbd2989696cc8a0a78aa361f", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:6c30b655dfa38024cff5f5bf6300822fabd2a192bd6871069d21e3c8323e0810", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:66aff8dc1d5dfcffe080bd34f1c0fd10474a3987589d576129efc3b80bd74d02", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:53b69369b6bfc6a705d41bf470f0121b74e4ea16391d24f56915831573620909", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:b34f368c23a2d4904e05f02bdf628c7859638639d780c71fdcbb2425f44cc753", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:0d6fa637f18065512fbd7a5d4d89479f73fe289b2bc2e20451a5cd71dc006a63", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:0148e9e03144c6c3fafc006a33bb1509b169fecbfeb93cb2120b8d70d1af3056", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:5a4aca6a6c19c45a6dd8453b77b9a9df042d9750373a2a7bb7fe85b5e2d68512", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:ba95b89570736f2f64b5349a71168d481311fd6e07cef715677722a5e88d59a0", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:3de9dafab15254be1e61d1b585bc936749c1ede35f4d6ce198cca779d84a2a93", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:5136e404b4f6d79166dcc9b65517ca6ad56dfe26b0e869f5dd7fe9dd4de7e9b1", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e8bdbebf5429649fdc2a595da24078533a5c58e3d18eb36daab521f494a568a9", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:d1b04869363b3ee565e87ae8f01cd93217067e4cd2eead2b0e326646e9f80127", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:38dde585168985626bd39ada6ad39bffcf51aee24cdd413a6f9ded3230427d5e", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:c9375da9ef214ac27722babb1a49a35c3060c027b7830d04febeb5f3a9d1cd5b", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:51911ad26e475d3f3d5c025bbd4ce25e04705dd55cf31ad1a7917bd0ef4b37ff", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:848983e61099aa451798dfeb104b67148e9fea847e89fbca16a0ade2bcfb9042", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:3ade83db5ee8f691ab3f3fef1f04c8cae0eecf06e964148e6855a1e142f066eb", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:bba1bd162a7e887d4e07e7e47ab48ff684b6232daf1b99d32630c2ff18447ca8", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fafac6e764ffa9a8db546c20dcdbc7f8512033bedad519ac7f003501807283a5", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:d8c57d30164e0610fddc694cc2cf7c2b02f101e5ffc91ff4829ea11a0e2226b8", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:2c2bf1fbacbad3c9aa5a351585f1dd64fae207292468f0caa7aae19f07e4959b", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:6b2a6afd9b64502ee986d7202c3d35537bb2e63b9745819bb22f18cd66edcca8", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:d1d88e80c26b0c519000acd6b500a89f47967e522b866001b972c46886d54b22", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:c53a21f4d1744bb97ba01cd5a783bee163b5a44bfd63aab0375891f5ca391a31", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:dc202135a7c60f2b15fe6da3eaf4925c19ee1b7eead08a4589af1c73cc4aba6f", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:c2a9c0312ed3a2e1bf791ee92ae6339328a61194392654b14fa8bbf1e769e5d5", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:4afac0251398b4602de01065c3a58b0ab641bb1e52cb7bc73d9cdaf1c97ddade", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:62b885fc43340a64a68d4156e0fc0e4422178ce3251f05c88510ca228663dd7d", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:bc38794e09a5b71f26d292d4f5102be9a70cdc97972a47733413109c8410f784", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:7e162003566e2f5569a3faafdd7fda9238f6d467deb417ce21d2b7a56a5ab54c", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:a7401c986ffa0c361aa4194cf7de058c04fe9b9923a6f2f5b0910a933f232a0f", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:409cb8eebc3b78d8abcba60f927f00e65f1bdfbabaafb31f040e0ef36db0dfc7", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:3aa383ceea8da0c33173f8711902faa680ccae93f141c149da2f33a1f1dc049a", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:d2314983cbb3943c8e7da1a0d9ad09e712187c1f0344683d28420706c24e4d2d", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:7ae9f3f32c7b06f30b65ca1710265aaabc4940f603869e22a64820dad162dd61", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:4749efa2620ea8407cb65675eaffb48ae56269e0afbf7d7e8c5d533feeac2b72", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:d909f0e93fc31fac1059a0ecea23730969d2396b240a052edf3804900a90af6c", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:9f71200901f37a40683c419e6e648d98076fec013184f36da5000badecd8a909", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:76336a655dc074c82047d31d39ce85c712c96986fdd04505226e9b1b15509ed6", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:339ef744e3d52e421543dd1c1e086ca69a7c9b8f87879db12c3ba3a5610f6e19", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:fa89ab5117bf1144ab63d1d630078532b03aff0407f95bf6766b7c1e22803f9d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3eb00db355727a30e89e6b32bf8ff4e4521472b8332a5615b7fe697af7b6033c", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:f965bccf59a93a9a6c7ad27a4fe17bf05e39c053379f723e0e2e97c88993056d", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:23c1be0b6b823b567f0ad119c5a2a6da8097ed1f9a92d70a3394b19c2a6b3b8e", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:fd7eb0a53d9005064781fee26e940f0b0aa725bb76e193bd426288e704f6f527", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:f00d250b669e3dbad3adf0a3cb55d7bccc748544c3202ccf7d9e590b5fa210c3", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:cdd3a9ae1357489e7b13289c31dafaba549cb97adf3b60c11cc998a3b94d4c84", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:b05cbc9e7b00febb57ca0b08ccfbe25eefeee5af126f3152c69e669ce790867e", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:5c9539c0ecd50a42d58c5a273334b5f64db608862dadf9c376ffdfe3363b8a65", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:38fe26c98df147bea9ab100a1cbb4084c60e55070562798be1042944a6ea2076", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:99d6b6868dad2afc98128885684df3f20736b4c3819ab784979d80c4d31323bf", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:09c5ee428feb22fb75883e3b258a8cb4ec0d7c37b012ef123f98d796946e7683", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:bd5d3167f3232401642408c6343b249b2bf7aae066f0b971d791c9a4648712c2", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:18e6442362df19819b276708ba5753be66da9ce531292ca571b619c1d03ed647", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:d77008d875a5538e32506aa953430948629873d9a0c7ee1be9ef5174b982d92d", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:6a6fe9993c328e0d392aa89f804438b71bf136d7b7bfbf0d455538184c234c5c", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:8922280d37377e5869cbb8e6dc6d61bae0be348af3794ac00f31b3d85d77bea5", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:2d34e420d0114fa7327b8b42a2605156ca88660b1eae69327cba42d73a47bfaa", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:a44714c1de700b34e1d2ec312244456f077136f41210869749ffc2cb6d39bdb3", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:77a3f610c011dfa50cfd314ac3a702a92973e2540b23e955796cf989669da611", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:d3080401a4a060b931d5b253d6f511ba496508855483e4d98a78ff75d8e586b7", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5b4ed9c8a9a85184d75cc7b6758d39e9e450ecf63e5dce6a93e32ac9c0f9c33f", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b7b041fe8b53b009f48415eb492bbec32e0abbd1630f160ee40b4427d8a2fc95", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:52aeb60b920e302649519ace3064b1d0dceea48a6ca41185a062dd7ae27775c1", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:aac722e5609a23ebc0666cfaa74bba759acc9fdd970f15ed54387aea4c10fe20", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fce307245871e2a48ae742dd8f0afab2274548634862b876bcfead722b4a700a", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:ddb5df57389d5400c0d9139eb3f0ed9906e39f0bf0d92c526823cd9f9c3d6af0", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:a8f28afb7bb8f403c7b0ec16b77141ff46eb0e678528dd0cbefd798c12599fd8", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:3b7edc70fd25f18b3cd282da88559b33dea7dcb0334bb782f54375c68e335548", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:14470d1dfec37ca84ace7a23ac4cf46c716c8e8c74927b8331b6488abc0ea062", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:c831beb56446e0c6802e4f8bad00667820e2fcc8467f9fa1dee22a74fc7ce264", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:930c7702d8d2ebba3ed51178ff061c268d19bd21a4a185c46dab1bd30c63fe73", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:d92c1ab5ba40ea17c00354bf1ac267c01f3a6ecbc5a3efe91888e6eea3a667aa", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:814f424d58e57121e95d68b794b51aa9122d2b04913b18eb5bf659e78e4d5d0b", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:811ef64ded8f465786c790760f3d5ddd9e997960a4d09eb689881dfabc4443c6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:0eda2bf0a828c5cb216c6afc1f25230fb8b07a9639e56c51d2432dbe6b54da84", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:0682b68a9debf64eed95914c472323df6999bc1b9cfdd6f366e3f7c6e8e67386", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:7791455ac0f86484773c49ddc8e24c7afdb312554792a0d8536717e8e8470b7e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:4203fd561016b49bbbe1755b4405f53a7c1fbe055a90e6f1254411373b15ea56", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:6647d5c3347b1a4febbb6024767463d3bd14bd09bdc3f54de9f658a53a6e3bda", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:6c4b0925c1c538dc8a2a38d36180ff904e46643dc040b676de34d2e28471387d", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:8d7a09c8450096c9a84e987327696f6b2f552168b1489cecc7997c0b93bdbb0d", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:2910aa711a1397fda2a7ca9884d63a86aa9f52aa9f511df5c072a1832136438f", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9649aa0f66791d3d1c9af9928ab3735150ff7aac4605454de97a10c32ae4a38b", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:ee3927aa9efc4fd34c6d92bca789fc448a05a6c703c09906ad51b05e73acb88c", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:3225e2df2d589eb4edfca4cfc1d71a6bad0fafb1d938f922c16908b2fc2d19c8", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 18 October 2025 12:31:24 -0400 (0:00:02.764) 0:01:51.159 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 18 October 2025 12:31:24 -0400 (0:00:00.042) 0:01:51.201 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 18 October 2025 12:31:24 -0400 (0:00:00.036) 0:01:51.237 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 18 October 2025 12:31:24 -0400 (0:00:00.100) 0:01:51.338 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 18 October 2025 12:31:24 -0400 (0:00:00.038) 0:01:51.377 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 18 October 2025 12:31:24 -0400 (0:00:00.033) 0:01:51.411 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 18 October 2025 12:31:24 -0400 (0:00:00.033) 0:01:51.444 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 18 October 2025 12:31:24 -0400 (0:00:00.033) 0:01:51.477 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:31:24 -0400 (0:00:00.102) 0:01:51.580 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "created" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: bogus\nspec:\n containers:\n - name: bogus\n image: >-\n quay.io/linux-system-roles/this_is_a_bogus_image:latest\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:31:24 -0400 (0:00:00.058) 0:01:51.638 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": true, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/linux-system-roles/this_is_a_bogus_image:latest", "name": "bogus" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:31:24 -0400 (0:00:00.085) 0:01:51.724 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/this_is_a_bogus_image:latest" ], "__podman_kube_name": "bogus", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:31:25 -0400 (0:00:00.089) 0:01:51.814 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:31:25 -0400 (0:00:00.121) 0:01:51.935 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:31:25 -0400 (0:00:00.214) 0:01:52.149 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:31:25 -0400 (0:00:00.071) 0:01:52.221 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:31:25 -0400 (0:00:00.066) 0:01:52.287 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:31:25 -0400 (0:00:00.411) 0:01:52.698 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:31:25 -0400 (0:00:00.085) 0:01:52.784 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:31:26 -0400 (0:00:00.068) 0:01:52.853 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:31:26 -0400 (0:00:00.065) 0:01:52.919 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:31:26 -0400 (0:00:00.064) 0:01:52.984 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:31:26 -0400 (0:00:00.063) 0:01:53.047 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:31:26 -0400 (0:00:00.062) 0:01:53.109 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:31:26 -0400 (0:00:00.061) 0:01:53.171 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:31:26 -0400 (0:00:00.062) 0:01:53.233 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:31:26 -0400 (0:00:00.119) 0:01:53.352 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:31:26 -0400 (0:00:00.085) 0:01:53.438 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:31:26 -0400 (0:00:00.083) 0:01:53.521 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:31:26 -0400 (0:00:00.075) 0:01:53.596 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:31:26 -0400 (0:00:00.076) 0:01:53.673 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:31:26 -0400 (0:00:00.050) 0:01:53.723 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:31:26 -0400 (0:00:00.040) 0:01:53.763 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 18 October 2025 12:31:27 -0400 (0:00:00.115) 0:01:53.879 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:31:27 -0400 (0:00:00.066) 0:01:53.945 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:31:27 -0400 (0:00:00.036) 0:01:53.982 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:31:27 -0400 (0:00:00.085) 0:01:54.068 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 18 October 2025 12:31:27 -0400 (0:00:00.055) 0:01:54.123 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'volumes' in __podman_kube['spec']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 18 October 2025 12:31:27 -0400 (0:00:00.066) 0:01:54.189 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 18 October 2025 12:31:27 -0400 (0:00:00.073) 0:01:54.262 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 18 October 2025 12:31:27 -0400 (0:00:00.117) 0:01:54.380 ****** ok: [managed-node2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 18 October 2025 12:31:28 -0400 (0:00:00.863) 0:01:55.244 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 18 October 2025 12:31:28 -0400 (0:00:00.062) 0:01:55.307 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 18 October 2025 12:31:28 -0400 (0:00:00.434) 0:01:55.741 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 18 October 2025 12:31:29 -0400 (0:00:00.428) 0:01:56.169 ****** changed: [managed-node2] => { "changed": true, "checksum": "f8266a972ed3be7e204d2a67883fe3a22b8dbf18", "dest": "/etc/containers/ansible-kubernetes.d/bogus.yml", "gid": 0, "group": "root", "md5sum": "22799c1e99f8fb14db15efc7dbc7ba4c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 237, "src": "/root/.ansible/tmp/ansible-tmp-1760805089.4222653-10552-116913985499522/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 18 October 2025 12:31:30 -0400 (0:00:00.740) 0:01:56.909 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:262 Saturday 18 October 2025 12:31:30 -0400 (0:00:00.709) 0:01:57.619 ****** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:269 Saturday 18 October 2025 12:31:31 -0400 (0:00:00.196) 0:01:57.815 ****** included: fedora.linux_system_roles.podman for managed-node2 => (item=nopull) included: fedora.linux_system_roles.podman for managed-node2 => (item=bogus) TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 18 October 2025 12:31:31 -0400 (0:00:00.213) 0:01:58.029 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 18 October 2025 12:31:31 -0400 (0:00:00.067) 0:01:58.096 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 18 October 2025 12:31:31 -0400 (0:00:00.044) 0:01:58.141 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 18 October 2025 12:31:31 -0400 (0:00:00.039) 0:01:58.181 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 18 October 2025 12:31:31 -0400 (0:00:00.044) 0:01:58.225 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 18 October 2025 12:31:31 -0400 (0:00:00.063) 0:01:58.288 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 18 October 2025 12:31:31 -0400 (0:00:00.068) 0:01:58.357 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 18 October 2025 12:31:31 -0400 (0:00:00.256) 0:01:58.614 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 18 October 2025 12:31:31 -0400 (0:00:00.069) 0:01:58.683 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 18 October 2025 12:31:31 -0400 (0:00:00.066) 0:01:58.749 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 18 October 2025 12:31:32 -0400 (0:00:00.069) 0:01:58.818 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 18 October 2025 12:31:32 -0400 (0:00:00.932) 0:01:59.751 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 18 October 2025 12:31:32 -0400 (0:00:00.039) 0:01:59.790 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 18 October 2025 12:31:33 -0400 (0:00:00.044) 0:01:59.834 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 18 October 2025 12:31:33 -0400 (0:00:00.036) 0:01:59.871 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 18 October 2025 12:31:33 -0400 (0:00:00.036) 0:01:59.908 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 18 October 2025 12:31:33 -0400 (0:00:00.035) 0:01:59.944 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.021479", "end": "2025-10-18 12:31:33.477756", "rc": 0, "start": "2025-10-18 12:31:33.456277" } STDOUT: podman version 5.6.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 18 October 2025 12:31:33 -0400 (0:00:00.503) 0:02:00.447 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 18 October 2025 12:31:33 -0400 (0:00:00.069) 0:02:00.517 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 18 October 2025 12:31:33 -0400 (0:00:00.051) 0:02:00.569 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 18 October 2025 12:31:33 -0400 (0:00:00.046) 0:02:00.615 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 18 October 2025 12:31:33 -0400 (0:00:00.053) 0:02:00.668 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 18 October 2025 12:31:33 -0400 (0:00:00.051) 0:02:00.720 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 18 October 2025 12:31:33 -0400 (0:00:00.054) 0:02:00.775 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:31:34 -0400 (0:00:00.072) 0:02:00.847 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:31:34 -0400 (0:00:00.048) 0:02:00.895 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:31:34 -0400 (0:00:00.119) 0:02:01.014 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:31:34 -0400 (0:00:00.094) 0:02:01.109 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:31:34 -0400 (0:00:00.447) 0:02:01.556 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:31:34 -0400 (0:00:00.065) 0:02:01.622 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:31:34 -0400 (0:00:00.067) 0:02:01.689 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:31:34 -0400 (0:00:00.066) 0:02:01.756 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:31:35 -0400 (0:00:00.068) 0:02:01.825 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:31:35 -0400 (0:00:00.055) 0:02:01.881 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:31:35 -0400 (0:00:00.043) 0:02:01.925 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:31:35 -0400 (0:00:00.047) 0:02:01.973 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 18 October 2025 12:31:35 -0400 (0:00:00.042) 0:02:02.015 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 18 October 2025 12:31:35 -0400 (0:00:00.075) 0:02:02.090 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 18 October 2025 12:31:35 -0400 (0:00:00.135) 0:02:02.226 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 18 October 2025 12:31:35 -0400 (0:00:00.063) 0:02:02.289 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 18 October 2025 12:31:35 -0400 (0:00:00.060) 0:02:02.350 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 October 2025 12:31:35 -0400 (0:00:00.122) 0:02:02.473 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 18 October 2025 12:31:35 -0400 (0:00:00.070) 0:02:02.543 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 18 October 2025 12:31:35 -0400 (0:00:00.066) 0:02:02.610 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 18 October 2025 12:31:35 -0400 (0:00:00.128) 0:02:02.738 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 18 October 2025 12:31:36 -0400 (0:00:00.067) 0:02:02.806 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 18 October 2025 12:31:36 -0400 (0:00:00.067) 0:02:02.874 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 18 October 2025 12:31:36 -0400 (0:00:00.195) 0:02:03.069 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 18 October 2025 12:31:36 -0400 (0:00:00.066) 0:02:03.136 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 18 October 2025 12:31:36 -0400 (0:00:00.069) 0:02:03.205 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 18 October 2025 12:31:36 -0400 (0:00:00.082) 0:02:03.288 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 18 October 2025 12:31:36 -0400 (0:00:00.062) 0:02:03.350 ****** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 18 October 2025 12:31:36 -0400 (0:00:00.195) 0:02:03.546 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 18 October 2025 12:31:36 -0400 (0:00:00.123) 0:02:03.669 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 18 October 2025 12:31:36 -0400 (0:00:00.078) 0:02:03.748 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 18 October 2025 12:31:37 -0400 (0:00:00.067) 0:02:03.816 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 18 October 2025 12:31:37 -0400 (0:00:00.134) 0:02:03.951 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 18 October 2025 12:31:37 -0400 (0:00:00.069) 0:02:04.020 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 18 October 2025 12:31:37 -0400 (0:00:00.069) 0:02:04.089 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 18 October 2025 12:31:37 -0400 (0:00:00.071) 0:02:04.160 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 18 October 2025 12:31:37 -0400 (0:00:00.073) 0:02:04.234 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 18 October 2025 12:31:37 -0400 (0:00:00.086) 0:02:04.320 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Saturday 18 October 2025 12:31:38 -0400 (0:00:00.832) 0:02:05.153 ****** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Saturday 18 October 2025 12:31:38 -0400 (0:00:00.063) 0:02:05.217 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Saturday 18 October 2025 12:31:38 -0400 (0:00:00.063) 0:02:05.280 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 18 October 2025 12:31:38 -0400 (0:00:00.091) 0:02:05.371 ****** [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Saturday 18 October 2025 12:31:38 -0400 (0:00:00.050) 0:02:05.422 ****** [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Saturday 18 October 2025 12:31:38 -0400 (0:00:00.050) 0:02:05.472 ****** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-10-18 12:30:48 EDT", "ActiveEnterTimestampMonotonic": "266456731", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus-broker.service polkit.service sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-10-18 12:30:47 EDT", "AssertTimestampMonotonic": "265544875", "Before": "network-pre.target multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "637231000", "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": "Sat 2025-10-18 12:30:47 EDT", "ConditionTimestampMonotonic": "265544871", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4932", "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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainHandoffTimestampMonotonic": "265572895", "ExecMainPID": "13266", "ExecMainStartTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainStartTimestampMonotonic": "265547790", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; flags= ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-10-18 12:30:47 EDT", "InactiveExitTimestampMonotonic": "265548421", "InvocationID": "95921e66959c40ff924c9aec03194388", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13266", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3101732864", "MemoryCurrent": "32858112", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "56229888", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-10-18 12:30:48 EDT", "StateChangeTimestampMonotonic": "266456731", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessExitStatus": "251", "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": "21829", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Saturday 18 October 2025 12:31:39 -0400 (0:00:00.659) 0:02:06.132 ****** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-10-18 12:30:48 EDT", "ActiveEnterTimestampMonotonic": "266456731", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus-broker.service polkit.service sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-10-18 12:30:47 EDT", "AssertTimestampMonotonic": "265544875", "Before": "network-pre.target multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "637231000", "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": "Sat 2025-10-18 12:30:47 EDT", "ConditionTimestampMonotonic": "265544871", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4932", "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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainHandoffTimestampMonotonic": "265572895", "ExecMainPID": "13266", "ExecMainStartTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainStartTimestampMonotonic": "265547790", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; flags= ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-10-18 12:30:47 EDT", "InactiveExitTimestampMonotonic": "265548421", "InvocationID": "95921e66959c40ff924c9aec03194388", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13266", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3097690112", "MemoryCurrent": "32858112", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "56229888", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-10-18 12:30:48 EDT", "StateChangeTimestampMonotonic": "266456731", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessExitStatus": "251", "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": "21829", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Saturday 18 October 2025 12:31:39 -0400 (0:00:00.570) 0:02:06.702 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.12", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Saturday 18 October 2025 12:31:39 -0400 (0:00:00.082) 0:02:06.784 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Saturday 18 October 2025 12:31:40 -0400 (0:00:00.062) 0:02:06.847 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Saturday 18 October 2025 12:31:40 -0400 (0:00:00.062) 0:02:06.909 ****** [WARNING]: TASK: fedora.linux_system_roles.firewall : Configure firewall: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Saturday 18 October 2025 12:31:40 -0400 (0:00:00.561) 0:02:07.471 ****** [WARNING]: TASK: fedora.linux_system_roles.firewall : Gather firewall config information: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Saturday 18 October 2025 12:31:40 -0400 (0:00:00.055) 0:02:07.527 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Saturday 18 October 2025 12:31:40 -0400 (0:00:00.046) 0:02:07.574 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Saturday 18 October 2025 12:31:40 -0400 (0:00:00.050) 0:02:07.624 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Saturday 18 October 2025 12:31:40 -0400 (0:00:00.063) 0:02:07.688 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Saturday 18 October 2025 12:31:40 -0400 (0:00:00.062) 0:02:07.750 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Saturday 18 October 2025 12:31:41 -0400 (0:00:00.132) 0:02:07.882 ****** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 18 October 2025 12:31:41 -0400 (0:00:00.100) 0:02:07.983 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 18 October 2025 12:31:41 -0400 (0:00:00.235) 0:02:08.218 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 18 October 2025 12:31:41 -0400 (0:00:00.104) 0:02:08.322 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 18 October 2025 12:31:41 -0400 (0:00:00.080) 0:02:08.403 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 18 October 2025 12:31:41 -0400 (0:00:00.117) 0:02:08.520 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 18 October 2025 12:31:41 -0400 (0:00:00.051) 0:02:08.572 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 18 October 2025 12:31:41 -0400 (0:00:00.048) 0:02:08.620 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 18 October 2025 12:31:41 -0400 (0:00:00.087) 0:02:08.708 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 18 October 2025 12:31:41 -0400 (0:00:00.042) 0:02:08.750 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 18 October 2025 12:31:41 -0400 (0:00:00.041) 0:02:08.791 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 18 October 2025 12:31:42 -0400 (0:00:00.805) 0:02:09.597 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 18 October 2025 12:31:42 -0400 (0:00:00.042) 0:02:09.640 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 18 October 2025 12:31:43 -0400 (0:00:00.805) 0:02:10.445 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 18 October 2025 12:31:44 -0400 (0:00:00.793) 0:02:11.238 ****** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 18 October 2025 12:31:44 -0400 (0:00:00.038) 0:02:11.276 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 18 October 2025 12:31:44 -0400 (0:00:00.038) 0:02:11.314 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 18 October 2025 12:31:44 -0400 (0:00:00.037) 0:02:11.352 ****** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 18 October 2025 12:31:45 -0400 (0:00:00.894) 0:02:12.246 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 18 October 2025 12:31:45 -0400 (0:00:00.044) 0:02:12.291 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 18 October 2025 12:31:45 -0400 (0:00:00.113) 0:02:12.404 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 18 October 2025 12:31:45 -0400 (0:00:00.047) 0:02:12.451 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 18 October 2025 12:31:45 -0400 (0:00:00.053) 0:02:12.504 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 18 October 2025 12:31:45 -0400 (0:00:00.046) 0:02:12.551 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 18 October 2025 12:31:45 -0400 (0:00:00.068) 0:02:12.620 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 18 October 2025 12:31:45 -0400 (0:00:00.048) 0:02:12.669 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 18 October 2025 12:31:45 -0400 (0:00:00.036) 0:02:12.706 ****** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 18 October 2025 12:31:45 -0400 (0:00:00.036) 0:02:12.742 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 18 October 2025 12:31:45 -0400 (0:00:00.035) 0:02:12.778 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 18 October 2025 12:31:46 -0400 (0:00:00.037) 0:02:12.815 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 18 October 2025 12:31:46 -0400 (0:00:00.036) 0:02:12.851 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 18 October 2025 12:31:46 -0400 (0:00:00.035) 0:02:12.887 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 18 October 2025 12:31:46 -0400 (0:00:00.085) 0:02:12.973 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 18 October 2025 12:31:46 -0400 (0:00:00.037) 0:02:13.010 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 18 October 2025 12:31:46 -0400 (0:00:00.035) 0:02:13.046 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 18 October 2025 12:31:46 -0400 (0:00:00.591) 0:02:13.637 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 18 October 2025 12:31:46 -0400 (0:00:00.041) 0:02:13.679 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:516fc1334de0624253025c6e8df41be7e1416593a0b4d428ac1444715a65ce48", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:9d30fc54abaa02d9e4d9571fdbe46e074b0120b91b4c8b455b94e2201fdca356", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:28614084cc689df308cb61f8a94a69a7e6a73ded19b37a49afcd69e2112701bc", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:428d11ddba5b18eb97e218ebd1cd3fc330b2541ca010a8329d272ee6a1b8a4b4", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:01a578bdb01f705551780f90df43f51a54791f884cbe8e0959181d1c19509f72", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:f1d04ad69271344bcaae314cf30c8db692cef4a9cf5214e9bd25d77111813ac9", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:d70e6129e871ffa80b30e518610f7d0e824c5415fa954de8462abfc2f7fccd73", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:937c211894e03392cecf4a1452f22110de2c5a5e088bc5fe2e39b61d8a9424da", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:5d30696b9d1075be0b31fc80c07cc3820203d16d9e91814b4cc83aedf727aeee", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:50fbaadfab9a7e5b3811dd3e0710a3648854e48bd2bf8f85488c771d20b4840f", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:c8cc82377e90d62aaaf4a2f957eacb0e366bee79428eacc1694e0fcbb310519a", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:25431e641d35db0920262d7931e6c084b11f5dc2ef66c380379c062798d3a302", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:22acee21915a409e588fdd00401c266ef212d23b82bc5e15c962d1819ad617b6", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:d189062fc494d468206cdd11d394abb99f453e2ee680dbd9c6ecfcafe0397b3c", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:5e07e1661961b33ac04ee4a813b0c3c2b30c33c21907ae894bcfebf78c7dfd96", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:98471b96adadeb2d3e282836b1870aceec901f86791c42811ec92cfb7b4722e2", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:c631e69912bc019c6232ddbe45ea26e2a0a1ae26c8ceb0612c6bb5ffd23f872b", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:6e2d3aaaf0235d62bddd51218259e2b0b209847c7c4f9b7cb8a5224742c5ba8d", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:dd5e70e8e7bdf3b6d84ceced346109f899452f692e9674d5d588ec120bc02357", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:142a3a68a7d1d481b8bf8ec3c4a0ff446846d93f0d2c75a802ac8d201bd60cd3", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:8fcfb29be07d3ffaeffb12164939e96f65531205965ae55a75ec5e7c16ac0e2f", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:09832470bc9a76ac28e91b146283bd0785ba48885a1e6c7d8b2b9850959e1e7a", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:3986f1b69898619a970330d214bc5c61aeb81b3572adc4842ad4a1a6900f1aac", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:c962836dee4f0940386878d82b97ad093fdb559bb455dd63a095351d77dfe7ee", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:80e23430f19fc108b5a44629abcd60b9b8426e3f54315bd78b4497156297b2ca", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:16ab4f32d98bbcfb57717cea28a7b6ece13ae4b65f256bad73be947188971fef", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:e03e321b4923dac015f7b0446c9e7dcdc37a4c9da10b2e9798904480c50319fd", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:23c684ab56d5683c616fba4ff8cf408c7740b75eb86082aede26417ac8dcc5ff", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:7cee63efe115abd21ad2f29d525749aa18d2144e303d52b951fe0172970ca576", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:15d514b77a60a7b15cdddd846065c89cc5fc80eafa46e872554a597cdcded948", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:2bfd39abe3a559d5419b15e5d2b58662439cfd46d860d26821029579ece6b6fe", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:c8d601433fd252ea14fb2af1abc20bf5f88c9c682d596c67e89a17b133f270e5", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:ecee7b3f9bdb0a4a7102b4d53a2311afb7a2b5ab510978f836cc9b8972e78694", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:cde39e721f71f5d5d656e89104d6fff5f030a0530c34613bcc96fe6bcb15c1c8", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:163f3ae58c632cf9dc337fd1191b05d8e397d351996d75e17fceb1cd7e5576a6", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:28feeb329549dcf050fdfc50ffbc77a7f12c632307ad1fb8e2fa17f44efebd43", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:68b509aa78b41c795b064b5b7d5b40d15a8bfb26dfec2cb62120da428d93dd4a", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:2d512baafdd7831586744919a1e3ab787551683ca51821307e3d55e32b713e20", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:362b567009304ad166134f067a78e6bab36b79b8c66c365e82e4e16ae62905e7", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:fb4bd7dbb5ec290393b046e211152648b84d0a2fce9745e29c1c0805e30c521b", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:06761d54039e55f5fb41263176ab91b5a900494a35c872e3c0731ebe0a5a496f", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:18aa9b0f7c86dcfda260468a26fa0f91a0a4996779e9b3e31d70cefe290d6d73", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:0c10ebfa126fbe07942b1e7534f7db67584489b13d86624309f6eb5efa09689b", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:d92b86a8fe2c675fdf691a193ae5efd226bc9ee972502ca503d878eabafbe0ba", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:8b823a48aff2d337cafb95f34391d9d90a6b4587c0936ee8a2512929bd470f25", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:407e42b956196dfc597aaca0075a725d7651642b96ae4f8cac8c81aa5da7c5d6", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:6d781c450c00ed80df726ffbad905afba7b2d6e63b4ed27f8fb6eda75754277f", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:b521e3bd4d68151ce51d31f85d7ed51a55349d8afcb3e09a2cd5cda642e8b84c", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f013ea4bea42a7981f78bf03e81610e9b9007e6129daf380b40533d6126feeb3", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:f4b6c9903c4e2228dfdae98dd766b20cfe43ca16b39e4401b667965a34e0aaa8", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:5c0fe3c344c7603859b8ebafb36bf300043930e9574433523b653f8048ae8a18", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:1253912eabdadf39c59b90789c42a8e36d7957c67e50f62b8d2d9f30b2136a76", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:9203c2f26ff9ff9ef26eacc2c116e03fc85510f3e4b17152c647ccb7209b0731", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:beb14de39cbe573d8aea382770d7a260841dd2f9beae133f3e2b52ee3eca8da7", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:b871ae5b3e6316680bba6482d7717bf6fe33242b1e52880d9e2dfc7cb7cf1bb9", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:25792def794bb2aa298ffee78bbf5cb6c022f9ee5753b05d9b81a897c341736e", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:b35e80516f15c671becee027675e517e7717cd3a499ca8b1147b354eb3a8597a", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:535b5bc8fea85daf9e42ab3d6d4f322e08b0c859eca48b46ec6a717c36a9844d", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:cc7a0a3338d4838b62b70e09f452f03e95979e6c34096b118bafbc34167db024", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:30535e9dfbb5ebf8858c69dc2e9e74e6fa73bdc95c90138ebb52160cd9a73620", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:2190345e4b2c61371538790442a1ffb5e2e39146fe0db65e354a892bce5b0b81", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:60cda7af97caa987f5c2cd6af9bd7fab328e72391444f33d53278a7f08d897ba", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:daf4c1c49b12d0d009671ed82a8febc434597354b74531c22f3e85ff92b4e8e0", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:7283f14bc6e5325b07157e442a8ed623e4ce46bf6f7ff9ec530c5e50f9f8a366", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:bf33803bf4ef143fded01923612e6f82aed0046306fa90b9308b9113a5b62136", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:2fea6de390e7fbf74e97a21b56d7f73ce262d6335835528aaa68a1d9bae66665", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:7c8bf27770a56b029492e16000002335344ff72272cea27950e9253576472b6a", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:d3b8171a2b07e25c9de41a7c6206fa49048f0aee1db8ce4b1947c6889b36cb0c", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:2d24fbe20afc9e535e9d48c463b28fbe180db38c9edc8773f9e90c878916097d", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:94c9dcbeb9ecf9d9c02a7601a4437461123858d378ed0633d8b76de153b74575", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:67b89f284bff80827c2e50bf61377d5f2d5ec2c91289b44093c90281929da453", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:8c23480c5b9bfaa67262e70cee6eaf13dd81e677c8130d9387ade8fd44af6c30", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:dce338525bc305a2bd14878998f81ff7523e60d1e265fd8bc162118fb6064cb1", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:19b816c787f9006b2e72a6eec74b28bfbe89ea6950ca156339f0f219b8ea26b0", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:619c57b5b2ed96f368ed06dec28ae50365f0325d6383f8fcef861a1149437fbb", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:4756e0e90007d639de59ca00e4a436ff5377acbc7b851bffe19eafb421a2f1fc", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:5a3b1fc68e50306ddb9d553be6b22623d34b495c76011fe91cf22c40c9c0356b", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:c9fa40236273029bcc8c8a450dc7b2e845c5f8d6b084344c11a471f1b24bb243", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:2a0296a57b852fa64f9e3d1da4d4263fd66599cd5ac6717fb6aabc9581df9f85", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:4ae4d78adca75b14367358858df60147aff562446e8564e1ca058a0fe5b29ea1", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:e82c249a6c6e116596d6037ef6d23f64ed21960d8ab56d7d4f14bf682723eca9", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:fc10f3410281c2ac16ae959de5d4f649ad1aea9cae1dac5633ef79592845b7da", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:a5d3ec9bf632c01a01af62d1acad0dd5645b7c9f215c31d38308c5fedd83e451", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:353e1f02808b88e0c3a39bbfeb835dc06b815a02c27530c2b1470e0087c803b4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:ad6ab2c3878452064ce4e24a5d088396e04245f1b651752b42807c3eadcb376f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:9f9857c24e4681e84ae5bc3bcb9a9f2f72869a804625f992b71f989c1c02eacd", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:03ebc57fa5f1edec92d53093b4c372c897560f2ba654bdf84bf23b7f032d5924", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:28005785caf4b1db1dd4abb7958e95a835a4f61dbea3855340e5e21b26402ad2", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:020e88a823875408098e403243e74844c02b6cdf89d365195badf6e24e0fcac7", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:0ad65402073bf1039fef15b6719764a659139a3118d770b879a265945a43480c", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:2f67ccaffd481b5e02e08239a661edd9c6567ec63fc474e3cabdca07f05d64ae", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:bf5ca0762aa37845f9c1af18e767f47cc671e23779152050b66f6ae19b8aa05d", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:f700a21fa1ee92d45b122f08fad7011b1cac933961db6b78f9f91405eeac0191", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:9f9c3a2d3a1c393b13a6420becc3b00587c61efbe6deda23bf84c64500761272", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:8afc1fd453442353b00853f1ae0322e09311cc9f305a29d81f7722664a29dbaf", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:f7c8e21ebeb9f9be9f790b46474e354b6a99e4a45e8404af1bd972a18aeca500", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:004ef662943e2e4d730ea85b935ba975ae802ce61ff19cb54516e10b8d0bbcc6", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:c95140f632de3fc0795c1f64173cc1e299b5f95ea1e6fbc22458514ba35d9d87", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:6030eb8de24db8e5196ee46a83ca233e2020ffef173a712879197063b4abb4c4", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:d6ef5fa653ef1f58cfe1aa7da19e901ec89d615025668349c4064a84613c7cc1", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:7ce53bc70416d9f2cff045d6dc95f696fb44e86d2ef1e2f5d6dd4fa29e9f49cb", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:097b73c686c88aca86e7ac5922be470f410f2f818e42e6a75942fe6b72d43b85", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:0072743763d80c984f00a0fb7f6488c8fd6c7f53d37d6d4b5bce53c5d9dfc866", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:7e0c4e8ea9eaebbdef5e27412741d557ae42b611a3d54a7745247c6c8a865123", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:ba63c1d4b4388d772b10a367c24072c0cc57d5949edd8afafdfe89aecf1ae88a", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:76f07d28c59fb1f96ce8a006801f5c44c8b9c2c3590ac9e20cb2bba02af58ff6", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:daa76500f634fd43405d98c616503acaaa1098fb24d7e3a2dfbbf35011de760d", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:10972211a1892fc4db5f2fe7337c18414eeb26160d2245a40ab51821165b358b", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:53c966a5a4ca74f3b2470c09bd52e1cdc71dd82ad43dcbe5736fa0a191f8f340", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:c22ff5aa2633786ecdbbe1fde926cbf8656a3426d98177b65d624eb20bcd2f1e", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:44d1f5c3edde60efad2bcb577f212110c1421027f5dc5d653a129d5ae4a4d147", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:7dbb790ed9c100e873ed2717c7795443b55965593ec87f8be140ab288bca8980", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:6a332398dd63ae584ec1a9cbe148de9e020551c2f012fff24e1cca6cf83fdbe4", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:40ed9ebdd53671680257388559a2d845782d2de4626450896d070b60196231c1", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a625e8f1ac239cabbf6f712decfd7c25a0161dd01dfd98e605eb3a4ea997d7dc", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:4e81928216cbe585a95b1ac0b0ca8b6607b8bd75edacb37ebe09fb87130bd004", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:0c7e440e4a47fbf34413ae4f8fa0960a0c80a8c4bc6b3c7d04804c54bc88947b", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:0fdda65a78a4f4701e0a29fe384595a49eef0f16b09083b9aeb36903f9d12596", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:c2c532a1eafeb72b321d261eaf778f68fea4f69e782b52acd9e30315b22b21c4", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:796da804af306138fe8c166092938cba13e978fb89389c90fe4872720492bb5f", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ece651f238aae0686dccb5ccc5ebedaf78f261f4e0e7c3a20fdeda83018b9701", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:c0b6348f1e1b1409076248fdb4415643793d9ba6e6cf9a3d3d6bc94aa80968c8", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:2eafa464ca9c892dbb808c6f0e41ebbc62e4624706d3b38bd0daecaae034fca6", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:ff123e3899e6c00c2f15214a7e47f1addd1a7bdf37da5d7da3bbf79413dd6329", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:26fd3addad9b2b49618d66d4db2b9e9c54b16c97478797700b10ad4dd85f99af", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:9bb4d42f505d8c531aefd8b9710c2f986851aee25bcee4e0d9ab0dd1de9bf554", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:7f7fc4ea1d554633c37e7fb70cb3e2bcb7cea5f63798cd6048dfb7f588c69c8b", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:59e8279a100cd1188757078ff6496fb92a6a587887e122a5c97a4c83ebcef486", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a82a7f6dfd7f92241a0e4ba9e6538005770eb77ae0dd34b282b724bb99b87f4c", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:95a70d72f0954d3e29a8c542e6e7ce537e965bd1a6fa1eabfca59064e4619f63", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:09aaa54f13f5eeb34b0b9e8e3c0f27f44d33238b8e1a219a63f04ed5317eb04f", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:90d7c2e6bac684d13f207e8e6ebe517c7048f19bab00d011d2cc2f69620bba98", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:b165186bb0e1dcc0d20bab5c3263d9813185bc3541c3366887c0fbcd1025501e", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:4f575cb53d7acc1615fcc6fda8985e85140465529d2b886f51c2b1a33aae87b7", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:7312c353383b127b150af203ebd29d0115660de6bd81a5b6cc808f41f6a8d09a", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:4c75aed6f697d4bf5b75e9373643e338124a09b5de66944481bd157ceff3bde5", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:7b161bb0f5f3bc9cd74d347b673cb5429359f8a1a936288fd539aed298e961c2", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:d6675a6f3869063b451aaed23bd383016654c43a8c66c27cd95f2b3d569ff7bd", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:ac53892b7a6dfec86206b7466fc9589f45b2ec495b9bb9adf667c2198a18b3fb", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:033761f96da69926467ce8b9844441ce4fd098b1b76a46b562560c7ae48f8456", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:fe53f3de61a70e511ffe136e45011477de28e414a6dff0d31014a2738377e78d", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:41c3c7ce23807a6618d346f7ab4d4b20410e1090291e47acdf39456f47ecc846", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:4e10da221fdc98adb3b701e42eb571bfd5d5e7a856fd12ba91ad469617729080", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:17e66e8e1079cfbc50f6a7b41f7caaf4cb74f5bc46c0583a9f52a19444b3881e", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0e5d72b0f55b2be6330502590e2376e532cf89be319ffe415ac323ee8142d764", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:06cba894a14bdfe2cf8d13363ce6bc0aedf70253ff766dfd211b39acb8402d37", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:76a8e2b8e71056a7551bfb7ff79a6e75e190615f1257faedaf711305743586ea", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:9e42714e676ff096b83c17780908d789029bd5ebd5c45cf4fbeece0137b3964e", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:639db378f5d2c05b72c6a419e873c6cc9ab28fc44acf9d5746b28a01c6981540", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:71f5b8a111b487852a045a313786eae9fccd01cc96c278b0e073718d2b6ec1b7", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:820ab1a7b59a11b7b5f32bcf9424376e1b8a7278b7ffa8b137c8d4d38ec29b6b", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:5975fbb15366849cc7993317f1066bee953e7159323375e39778bfd66ed9a070", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:98e90fe7ac4d0b82a4cdf95538526abe2c6ac9bb0f07118d599b0395dc2a0fa3", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:d053fb2713a5e0f4a059a678fdb482110ceb8cac1d157bd152b38111fed4835e", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:baa4d86a27bc4e085ccd8fa80463f29338767683787801a5416e8d0ff6e09d5b", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:05671f3bdf8f6d899b49e78ad4380f46bb6d6dc5fb6a1507ebf7cc23de05a5bc", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:0aa5c946688e72879deef01fd5cac0dd863b33b266c1b62f6ddeda8156686387", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:26f1450e0e7063c892377b02538d9d89b1107a1b08abbd131fc90c46ee61a910", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:0dc1e5e77b66c3ab160d5ded9516555e37b5b6a03cbe0993cfaa9277b9b26309", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:024c83ab30b60c5bb4333c20f5864340b935623e500b06c920009680aae582fa", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d871300eb21b13bd79b994d41b9bbd12487e3736ae5cb47fc2e82056a6021ab2", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:56b536d606a0640d7c2a1fb733553fb78cd8f2448f323714ad23e11712b4b478", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:66c745dce773f4caea41036a510e779b0604faaecaf1ee20b885b264480db963", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:3f8e0a9e5df5fddfd12b2b2b43acdcdbdf55755c3d18571984e703259a45a72c", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4f37ee5aa966676345e44e48b17c4c5594807504df477a20474fe1676b2effc0", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:2200ada8b8ac2534bb36889244ef3540212fc14bd1016b6dc3417c1d202844fb", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:c3ed3b126600f66207fcde4b5d05bb124370a9cb63243c67910f4f94d6299447", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ff63a593629dba58191086798b2806b99481488f22d1608172a6398bd00e10b8", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:bd251f40ab2fd6368b28d2caaeacb59c2119678087e3598170830d3e54806d1a", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:3a0d52ce450d01fed2f654fa1ab9811412401e675238226e58588796f509dad5", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:66ac2d9285b48d16ae46a14ce234cdb892f89808be1c7bee9daeca7ccceda8a6", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:d2b3c01bc7d7bca1b71313356f0e615ed663e418f0261eb37af6fb63c671a3ad", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:6e708ec82cde020ca9e3b4cbd1dfd0011386024fae57a3e9b3abc81d2b232e1e", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:ef9fceab231dac78cf7bc0550cc9827addb515a443eed5ca70a2b7d0c90b594e", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:38aeb1f69bb9d79d8b4f6db4c743cee62087f7cbabccadb46c1fe0c6895c3db6", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:4c14ce3799f78a68d308d9ad81ec720a021accc27d6833d670398bab572c77b6", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:cbbf80957fba14042df58b03b1d9054dd3151e5200e481ca85d5af44c39e941a", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:d1440737e161986c088db4973194283ec9ae3e2ebf87199088c6d27687c981a2", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:7a9a8a2781b899d67274f63240287afef1080c130998dbc28b38e353e44ff292", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:5fcd23d2cd25324d78cfdadb4f2e4f1251f36329d279ef69a151623342ea5432", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f1f39e608594e6001bb9155c8ef79c0d2874f880afa04c742c27e59bf193cd18", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:04664a7d39f300ccbf432e2319a4b33ea337bde897b40d71dab073e6bf6ff9b4", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:b9734deeda3780fc927e16141c0302e4fed46b681e033f4a60632b9c48f5ee12", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:13910e87d2572c56eea44249b3789e4d4c3e6bf9e0c3e01c49e26772819a05e5", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:36a2580c4f5b3ed535498f9ee30ccbaf32c042a85a7962cab76f59c5b81eb18d", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:061577cb019b20bbe78cffe460a196d0296cd8572208d410c24d97ec0844959f", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:b722b50dc55a6957fff9e2c945ad5bfc2eb13fb54814602e39d77a2e879cb941", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:b2d9c174163f3e11d3126c5f395a3793724766dfcaae492751dcef41e1fcd945", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:a66bc2829cda8e264774b577006613f77ae7d02ede542abd9f02f7d73a0a241d", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:77dfa37cfdee157e803785fc8b5a3c1cc5f588f95451178294317e33a50569a6", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:bd47e0b249bf3dd626a650452500a46c29cc1d29a83edfda72e1ff9bd1543d01", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8c30c837298211d151e9c118e2a9ef51e3cca9c46fd85a194d6f0b33dcf3c408", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:f1702d320914c2db843747794442f25aa1d68370c7f11a818d07079b52e8ac8d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:6f58f52deb966c5324dc704cdf359c4613534796774ecaa67085f1b4bebf094f", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:5ff7c66f62231636f38e75ff8791d5d0ec3d021f8d99d6d665b42bcc827464b5", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:118303a8c6d51e71636e1d92d1ba140d9efe1213512deb999240cd35f1a60b88", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:0dc693691c7a7d22475b644543434e3a42c7c1e54f363e7d293e251abaf6e718", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:b06c0e111692ea995c6289409b1dfd91d48a9f63fa54ecd76e4a5ff2b976ea05", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:2fed49c5579e6d3275241026ce3505b22b33232a0a7044e18d0f232ad92f028c", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:68c05f8067f6226ff08fe55bf835a60c10ea4bb52b1616a986f275bb4a218124", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:0b15dceba92a5acd672166eb6eb9d0299a17f50baeba35742944c073846b7b43", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:33afde439673ae9505e57a6c5c26cf7473820f5d3fecdaccd340a3c8c4694f9f", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c554271d3646d3d132a44c69321e7609eda9d07bc54d0a65680c7fbc006d5249", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:9e1155e035d2b917e2b59de45a011ee8fc9dd64fd96af113305166ff74029c37", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:47eb4910fbdddeaad50163bd8047d85f19354b094e806f09e9e5f528bb908211", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:6875cf19097fa08dc86efa4af422efcf5a5e0fe6c940b743a862ffea9c90305f", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:d17cffd1103e31e4e38291a9ed5b979aeeb4d2b9028df35a5a56e930f708a780", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:d525736c6e5e7770c44fff98cec78026dde1c29c15991aeece71c6883635bd5a", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:eccff0999d8bcd9a18ae8628965eaaddd8726b0bfe7a380042770117f28b6637", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:7db523cb1e14c32587544907a28237c09c418307c349a9c6c5a0095c9ef22533", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:987ecd76419a56b3edb18f0521a7fa5a5bc00bec0c697d305287c500ad70b3e4", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:23cdb08ace4f5e8ed57e1072c6c9f7f93a1eb370f40f923b707edc85e0bde37b", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:451537c679b41dd5317d346157290c8b71353277565ae5d11a5e1444abc8efeb", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:6883bfc79b02b9edc089791b11b131e8a06f357ff81e7ff2ccdea6dbc3eb2e0e", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:ddc9e0f2dbce7a809d8e41a5465dbaa87e8c2761116c217a604fdc2a70c2c943", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:f36671c5ac0f8ee4a376f5b73cbdc74b3e1314a5f569456f11c383145c5697c5", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6982ef349cda1b518321c8f8296b2da9d069293632bc34e4cd2ae7543a87c0a3", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:b81ab92c459a0bca5b0e59dd512d6f0b1288ca7f22f007b718b5a22bcf1d3ea8", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:763c81b3df98434d35b30479e09182e7c462ff72d379fc91390f5857a76aeba9", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ef0072f761a198b1cbb42ae9106a5364cac77afcd1f4a58e49078b698f56f223", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:788733ddd804746b5ed84a251188481383741d4d92a69e090b450d260f97e5cd", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:f50a00bd73ebd16f368ec52e26b80ebe689e059551f22d5645addcc3ae1a49e5", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:39abb3958fb482a7ac014d6177a30e18cc4f9ee91406176ff7dad84190b247e1", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:af2887f2c523e44f88cd5411d12a9268f5a39251037a9c29ae69961457f4c4fc", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:760b7c8649bf6e6e690a4abf81c6248f603a2d2f2ded64431c6f1ea618e0a447", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:78009c7acd8135254c01d1ed9f8dcd3dd937de9f8ce7a20f0e3df8905fe2d29d", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:0c29e84ac815ad8d8feef275e733789d7b383b24eed8fda80eb70cf1f7e6bc1c", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:70f9b5c63ebb3b70093d4f25ce1f54776c9dbaaa41ee2b3f6fbfe976987fe3ec", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:7d0eb8a97d938847b67257289d32a220c75ceca8b96f9e34d79d0207c5134bda", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:e2103c949d85060327115f2b568713ac9269a03d29bca240c9f7b47afb4b77e6", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d349a9fc2cb80cd353637ed72d636b78f58fe3e6af2f9fb65bf711eac4983d72", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:6e759cbe0adc95cc7f20ae02808460a278d730e8fb6782a354ba61578de21edd", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:341fa53aafa44ea45ee69d7e58680a08fa90d78ff838f7073d88382fa0afdc1a", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:b1715147f59a197cfa0219fe4ad8f353b778fe5ed25ba78bc589fab31d73077a", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:3be0b1667972a2278368d79b79dde5dd01e20e70e01c3fcf10f98e89cbd58611", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:88e7f35629166a332470980bf25975a59e0ab7333aa7f256a58256e1495d57f1", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:cc9a913c29a4a2e1b76cb20134750fc8c0585bf9de683625e620fc6d7def446e", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:2b3e9723e256dbcbf3d7baa320760bc235f90e626b9e378aa824d0d121846c86", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:af0f491bfc0619cc5f15d639814ecb56256fe371311b4bc93158ca2e65e62e93", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:fe0a31a0c04f30cdf7efdfe54e65b95d064d251d46490d18ab2de7ffc084ab64", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:c256d688506ba1424ca1161962e01282f1903d736c75877e39dca21bf1b590c5", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:ab0f3da43024de0115422d4a2131110a7718dd1a4e32822b135d506e35b4b314", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:4a4503c2d1088fa93696fc431d2d5d78be02ef729df4fa113fd01081dc6f0028", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:43b68f254400ae58dada11b08d580438ab4c9d7c87c367520977abc4cf577658", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:42e113d1753bfde7958b2c597c562b12c72a73ab30cfaa330958bb3e7b2406f5", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:eabf56c3a9704a956457915c6f2a52e726769d9968ee3761f05ad261761d8c24", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:66446558b3cf4bec0594695d38e3ecdba82aa1c5d862e495533d1b6b1ecef5c2", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:83af69137ccca18dae12e3446623a17bbe3e97af9140f66eba5cebbf3689b449", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:3ecf37ca5b3485a34fe5305eeedf0cc03d2386ed6b5fbac7ae356d39e1e27b2b", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:8071c79964c472774759b4224953e4fbcdd780bfa17bbb2d60c4286d4c492a11", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:b9433ae93b7e2494be510e0f89b79e810fe6ddb5ce7e77a68a5fb352ac33a3c1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:03089dfa338c6441f2949ba44b8c000c44ac496da75aecc34b0a955c3dfda027", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:aa7a5dbb359b812c3524c56b8f4ced2a30277bf191faaf167833a20d17744464", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:346194b6ee405e8da1b812dda44dd4acb169dcc3a5aa61de06d694cf73202d55", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:3f41d5890fc974a81d72d40e3fb858bf5bb98d8545ea8671c2dabe8a6f82e5c6", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:6a281954af5c8fec67a4dcf6700f719d73705c3f38b8b17d9ebbd0f01d304395", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:18063e2047cebb68c914e52020efaba68dd0801a5ea00296fad8948c3070af66", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:b6f287c57a777fe838ffdf8d7086baad28b4000eb6d1dbed305afa4a8250f7f4", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:6f98d228cbdda6891747c3829227e7f9e193dc768635d330c6c59c6aab6c40a8", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:325298447b1e8dc241483a7214eb25f43900a862d07862ca85b1265cc20cdca4", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:7338285d0ca68762f5839881dfb5c16de4fd8764e745a516761ed6bec5178afd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:5142b9f78d32c0407c1db9329db488ee459045283a679309e5596692395683c1", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:02966d7463832b3791d3a65144219bce9f4d758faa22cbc4c51767087c5e7a5a", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:5a3fea08c4a4537f636ba319a91d5afd43b2aa5122b6a5ce5c2547d898781aa6", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:30fc1d9ec50ec7e765b0702628c7d334481d8885f0903e0da1dcfc774ee95512", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:de1571b9f0a16902c96703ee7a653ad58a48f8321a6666700fced92617eab286", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:b0927717597e270533b67220721bd5527c8248864ba24d173a927153bfc3d06a", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a7342086fce094b7f2210b33880dce2344b4ff402e1387012996333b74d334e0", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:de83a8e0aee93d436a1bd2cd920395f0066802c119deede352cbade4cb9e1933", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:212c46848b2f04589f36fc83860aa389107ba31f030aafccab2b5e9e732411c0", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:4dbab01de4689748719504217c13d00aa04ab1526959f67bd950c04548ad59d9", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:26bb008eb204a7bcb7035a9e7ade556ff381e00b48ef9a19d5aeba7749b1b151", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:19571b06c9a0b595793acb6511509dc48a7ffdae39f29b7c515331f367b30426", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:3cf2bb286d5e8d7236146c457857b4261ad3be3e6a9df15fdad5fdbb4828d48a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:5cde074b3fece5a5ffeab1d2395b799658af35cc9efdfcf5492d996a24ac0e27", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:cc4bd42dc5540a0f19b90c0ce43d87399c44b7a8596737e8e31bdd2a6510909b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:3970790dcf625fc480b99187a2fa5110e9bf159b62203c7afe5e7736e6efdd0c", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:ee99fdad9899c76c807d2c6f2faf04d06c93f20b10be4ebbc7cac9229b819843", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:5e8c59e63ca9282161545eaec25920bfa9119083dbd2989696cc8a0a78aa361f", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:6c30b655dfa38024cff5f5bf6300822fabd2a192bd6871069d21e3c8323e0810", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:66aff8dc1d5dfcffe080bd34f1c0fd10474a3987589d576129efc3b80bd74d02", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:53b69369b6bfc6a705d41bf470f0121b74e4ea16391d24f56915831573620909", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:b34f368c23a2d4904e05f02bdf628c7859638639d780c71fdcbb2425f44cc753", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:0d6fa637f18065512fbd7a5d4d89479f73fe289b2bc2e20451a5cd71dc006a63", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:0148e9e03144c6c3fafc006a33bb1509b169fecbfeb93cb2120b8d70d1af3056", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:5a4aca6a6c19c45a6dd8453b77b9a9df042d9750373a2a7bb7fe85b5e2d68512", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:ba95b89570736f2f64b5349a71168d481311fd6e07cef715677722a5e88d59a0", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:3de9dafab15254be1e61d1b585bc936749c1ede35f4d6ce198cca779d84a2a93", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:5136e404b4f6d79166dcc9b65517ca6ad56dfe26b0e869f5dd7fe9dd4de7e9b1", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e8bdbebf5429649fdc2a595da24078533a5c58e3d18eb36daab521f494a568a9", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:d1b04869363b3ee565e87ae8f01cd93217067e4cd2eead2b0e326646e9f80127", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:38dde585168985626bd39ada6ad39bffcf51aee24cdd413a6f9ded3230427d5e", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:c9375da9ef214ac27722babb1a49a35c3060c027b7830d04febeb5f3a9d1cd5b", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:51911ad26e475d3f3d5c025bbd4ce25e04705dd55cf31ad1a7917bd0ef4b37ff", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:848983e61099aa451798dfeb104b67148e9fea847e89fbca16a0ade2bcfb9042", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:3ade83db5ee8f691ab3f3fef1f04c8cae0eecf06e964148e6855a1e142f066eb", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:bba1bd162a7e887d4e07e7e47ab48ff684b6232daf1b99d32630c2ff18447ca8", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fafac6e764ffa9a8db546c20dcdbc7f8512033bedad519ac7f003501807283a5", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:d8c57d30164e0610fddc694cc2cf7c2b02f101e5ffc91ff4829ea11a0e2226b8", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:2c2bf1fbacbad3c9aa5a351585f1dd64fae207292468f0caa7aae19f07e4959b", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:6b2a6afd9b64502ee986d7202c3d35537bb2e63b9745819bb22f18cd66edcca8", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:d1d88e80c26b0c519000acd6b500a89f47967e522b866001b972c46886d54b22", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:c53a21f4d1744bb97ba01cd5a783bee163b5a44bfd63aab0375891f5ca391a31", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:dc202135a7c60f2b15fe6da3eaf4925c19ee1b7eead08a4589af1c73cc4aba6f", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:c2a9c0312ed3a2e1bf791ee92ae6339328a61194392654b14fa8bbf1e769e5d5", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:4afac0251398b4602de01065c3a58b0ab641bb1e52cb7bc73d9cdaf1c97ddade", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:62b885fc43340a64a68d4156e0fc0e4422178ce3251f05c88510ca228663dd7d", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:bc38794e09a5b71f26d292d4f5102be9a70cdc97972a47733413109c8410f784", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:7e162003566e2f5569a3faafdd7fda9238f6d467deb417ce21d2b7a56a5ab54c", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:a7401c986ffa0c361aa4194cf7de058c04fe9b9923a6f2f5b0910a933f232a0f", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:409cb8eebc3b78d8abcba60f927f00e65f1bdfbabaafb31f040e0ef36db0dfc7", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:3aa383ceea8da0c33173f8711902faa680ccae93f141c149da2f33a1f1dc049a", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:d2314983cbb3943c8e7da1a0d9ad09e712187c1f0344683d28420706c24e4d2d", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:7ae9f3f32c7b06f30b65ca1710265aaabc4940f603869e22a64820dad162dd61", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:4749efa2620ea8407cb65675eaffb48ae56269e0afbf7d7e8c5d533feeac2b72", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:d909f0e93fc31fac1059a0ecea23730969d2396b240a052edf3804900a90af6c", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:9f71200901f37a40683c419e6e648d98076fec013184f36da5000badecd8a909", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:76336a655dc074c82047d31d39ce85c712c96986fdd04505226e9b1b15509ed6", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:339ef744e3d52e421543dd1c1e086ca69a7c9b8f87879db12c3ba3a5610f6e19", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:fa89ab5117bf1144ab63d1d630078532b03aff0407f95bf6766b7c1e22803f9d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3eb00db355727a30e89e6b32bf8ff4e4521472b8332a5615b7fe697af7b6033c", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:f965bccf59a93a9a6c7ad27a4fe17bf05e39c053379f723e0e2e97c88993056d", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:23c1be0b6b823b567f0ad119c5a2a6da8097ed1f9a92d70a3394b19c2a6b3b8e", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:fd7eb0a53d9005064781fee26e940f0b0aa725bb76e193bd426288e704f6f527", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:f00d250b669e3dbad3adf0a3cb55d7bccc748544c3202ccf7d9e590b5fa210c3", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:cdd3a9ae1357489e7b13289c31dafaba549cb97adf3b60c11cc998a3b94d4c84", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:b05cbc9e7b00febb57ca0b08ccfbe25eefeee5af126f3152c69e669ce790867e", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:5c9539c0ecd50a42d58c5a273334b5f64db608862dadf9c376ffdfe3363b8a65", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:38fe26c98df147bea9ab100a1cbb4084c60e55070562798be1042944a6ea2076", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:99d6b6868dad2afc98128885684df3f20736b4c3819ab784979d80c4d31323bf", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:09c5ee428feb22fb75883e3b258a8cb4ec0d7c37b012ef123f98d796946e7683", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:bd5d3167f3232401642408c6343b249b2bf7aae066f0b971d791c9a4648712c2", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:18e6442362df19819b276708ba5753be66da9ce531292ca571b619c1d03ed647", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:d77008d875a5538e32506aa953430948629873d9a0c7ee1be9ef5174b982d92d", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:6a6fe9993c328e0d392aa89f804438b71bf136d7b7bfbf0d455538184c234c5c", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:8922280d37377e5869cbb8e6dc6d61bae0be348af3794ac00f31b3d85d77bea5", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:2d34e420d0114fa7327b8b42a2605156ca88660b1eae69327cba42d73a47bfaa", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:a44714c1de700b34e1d2ec312244456f077136f41210869749ffc2cb6d39bdb3", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:77a3f610c011dfa50cfd314ac3a702a92973e2540b23e955796cf989669da611", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:d3080401a4a060b931d5b253d6f511ba496508855483e4d98a78ff75d8e586b7", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5b4ed9c8a9a85184d75cc7b6758d39e9e450ecf63e5dce6a93e32ac9c0f9c33f", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b7b041fe8b53b009f48415eb492bbec32e0abbd1630f160ee40b4427d8a2fc95", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:52aeb60b920e302649519ace3064b1d0dceea48a6ca41185a062dd7ae27775c1", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:aac722e5609a23ebc0666cfaa74bba759acc9fdd970f15ed54387aea4c10fe20", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fce307245871e2a48ae742dd8f0afab2274548634862b876bcfead722b4a700a", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:ddb5df57389d5400c0d9139eb3f0ed9906e39f0bf0d92c526823cd9f9c3d6af0", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:a8f28afb7bb8f403c7b0ec16b77141ff46eb0e678528dd0cbefd798c12599fd8", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:3b7edc70fd25f18b3cd282da88559b33dea7dcb0334bb782f54375c68e335548", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:14470d1dfec37ca84ace7a23ac4cf46c716c8e8c74927b8331b6488abc0ea062", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:c831beb56446e0c6802e4f8bad00667820e2fcc8467f9fa1dee22a74fc7ce264", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:930c7702d8d2ebba3ed51178ff061c268d19bd21a4a185c46dab1bd30c63fe73", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:d92c1ab5ba40ea17c00354bf1ac267c01f3a6ecbc5a3efe91888e6eea3a667aa", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:814f424d58e57121e95d68b794b51aa9122d2b04913b18eb5bf659e78e4d5d0b", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:811ef64ded8f465786c790760f3d5ddd9e997960a4d09eb689881dfabc4443c6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:0eda2bf0a828c5cb216c6afc1f25230fb8b07a9639e56c51d2432dbe6b54da84", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:0682b68a9debf64eed95914c472323df6999bc1b9cfdd6f366e3f7c6e8e67386", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:7791455ac0f86484773c49ddc8e24c7afdb312554792a0d8536717e8e8470b7e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:4203fd561016b49bbbe1755b4405f53a7c1fbe055a90e6f1254411373b15ea56", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:6647d5c3347b1a4febbb6024767463d3bd14bd09bdc3f54de9f658a53a6e3bda", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:6c4b0925c1c538dc8a2a38d36180ff904e46643dc040b676de34d2e28471387d", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:8d7a09c8450096c9a84e987327696f6b2f552168b1489cecc7997c0b93bdbb0d", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:2910aa711a1397fda2a7ca9884d63a86aa9f52aa9f511df5c072a1832136438f", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9649aa0f66791d3d1c9af9928ab3735150ff7aac4605454de97a10c32ae4a38b", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:ee3927aa9efc4fd34c6d92bca789fc448a05a6c703c09906ad51b05e73acb88c", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:3225e2df2d589eb4edfca4cfc1d71a6bad0fafb1d938f922c16908b2fc2d19c8", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 18 October 2025 12:31:49 -0400 (0:00:02.748) 0:02:16.427 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 18 October 2025 12:31:49 -0400 (0:00:00.043) 0:02:16.471 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 18 October 2025 12:31:49 -0400 (0:00:00.035) 0:02:16.507 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 18 October 2025 12:31:49 -0400 (0:00:00.058) 0:02:16.565 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 18 October 2025 12:31:49 -0400 (0:00:00.043) 0:02:16.608 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 18 October 2025 12:31:49 -0400 (0:00:00.119) 0:02:16.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 : Handle secrets] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 18 October 2025 12:31:50 -0400 (0:00:00.074) 0:02:16.802 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 18 October 2025 12:31:50 -0400 (0:00:00.063) 0:02:16.866 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:31:50 -0400 (0:00:00.183) 0:02:17.049 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: nopull\nspec:\n containers:\n - name: nopull\n image: quay.io/libpod/testimage:20210610\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:31:50 -0400 (0:00:00.086) 0:02:17.136 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:31:50 -0400 (0:00:00.096) 0:02:17.233 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "nopull", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:31:50 -0400 (0:00:00.084) 0:02:17.318 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:31:50 -0400 (0:00:00.120) 0:02:17.438 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:31:50 -0400 (0:00:00.079) 0:02:17.518 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:31:50 -0400 (0:00:00.078) 0:02:17.596 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:31:50 -0400 (0:00:00.158) 0:02:17.755 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:31:51 -0400 (0:00:00.419) 0:02:18.175 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:31:51 -0400 (0:00:00.047) 0:02:18.223 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:31:51 -0400 (0:00:00.043) 0:02:18.266 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:31:51 -0400 (0:00:00.039) 0:02:18.306 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:31:51 -0400 (0:00:00.040) 0:02:18.346 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:31:51 -0400 (0:00:00.038) 0:02:18.385 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:31:51 -0400 (0:00:00.037) 0:02:18.422 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:31:51 -0400 (0:00:00.038) 0:02:18.461 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:31:51 -0400 (0:00:00.038) 0:02:18.499 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:31:51 -0400 (0:00:00.041) 0:02:18.541 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:31:51 -0400 (0:00:00.048) 0:02:18.589 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:31:51 -0400 (0:00:00.097) 0:02:18.686 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:31:51 -0400 (0:00:00.045) 0:02:18.732 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:31:51 -0400 (0:00:00.045) 0:02:18.777 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/nopull.yml" ], "delta": "0:00:00.005515", "end": "2025-10-18 12:31:52.292678", "rc": 0, "start": "2025-10-18 12:31:52.287163" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-nopull.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:31:52 -0400 (0:00:00.386) 0:02:19.164 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 18 October 2025 12:31:52 -0400 (0:00:00.091) 0:02:19.255 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 18 October 2025 12:31:52 -0400 (0:00:00.041) 0:02:19.297 ****** ok: [managed-node2] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-nopull.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target systemd-journald.socket basic.target \"system-podman\\\\x2dkube.slice\" -.mount 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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "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": "3099168768", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-nopull.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21829", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 18 October 2025 12:31:53 -0400 (0:00:00.573) 0:02:19.870 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805065.423604, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d5dc917e3cae36de03aa971a17ac473f86fdf934", "ctime": 1760805064.7966022, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 314573006, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1760805064.5306015, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/nopull.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 217, "uid": 0, "version": "4083155998", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 18 October 2025 12:31:53 -0400 (0:00:00.425) 0:02:20.296 ****** 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: 27ec9e02385ea3581dc8aa49d11573cc3c9ca9d4566f2b80395a44e57236d740 Pods removed: 27ec9e02385ea3581dc8aa49d11573cc3c9ca9d4566f2b80395a44e57236d740 Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 18 October 2025 12:31:54 -0400 (0:00:00.571) 0:02:20.867 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 18 October 2025 12:31:54 -0400 (0:00:00.437) 0:02:21.304 ****** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.027093", "end": "2025-10-18 12:31:54.850838", "rc": 0, "start": "2025-10-18 12:31:54.823745" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 18 October 2025 12:31:54 -0400 (0:00:00.418) 0:02:21.723 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:31:55 -0400 (0:00:00.151) 0:02:21.874 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:31:55 -0400 (0:00:00.068) 0:02:21.943 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:31:55 -0400 (0:00:00.077) 0:02:22.021 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:31:55 -0400 (0:00:00.063) 0:02:22.084 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 18 October 2025 12:31:55 -0400 (0:00:00.059) 0:02:22.144 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 18 October 2025 12:31:55 -0400 (0:00:00.057) 0:02:22.201 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 18 October 2025 12:31:55 -0400 (0:00:00.057) 0:02:22.259 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 18 October 2025 12:31:55 -0400 (0:00:00.055) 0:02:22.315 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 18 October 2025 12:31:55 -0400 (0:00:00.095) 0:02:22.411 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 18 October 2025 12:31:55 -0400 (0:00:00.184) 0:02:22.595 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 18 October 2025 12:31:55 -0400 (0:00:00.082) 0:02:22.677 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 18 October 2025 12:31:55 -0400 (0:00:00.070) 0:02:22.748 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 18 October 2025 12:31:56 -0400 (0:00:00.072) 0:02:22.820 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 18 October 2025 12:31:56 -0400 (0:00:00.070) 0:02:22.891 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 18 October 2025 12:31:56 -0400 (0:00:00.069) 0:02:22.960 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 18 October 2025 12:31:56 -0400 (0:00:00.145) 0:02:23.106 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 18 October 2025 12:31:56 -0400 (0:00:00.072) 0:02:23.179 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 18 October 2025 12:31:56 -0400 (0:00:00.070) 0:02:23.249 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 18 October 2025 12:31:56 -0400 (0:00:00.070) 0:02:23.320 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 18 October 2025 12:31:57 -0400 (0:00:01.051) 0:02:24.371 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 18 October 2025 12:31:57 -0400 (0:00:00.038) 0:02:24.410 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 18 October 2025 12:31:57 -0400 (0:00:00.046) 0:02:24.457 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 18 October 2025 12:31:57 -0400 (0:00:00.039) 0:02:24.496 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 18 October 2025 12:31:57 -0400 (0:00:00.039) 0:02:24.536 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 18 October 2025 12:31:57 -0400 (0:00:00.040) 0:02:24.576 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.020960", "end": "2025-10-18 12:31:58.110418", "rc": 0, "start": "2025-10-18 12:31:58.089458" } STDOUT: podman version 5.6.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 18 October 2025 12:31:58 -0400 (0:00:00.421) 0:02:24.998 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 18 October 2025 12:31:58 -0400 (0:00:00.044) 0:02:25.042 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 18 October 2025 12:31:58 -0400 (0:00:00.045) 0:02:25.088 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 18 October 2025 12:31:58 -0400 (0:00:00.063) 0:02:25.151 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 18 October 2025 12:31:58 -0400 (0:00:00.051) 0:02:25.202 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 18 October 2025 12:31:58 -0400 (0:00:00.100) 0:02:25.303 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 18 October 2025 12:31:58 -0400 (0:00:00.053) 0:02:25.357 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:31:58 -0400 (0:00:00.073) 0:02:25.430 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:31:58 -0400 (0:00:00.043) 0:02:25.474 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:31:58 -0400 (0:00:00.047) 0:02:25.521 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:31:58 -0400 (0:00:00.083) 0:02:25.605 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:31:59 -0400 (0:00:00.437) 0:02:26.042 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:31:59 -0400 (0:00:00.057) 0:02:26.099 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:31:59 -0400 (0:00:00.044) 0:02:26.143 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:31:59 -0400 (0:00:00.061) 0:02:26.205 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:31:59 -0400 (0:00:00.096) 0:02:26.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:31:59 -0400 (0:00:00.041) 0:02:26.344 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:31:59 -0400 (0:00:00.040) 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 : Fail if user not in subgid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:31:59 -0400 (0:00:00.039) 0:02:26.424 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 18 October 2025 12:31:59 -0400 (0:00:00.039) 0:02:26.463 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 18 October 2025 12:31:59 -0400 (0:00:00.082) 0:02:26.546 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 18 October 2025 12:31:59 -0400 (0:00:00.107) 0:02:26.653 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 18 October 2025 12:31:59 -0400 (0:00:00.064) 0:02:26.718 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 18 October 2025 12:31:59 -0400 (0:00:00.063) 0:02:26.781 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 October 2025 12:32:00 -0400 (0:00:00.125) 0:02:26.907 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 18 October 2025 12:32:00 -0400 (0:00:00.148) 0:02:27.055 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 18 October 2025 12:32:00 -0400 (0:00:00.069) 0:02:27.125 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 18 October 2025 12:32:00 -0400 (0:00:00.154) 0:02:27.280 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 18 October 2025 12:32:00 -0400 (0:00:00.066) 0:02:27.347 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 18 October 2025 12:32:00 -0400 (0:00:00.066) 0:02:27.414 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 18 October 2025 12:32:00 -0400 (0:00:00.130) 0:02:27.545 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 18 October 2025 12:32:00 -0400 (0:00:00.068) 0:02:27.613 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 18 October 2025 12:32:00 -0400 (0:00:00.072) 0:02:27.686 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 18 October 2025 12:32:00 -0400 (0:00:00.066) 0:02:27.753 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 18 October 2025 12:32:01 -0400 (0:00:00.064) 0:02:27.817 ****** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 18 October 2025 12:32:01 -0400 (0:00:00.272) 0:02:28.090 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 18 October 2025 12:32:01 -0400 (0:00:00.122) 0:02:28.213 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 18 October 2025 12:32:01 -0400 (0:00:00.101) 0:02:28.314 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 18 October 2025 12:32:01 -0400 (0:00:00.076) 0:02:28.391 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 18 October 2025 12:32:01 -0400 (0:00:00.071) 0:02:28.462 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 18 October 2025 12:32:01 -0400 (0:00:00.071) 0:02:28.534 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 18 October 2025 12:32:01 -0400 (0:00:00.073) 0:02:28.607 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 18 October 2025 12:32:01 -0400 (0:00:00.072) 0:02:28.679 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 18 October 2025 12:32:01 -0400 (0:00:00.073) 0:02:28.753 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 18 October 2025 12:32:02 -0400 (0:00:00.160) 0:02:28.913 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Saturday 18 October 2025 12:32:02 -0400 (0:00:00.864) 0:02:29.778 ****** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Saturday 18 October 2025 12:32:03 -0400 (0:00:00.068) 0:02:29.847 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Saturday 18 October 2025 12:32:03 -0400 (0:00:00.065) 0:02:29.912 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 18 October 2025 12:32:03 -0400 (0:00:00.069) 0:02:29.981 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Saturday 18 October 2025 12:32:03 -0400 (0:00:00.079) 0:02:30.061 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Saturday 18 October 2025 12:32:03 -0400 (0:00:00.081) 0:02:30.142 ****** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-10-18 12:30:48 EDT", "ActiveEnterTimestampMonotonic": "266456731", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus-broker.service polkit.service sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-10-18 12:30:47 EDT", "AssertTimestampMonotonic": "265544875", "Before": "network-pre.target multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "662807000", "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": "Sat 2025-10-18 12:30:47 EDT", "ConditionTimestampMonotonic": "265544871", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4932", "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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainHandoffTimestampMonotonic": "265572895", "ExecMainPID": "13266", "ExecMainStartTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainStartTimestampMonotonic": "265547790", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; flags= ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-10-18 12:30:47 EDT", "InactiveExitTimestampMonotonic": "265548421", "InvocationID": "95921e66959c40ff924c9aec03194388", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13266", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3062456320", "MemoryCurrent": "32874496", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "56229888", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-10-18 12:30:48 EDT", "StateChangeTimestampMonotonic": "266456731", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessExitStatus": "251", "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": "21829", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Saturday 18 October 2025 12:32:03 -0400 (0:00:00.582) 0:02:30.725 ****** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-10-18 12:30:48 EDT", "ActiveEnterTimestampMonotonic": "266456731", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus-broker.service polkit.service sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-10-18 12:30:47 EDT", "AssertTimestampMonotonic": "265544875", "Before": "network-pre.target multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "662807000", "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": "Sat 2025-10-18 12:30:47 EDT", "ConditionTimestampMonotonic": "265544871", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4932", "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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainHandoffTimestampMonotonic": "265572895", "ExecMainPID": "13266", "ExecMainStartTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainStartTimestampMonotonic": "265547790", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; flags= ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-10-18 12:30:47 EDT", "InactiveExitTimestampMonotonic": "265548421", "InvocationID": "95921e66959c40ff924c9aec03194388", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13266", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3062370304", "MemoryCurrent": "32874496", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "56229888", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-10-18 12:30:48 EDT", "StateChangeTimestampMonotonic": "266456731", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessExitStatus": "251", "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": "21829", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Saturday 18 October 2025 12:32:04 -0400 (0:00:00.585) 0:02:31.311 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.12", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Saturday 18 October 2025 12:32:04 -0400 (0:00:00.084) 0:02:31.396 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Saturday 18 October 2025 12:32:04 -0400 (0:00:00.074) 0:02:31.470 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Saturday 18 October 2025 12:32:04 -0400 (0:00:00.042) 0:02:31.513 ****** ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Saturday 18 October 2025 12:32:05 -0400 (0:00:00.587) 0:02:32.100 ****** skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Saturday 18 October 2025 12:32:05 -0400 (0:00:00.057) 0:02:32.157 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Saturday 18 October 2025 12:32:05 -0400 (0:00:00.049) 0:02:32.207 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Saturday 18 October 2025 12:32:05 -0400 (0:00:00.041) 0:02:32.248 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Saturday 18 October 2025 12:32:05 -0400 (0:00:00.041) 0:02:32.289 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Saturday 18 October 2025 12:32:05 -0400 (0:00:00.036) 0:02:32.325 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Saturday 18 October 2025 12:32:05 -0400 (0:00:00.037) 0:02:32.362 ****** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 18 October 2025 12:32:05 -0400 (0:00:00.064) 0:02:32.427 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 18 October 2025 12:32:05 -0400 (0:00:00.210) 0:02:32.637 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 18 October 2025 12:32:05 -0400 (0:00:00.133) 0:02:32.770 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 18 October 2025 12:32:06 -0400 (0:00:00.054) 0:02:32.825 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 18 October 2025 12:32:06 -0400 (0:00:00.073) 0:02:32.898 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 18 October 2025 12:32:06 -0400 (0:00:00.044) 0:02:32.942 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 18 October 2025 12:32:06 -0400 (0:00:00.043) 0:02:32.985 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 18 October 2025 12:32:06 -0400 (0:00:00.042) 0:02:33.027 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 18 October 2025 12:32:06 -0400 (0:00:00.040) 0:02:33.068 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 18 October 2025 12:32:06 -0400 (0:00:00.039) 0:02:33.107 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 18 October 2025 12:32:07 -0400 (0:00:00.798) 0:02:33.906 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 18 October 2025 12:32:07 -0400 (0:00:00.043) 0:02:33.949 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 18 October 2025 12:32:08 -0400 (0:00:00.854) 0:02:34.803 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 18 October 2025 12:32:08 -0400 (0:00:00.830) 0:02:35.634 ****** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 18 October 2025 12:32:08 -0400 (0:00:00.071) 0:02:35.706 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 18 October 2025 12:32:08 -0400 (0:00:00.068) 0:02:35.775 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 18 October 2025 12:32:09 -0400 (0:00:00.069) 0:02:35.844 ****** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 18 October 2025 12:32:09 -0400 (0:00:00.893) 0:02:36.738 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 18 October 2025 12:32:09 -0400 (0:00:00.046) 0:02:36.784 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 18 October 2025 12:32:10 -0400 (0:00:00.057) 0:02:36.841 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 18 October 2025 12:32:10 -0400 (0:00:00.070) 0:02:36.912 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 18 October 2025 12:32:10 -0400 (0:00:00.075) 0:02:36.987 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 18 October 2025 12:32:10 -0400 (0:00:00.063) 0:02:37.051 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 18 October 2025 12:32:10 -0400 (0:00:00.076) 0:02:37.127 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 18 October 2025 12:32:10 -0400 (0:00:00.084) 0:02:37.212 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 18 October 2025 12:32:10 -0400 (0:00:00.142) 0:02:37.354 ****** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 18 October 2025 12:32:10 -0400 (0:00:00.066) 0:02:37.421 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 18 October 2025 12:32:10 -0400 (0:00:00.063) 0:02:37.484 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 18 October 2025 12:32:10 -0400 (0:00:00.062) 0:02:37.547 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 18 October 2025 12:32:10 -0400 (0:00:00.056) 0:02:37.604 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 18 October 2025 12:32:10 -0400 (0:00:00.061) 0:02:37.666 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 18 October 2025 12:32:10 -0400 (0:00:00.090) 0:02:37.756 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 18 October 2025 12:32:11 -0400 (0:00:00.058) 0:02:37.815 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 18 October 2025 12:32:11 -0400 (0:00:00.058) 0:02:37.874 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 18 October 2025 12:32:11 -0400 (0:00:00.619) 0:02:38.493 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 18 October 2025 12:32:11 -0400 (0:00:00.035) 0:02:38.529 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:516fc1334de0624253025c6e8df41be7e1416593a0b4d428ac1444715a65ce48", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:9d30fc54abaa02d9e4d9571fdbe46e074b0120b91b4c8b455b94e2201fdca356", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:28614084cc689df308cb61f8a94a69a7e6a73ded19b37a49afcd69e2112701bc", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:428d11ddba5b18eb97e218ebd1cd3fc330b2541ca010a8329d272ee6a1b8a4b4", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:01a578bdb01f705551780f90df43f51a54791f884cbe8e0959181d1c19509f72", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:f1d04ad69271344bcaae314cf30c8db692cef4a9cf5214e9bd25d77111813ac9", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:d70e6129e871ffa80b30e518610f7d0e824c5415fa954de8462abfc2f7fccd73", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:937c211894e03392cecf4a1452f22110de2c5a5e088bc5fe2e39b61d8a9424da", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:5d30696b9d1075be0b31fc80c07cc3820203d16d9e91814b4cc83aedf727aeee", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:50fbaadfab9a7e5b3811dd3e0710a3648854e48bd2bf8f85488c771d20b4840f", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:c8cc82377e90d62aaaf4a2f957eacb0e366bee79428eacc1694e0fcbb310519a", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:25431e641d35db0920262d7931e6c084b11f5dc2ef66c380379c062798d3a302", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:22acee21915a409e588fdd00401c266ef212d23b82bc5e15c962d1819ad617b6", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:d189062fc494d468206cdd11d394abb99f453e2ee680dbd9c6ecfcafe0397b3c", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:5e07e1661961b33ac04ee4a813b0c3c2b30c33c21907ae894bcfebf78c7dfd96", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:98471b96adadeb2d3e282836b1870aceec901f86791c42811ec92cfb7b4722e2", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:c631e69912bc019c6232ddbe45ea26e2a0a1ae26c8ceb0612c6bb5ffd23f872b", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:6e2d3aaaf0235d62bddd51218259e2b0b209847c7c4f9b7cb8a5224742c5ba8d", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:dd5e70e8e7bdf3b6d84ceced346109f899452f692e9674d5d588ec120bc02357", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:142a3a68a7d1d481b8bf8ec3c4a0ff446846d93f0d2c75a802ac8d201bd60cd3", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:8fcfb29be07d3ffaeffb12164939e96f65531205965ae55a75ec5e7c16ac0e2f", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:09832470bc9a76ac28e91b146283bd0785ba48885a1e6c7d8b2b9850959e1e7a", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:3986f1b69898619a970330d214bc5c61aeb81b3572adc4842ad4a1a6900f1aac", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:c962836dee4f0940386878d82b97ad093fdb559bb455dd63a095351d77dfe7ee", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:80e23430f19fc108b5a44629abcd60b9b8426e3f54315bd78b4497156297b2ca", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:16ab4f32d98bbcfb57717cea28a7b6ece13ae4b65f256bad73be947188971fef", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:e03e321b4923dac015f7b0446c9e7dcdc37a4c9da10b2e9798904480c50319fd", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:23c684ab56d5683c616fba4ff8cf408c7740b75eb86082aede26417ac8dcc5ff", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:7cee63efe115abd21ad2f29d525749aa18d2144e303d52b951fe0172970ca576", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:15d514b77a60a7b15cdddd846065c89cc5fc80eafa46e872554a597cdcded948", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:2bfd39abe3a559d5419b15e5d2b58662439cfd46d860d26821029579ece6b6fe", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:c8d601433fd252ea14fb2af1abc20bf5f88c9c682d596c67e89a17b133f270e5", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:ecee7b3f9bdb0a4a7102b4d53a2311afb7a2b5ab510978f836cc9b8972e78694", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:cde39e721f71f5d5d656e89104d6fff5f030a0530c34613bcc96fe6bcb15c1c8", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:163f3ae58c632cf9dc337fd1191b05d8e397d351996d75e17fceb1cd7e5576a6", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:28feeb329549dcf050fdfc50ffbc77a7f12c632307ad1fb8e2fa17f44efebd43", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:68b509aa78b41c795b064b5b7d5b40d15a8bfb26dfec2cb62120da428d93dd4a", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:2d512baafdd7831586744919a1e3ab787551683ca51821307e3d55e32b713e20", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:362b567009304ad166134f067a78e6bab36b79b8c66c365e82e4e16ae62905e7", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:fb4bd7dbb5ec290393b046e211152648b84d0a2fce9745e29c1c0805e30c521b", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:06761d54039e55f5fb41263176ab91b5a900494a35c872e3c0731ebe0a5a496f", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:18aa9b0f7c86dcfda260468a26fa0f91a0a4996779e9b3e31d70cefe290d6d73", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:0c10ebfa126fbe07942b1e7534f7db67584489b13d86624309f6eb5efa09689b", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:d92b86a8fe2c675fdf691a193ae5efd226bc9ee972502ca503d878eabafbe0ba", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:8b823a48aff2d337cafb95f34391d9d90a6b4587c0936ee8a2512929bd470f25", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:407e42b956196dfc597aaca0075a725d7651642b96ae4f8cac8c81aa5da7c5d6", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:6d781c450c00ed80df726ffbad905afba7b2d6e63b4ed27f8fb6eda75754277f", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:b521e3bd4d68151ce51d31f85d7ed51a55349d8afcb3e09a2cd5cda642e8b84c", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f013ea4bea42a7981f78bf03e81610e9b9007e6129daf380b40533d6126feeb3", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:f4b6c9903c4e2228dfdae98dd766b20cfe43ca16b39e4401b667965a34e0aaa8", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:5c0fe3c344c7603859b8ebafb36bf300043930e9574433523b653f8048ae8a18", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:1253912eabdadf39c59b90789c42a8e36d7957c67e50f62b8d2d9f30b2136a76", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:9203c2f26ff9ff9ef26eacc2c116e03fc85510f3e4b17152c647ccb7209b0731", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:beb14de39cbe573d8aea382770d7a260841dd2f9beae133f3e2b52ee3eca8da7", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:b871ae5b3e6316680bba6482d7717bf6fe33242b1e52880d9e2dfc7cb7cf1bb9", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:25792def794bb2aa298ffee78bbf5cb6c022f9ee5753b05d9b81a897c341736e", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:b35e80516f15c671becee027675e517e7717cd3a499ca8b1147b354eb3a8597a", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:535b5bc8fea85daf9e42ab3d6d4f322e08b0c859eca48b46ec6a717c36a9844d", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:cc7a0a3338d4838b62b70e09f452f03e95979e6c34096b118bafbc34167db024", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:30535e9dfbb5ebf8858c69dc2e9e74e6fa73bdc95c90138ebb52160cd9a73620", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:2190345e4b2c61371538790442a1ffb5e2e39146fe0db65e354a892bce5b0b81", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:60cda7af97caa987f5c2cd6af9bd7fab328e72391444f33d53278a7f08d897ba", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:daf4c1c49b12d0d009671ed82a8febc434597354b74531c22f3e85ff92b4e8e0", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:7283f14bc6e5325b07157e442a8ed623e4ce46bf6f7ff9ec530c5e50f9f8a366", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:bf33803bf4ef143fded01923612e6f82aed0046306fa90b9308b9113a5b62136", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:2fea6de390e7fbf74e97a21b56d7f73ce262d6335835528aaa68a1d9bae66665", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:7c8bf27770a56b029492e16000002335344ff72272cea27950e9253576472b6a", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:d3b8171a2b07e25c9de41a7c6206fa49048f0aee1db8ce4b1947c6889b36cb0c", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:2d24fbe20afc9e535e9d48c463b28fbe180db38c9edc8773f9e90c878916097d", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:94c9dcbeb9ecf9d9c02a7601a4437461123858d378ed0633d8b76de153b74575", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:67b89f284bff80827c2e50bf61377d5f2d5ec2c91289b44093c90281929da453", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:8c23480c5b9bfaa67262e70cee6eaf13dd81e677c8130d9387ade8fd44af6c30", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:dce338525bc305a2bd14878998f81ff7523e60d1e265fd8bc162118fb6064cb1", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:19b816c787f9006b2e72a6eec74b28bfbe89ea6950ca156339f0f219b8ea26b0", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:619c57b5b2ed96f368ed06dec28ae50365f0325d6383f8fcef861a1149437fbb", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:4756e0e90007d639de59ca00e4a436ff5377acbc7b851bffe19eafb421a2f1fc", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:5a3b1fc68e50306ddb9d553be6b22623d34b495c76011fe91cf22c40c9c0356b", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:c9fa40236273029bcc8c8a450dc7b2e845c5f8d6b084344c11a471f1b24bb243", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:2a0296a57b852fa64f9e3d1da4d4263fd66599cd5ac6717fb6aabc9581df9f85", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:4ae4d78adca75b14367358858df60147aff562446e8564e1ca058a0fe5b29ea1", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:e82c249a6c6e116596d6037ef6d23f64ed21960d8ab56d7d4f14bf682723eca9", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:fc10f3410281c2ac16ae959de5d4f649ad1aea9cae1dac5633ef79592845b7da", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:a5d3ec9bf632c01a01af62d1acad0dd5645b7c9f215c31d38308c5fedd83e451", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:353e1f02808b88e0c3a39bbfeb835dc06b815a02c27530c2b1470e0087c803b4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:ad6ab2c3878452064ce4e24a5d088396e04245f1b651752b42807c3eadcb376f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:9f9857c24e4681e84ae5bc3bcb9a9f2f72869a804625f992b71f989c1c02eacd", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:03ebc57fa5f1edec92d53093b4c372c897560f2ba654bdf84bf23b7f032d5924", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:28005785caf4b1db1dd4abb7958e95a835a4f61dbea3855340e5e21b26402ad2", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:020e88a823875408098e403243e74844c02b6cdf89d365195badf6e24e0fcac7", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:0ad65402073bf1039fef15b6719764a659139a3118d770b879a265945a43480c", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:2f67ccaffd481b5e02e08239a661edd9c6567ec63fc474e3cabdca07f05d64ae", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:bf5ca0762aa37845f9c1af18e767f47cc671e23779152050b66f6ae19b8aa05d", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:f700a21fa1ee92d45b122f08fad7011b1cac933961db6b78f9f91405eeac0191", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:9f9c3a2d3a1c393b13a6420becc3b00587c61efbe6deda23bf84c64500761272", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:8afc1fd453442353b00853f1ae0322e09311cc9f305a29d81f7722664a29dbaf", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:f7c8e21ebeb9f9be9f790b46474e354b6a99e4a45e8404af1bd972a18aeca500", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:004ef662943e2e4d730ea85b935ba975ae802ce61ff19cb54516e10b8d0bbcc6", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:c95140f632de3fc0795c1f64173cc1e299b5f95ea1e6fbc22458514ba35d9d87", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:6030eb8de24db8e5196ee46a83ca233e2020ffef173a712879197063b4abb4c4", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:d6ef5fa653ef1f58cfe1aa7da19e901ec89d615025668349c4064a84613c7cc1", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:7ce53bc70416d9f2cff045d6dc95f696fb44e86d2ef1e2f5d6dd4fa29e9f49cb", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:097b73c686c88aca86e7ac5922be470f410f2f818e42e6a75942fe6b72d43b85", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:0072743763d80c984f00a0fb7f6488c8fd6c7f53d37d6d4b5bce53c5d9dfc866", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:7e0c4e8ea9eaebbdef5e27412741d557ae42b611a3d54a7745247c6c8a865123", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:ba63c1d4b4388d772b10a367c24072c0cc57d5949edd8afafdfe89aecf1ae88a", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:76f07d28c59fb1f96ce8a006801f5c44c8b9c2c3590ac9e20cb2bba02af58ff6", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:daa76500f634fd43405d98c616503acaaa1098fb24d7e3a2dfbbf35011de760d", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:10972211a1892fc4db5f2fe7337c18414eeb26160d2245a40ab51821165b358b", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:53c966a5a4ca74f3b2470c09bd52e1cdc71dd82ad43dcbe5736fa0a191f8f340", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:c22ff5aa2633786ecdbbe1fde926cbf8656a3426d98177b65d624eb20bcd2f1e", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:44d1f5c3edde60efad2bcb577f212110c1421027f5dc5d653a129d5ae4a4d147", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:7dbb790ed9c100e873ed2717c7795443b55965593ec87f8be140ab288bca8980", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:6a332398dd63ae584ec1a9cbe148de9e020551c2f012fff24e1cca6cf83fdbe4", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:40ed9ebdd53671680257388559a2d845782d2de4626450896d070b60196231c1", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a625e8f1ac239cabbf6f712decfd7c25a0161dd01dfd98e605eb3a4ea997d7dc", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:4e81928216cbe585a95b1ac0b0ca8b6607b8bd75edacb37ebe09fb87130bd004", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:0c7e440e4a47fbf34413ae4f8fa0960a0c80a8c4bc6b3c7d04804c54bc88947b", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:0fdda65a78a4f4701e0a29fe384595a49eef0f16b09083b9aeb36903f9d12596", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:c2c532a1eafeb72b321d261eaf778f68fea4f69e782b52acd9e30315b22b21c4", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:796da804af306138fe8c166092938cba13e978fb89389c90fe4872720492bb5f", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ece651f238aae0686dccb5ccc5ebedaf78f261f4e0e7c3a20fdeda83018b9701", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:c0b6348f1e1b1409076248fdb4415643793d9ba6e6cf9a3d3d6bc94aa80968c8", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:2eafa464ca9c892dbb808c6f0e41ebbc62e4624706d3b38bd0daecaae034fca6", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:ff123e3899e6c00c2f15214a7e47f1addd1a7bdf37da5d7da3bbf79413dd6329", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:26fd3addad9b2b49618d66d4db2b9e9c54b16c97478797700b10ad4dd85f99af", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:9bb4d42f505d8c531aefd8b9710c2f986851aee25bcee4e0d9ab0dd1de9bf554", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:7f7fc4ea1d554633c37e7fb70cb3e2bcb7cea5f63798cd6048dfb7f588c69c8b", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:59e8279a100cd1188757078ff6496fb92a6a587887e122a5c97a4c83ebcef486", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a82a7f6dfd7f92241a0e4ba9e6538005770eb77ae0dd34b282b724bb99b87f4c", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:95a70d72f0954d3e29a8c542e6e7ce537e965bd1a6fa1eabfca59064e4619f63", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:09aaa54f13f5eeb34b0b9e8e3c0f27f44d33238b8e1a219a63f04ed5317eb04f", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:90d7c2e6bac684d13f207e8e6ebe517c7048f19bab00d011d2cc2f69620bba98", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:b165186bb0e1dcc0d20bab5c3263d9813185bc3541c3366887c0fbcd1025501e", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:4f575cb53d7acc1615fcc6fda8985e85140465529d2b886f51c2b1a33aae87b7", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:7312c353383b127b150af203ebd29d0115660de6bd81a5b6cc808f41f6a8d09a", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:4c75aed6f697d4bf5b75e9373643e338124a09b5de66944481bd157ceff3bde5", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:7b161bb0f5f3bc9cd74d347b673cb5429359f8a1a936288fd539aed298e961c2", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:d6675a6f3869063b451aaed23bd383016654c43a8c66c27cd95f2b3d569ff7bd", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:ac53892b7a6dfec86206b7466fc9589f45b2ec495b9bb9adf667c2198a18b3fb", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:033761f96da69926467ce8b9844441ce4fd098b1b76a46b562560c7ae48f8456", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:fe53f3de61a70e511ffe136e45011477de28e414a6dff0d31014a2738377e78d", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:41c3c7ce23807a6618d346f7ab4d4b20410e1090291e47acdf39456f47ecc846", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:4e10da221fdc98adb3b701e42eb571bfd5d5e7a856fd12ba91ad469617729080", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:17e66e8e1079cfbc50f6a7b41f7caaf4cb74f5bc46c0583a9f52a19444b3881e", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0e5d72b0f55b2be6330502590e2376e532cf89be319ffe415ac323ee8142d764", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:06cba894a14bdfe2cf8d13363ce6bc0aedf70253ff766dfd211b39acb8402d37", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:76a8e2b8e71056a7551bfb7ff79a6e75e190615f1257faedaf711305743586ea", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:9e42714e676ff096b83c17780908d789029bd5ebd5c45cf4fbeece0137b3964e", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:639db378f5d2c05b72c6a419e873c6cc9ab28fc44acf9d5746b28a01c6981540", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:71f5b8a111b487852a045a313786eae9fccd01cc96c278b0e073718d2b6ec1b7", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:820ab1a7b59a11b7b5f32bcf9424376e1b8a7278b7ffa8b137c8d4d38ec29b6b", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:5975fbb15366849cc7993317f1066bee953e7159323375e39778bfd66ed9a070", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:98e90fe7ac4d0b82a4cdf95538526abe2c6ac9bb0f07118d599b0395dc2a0fa3", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:d053fb2713a5e0f4a059a678fdb482110ceb8cac1d157bd152b38111fed4835e", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:baa4d86a27bc4e085ccd8fa80463f29338767683787801a5416e8d0ff6e09d5b", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:05671f3bdf8f6d899b49e78ad4380f46bb6d6dc5fb6a1507ebf7cc23de05a5bc", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:0aa5c946688e72879deef01fd5cac0dd863b33b266c1b62f6ddeda8156686387", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:26f1450e0e7063c892377b02538d9d89b1107a1b08abbd131fc90c46ee61a910", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:0dc1e5e77b66c3ab160d5ded9516555e37b5b6a03cbe0993cfaa9277b9b26309", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:024c83ab30b60c5bb4333c20f5864340b935623e500b06c920009680aae582fa", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d871300eb21b13bd79b994d41b9bbd12487e3736ae5cb47fc2e82056a6021ab2", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:56b536d606a0640d7c2a1fb733553fb78cd8f2448f323714ad23e11712b4b478", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:66c745dce773f4caea41036a510e779b0604faaecaf1ee20b885b264480db963", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:3f8e0a9e5df5fddfd12b2b2b43acdcdbdf55755c3d18571984e703259a45a72c", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4f37ee5aa966676345e44e48b17c4c5594807504df477a20474fe1676b2effc0", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:2200ada8b8ac2534bb36889244ef3540212fc14bd1016b6dc3417c1d202844fb", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:c3ed3b126600f66207fcde4b5d05bb124370a9cb63243c67910f4f94d6299447", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ff63a593629dba58191086798b2806b99481488f22d1608172a6398bd00e10b8", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:bd251f40ab2fd6368b28d2caaeacb59c2119678087e3598170830d3e54806d1a", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:3a0d52ce450d01fed2f654fa1ab9811412401e675238226e58588796f509dad5", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:66ac2d9285b48d16ae46a14ce234cdb892f89808be1c7bee9daeca7ccceda8a6", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:d2b3c01bc7d7bca1b71313356f0e615ed663e418f0261eb37af6fb63c671a3ad", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:6e708ec82cde020ca9e3b4cbd1dfd0011386024fae57a3e9b3abc81d2b232e1e", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:ef9fceab231dac78cf7bc0550cc9827addb515a443eed5ca70a2b7d0c90b594e", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:38aeb1f69bb9d79d8b4f6db4c743cee62087f7cbabccadb46c1fe0c6895c3db6", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:4c14ce3799f78a68d308d9ad81ec720a021accc27d6833d670398bab572c77b6", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:cbbf80957fba14042df58b03b1d9054dd3151e5200e481ca85d5af44c39e941a", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:d1440737e161986c088db4973194283ec9ae3e2ebf87199088c6d27687c981a2", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:7a9a8a2781b899d67274f63240287afef1080c130998dbc28b38e353e44ff292", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:5fcd23d2cd25324d78cfdadb4f2e4f1251f36329d279ef69a151623342ea5432", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f1f39e608594e6001bb9155c8ef79c0d2874f880afa04c742c27e59bf193cd18", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:04664a7d39f300ccbf432e2319a4b33ea337bde897b40d71dab073e6bf6ff9b4", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:b9734deeda3780fc927e16141c0302e4fed46b681e033f4a60632b9c48f5ee12", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:13910e87d2572c56eea44249b3789e4d4c3e6bf9e0c3e01c49e26772819a05e5", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:36a2580c4f5b3ed535498f9ee30ccbaf32c042a85a7962cab76f59c5b81eb18d", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:061577cb019b20bbe78cffe460a196d0296cd8572208d410c24d97ec0844959f", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:b722b50dc55a6957fff9e2c945ad5bfc2eb13fb54814602e39d77a2e879cb941", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:b2d9c174163f3e11d3126c5f395a3793724766dfcaae492751dcef41e1fcd945", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:a66bc2829cda8e264774b577006613f77ae7d02ede542abd9f02f7d73a0a241d", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:77dfa37cfdee157e803785fc8b5a3c1cc5f588f95451178294317e33a50569a6", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:bd47e0b249bf3dd626a650452500a46c29cc1d29a83edfda72e1ff9bd1543d01", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8c30c837298211d151e9c118e2a9ef51e3cca9c46fd85a194d6f0b33dcf3c408", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:f1702d320914c2db843747794442f25aa1d68370c7f11a818d07079b52e8ac8d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:6f58f52deb966c5324dc704cdf359c4613534796774ecaa67085f1b4bebf094f", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:5ff7c66f62231636f38e75ff8791d5d0ec3d021f8d99d6d665b42bcc827464b5", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:118303a8c6d51e71636e1d92d1ba140d9efe1213512deb999240cd35f1a60b88", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:0dc693691c7a7d22475b644543434e3a42c7c1e54f363e7d293e251abaf6e718", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:b06c0e111692ea995c6289409b1dfd91d48a9f63fa54ecd76e4a5ff2b976ea05", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:2fed49c5579e6d3275241026ce3505b22b33232a0a7044e18d0f232ad92f028c", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:68c05f8067f6226ff08fe55bf835a60c10ea4bb52b1616a986f275bb4a218124", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:0b15dceba92a5acd672166eb6eb9d0299a17f50baeba35742944c073846b7b43", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:33afde439673ae9505e57a6c5c26cf7473820f5d3fecdaccd340a3c8c4694f9f", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c554271d3646d3d132a44c69321e7609eda9d07bc54d0a65680c7fbc006d5249", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:9e1155e035d2b917e2b59de45a011ee8fc9dd64fd96af113305166ff74029c37", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:47eb4910fbdddeaad50163bd8047d85f19354b094e806f09e9e5f528bb908211", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:6875cf19097fa08dc86efa4af422efcf5a5e0fe6c940b743a862ffea9c90305f", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:d17cffd1103e31e4e38291a9ed5b979aeeb4d2b9028df35a5a56e930f708a780", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:d525736c6e5e7770c44fff98cec78026dde1c29c15991aeece71c6883635bd5a", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:eccff0999d8bcd9a18ae8628965eaaddd8726b0bfe7a380042770117f28b6637", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:7db523cb1e14c32587544907a28237c09c418307c349a9c6c5a0095c9ef22533", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:987ecd76419a56b3edb18f0521a7fa5a5bc00bec0c697d305287c500ad70b3e4", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:23cdb08ace4f5e8ed57e1072c6c9f7f93a1eb370f40f923b707edc85e0bde37b", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:451537c679b41dd5317d346157290c8b71353277565ae5d11a5e1444abc8efeb", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:6883bfc79b02b9edc089791b11b131e8a06f357ff81e7ff2ccdea6dbc3eb2e0e", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:ddc9e0f2dbce7a809d8e41a5465dbaa87e8c2761116c217a604fdc2a70c2c943", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:f36671c5ac0f8ee4a376f5b73cbdc74b3e1314a5f569456f11c383145c5697c5", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6982ef349cda1b518321c8f8296b2da9d069293632bc34e4cd2ae7543a87c0a3", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:b81ab92c459a0bca5b0e59dd512d6f0b1288ca7f22f007b718b5a22bcf1d3ea8", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:763c81b3df98434d35b30479e09182e7c462ff72d379fc91390f5857a76aeba9", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ef0072f761a198b1cbb42ae9106a5364cac77afcd1f4a58e49078b698f56f223", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:788733ddd804746b5ed84a251188481383741d4d92a69e090b450d260f97e5cd", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:f50a00bd73ebd16f368ec52e26b80ebe689e059551f22d5645addcc3ae1a49e5", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:39abb3958fb482a7ac014d6177a30e18cc4f9ee91406176ff7dad84190b247e1", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:af2887f2c523e44f88cd5411d12a9268f5a39251037a9c29ae69961457f4c4fc", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:760b7c8649bf6e6e690a4abf81c6248f603a2d2f2ded64431c6f1ea618e0a447", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:78009c7acd8135254c01d1ed9f8dcd3dd937de9f8ce7a20f0e3df8905fe2d29d", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:0c29e84ac815ad8d8feef275e733789d7b383b24eed8fda80eb70cf1f7e6bc1c", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:70f9b5c63ebb3b70093d4f25ce1f54776c9dbaaa41ee2b3f6fbfe976987fe3ec", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:7d0eb8a97d938847b67257289d32a220c75ceca8b96f9e34d79d0207c5134bda", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:e2103c949d85060327115f2b568713ac9269a03d29bca240c9f7b47afb4b77e6", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d349a9fc2cb80cd353637ed72d636b78f58fe3e6af2f9fb65bf711eac4983d72", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:6e759cbe0adc95cc7f20ae02808460a278d730e8fb6782a354ba61578de21edd", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:341fa53aafa44ea45ee69d7e58680a08fa90d78ff838f7073d88382fa0afdc1a", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:b1715147f59a197cfa0219fe4ad8f353b778fe5ed25ba78bc589fab31d73077a", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:3be0b1667972a2278368d79b79dde5dd01e20e70e01c3fcf10f98e89cbd58611", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:88e7f35629166a332470980bf25975a59e0ab7333aa7f256a58256e1495d57f1", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:cc9a913c29a4a2e1b76cb20134750fc8c0585bf9de683625e620fc6d7def446e", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:2b3e9723e256dbcbf3d7baa320760bc235f90e626b9e378aa824d0d121846c86", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:af0f491bfc0619cc5f15d639814ecb56256fe371311b4bc93158ca2e65e62e93", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:fe0a31a0c04f30cdf7efdfe54e65b95d064d251d46490d18ab2de7ffc084ab64", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:c256d688506ba1424ca1161962e01282f1903d736c75877e39dca21bf1b590c5", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:ab0f3da43024de0115422d4a2131110a7718dd1a4e32822b135d506e35b4b314", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:4a4503c2d1088fa93696fc431d2d5d78be02ef729df4fa113fd01081dc6f0028", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:43b68f254400ae58dada11b08d580438ab4c9d7c87c367520977abc4cf577658", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:42e113d1753bfde7958b2c597c562b12c72a73ab30cfaa330958bb3e7b2406f5", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:eabf56c3a9704a956457915c6f2a52e726769d9968ee3761f05ad261761d8c24", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:66446558b3cf4bec0594695d38e3ecdba82aa1c5d862e495533d1b6b1ecef5c2", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:83af69137ccca18dae12e3446623a17bbe3e97af9140f66eba5cebbf3689b449", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:3ecf37ca5b3485a34fe5305eeedf0cc03d2386ed6b5fbac7ae356d39e1e27b2b", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:8071c79964c472774759b4224953e4fbcdd780bfa17bbb2d60c4286d4c492a11", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:b9433ae93b7e2494be510e0f89b79e810fe6ddb5ce7e77a68a5fb352ac33a3c1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:03089dfa338c6441f2949ba44b8c000c44ac496da75aecc34b0a955c3dfda027", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:aa7a5dbb359b812c3524c56b8f4ced2a30277bf191faaf167833a20d17744464", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:346194b6ee405e8da1b812dda44dd4acb169dcc3a5aa61de06d694cf73202d55", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:3f41d5890fc974a81d72d40e3fb858bf5bb98d8545ea8671c2dabe8a6f82e5c6", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:6a281954af5c8fec67a4dcf6700f719d73705c3f38b8b17d9ebbd0f01d304395", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:18063e2047cebb68c914e52020efaba68dd0801a5ea00296fad8948c3070af66", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:b6f287c57a777fe838ffdf8d7086baad28b4000eb6d1dbed305afa4a8250f7f4", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:6f98d228cbdda6891747c3829227e7f9e193dc768635d330c6c59c6aab6c40a8", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:325298447b1e8dc241483a7214eb25f43900a862d07862ca85b1265cc20cdca4", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:7338285d0ca68762f5839881dfb5c16de4fd8764e745a516761ed6bec5178afd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:5142b9f78d32c0407c1db9329db488ee459045283a679309e5596692395683c1", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:02966d7463832b3791d3a65144219bce9f4d758faa22cbc4c51767087c5e7a5a", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:5a3fea08c4a4537f636ba319a91d5afd43b2aa5122b6a5ce5c2547d898781aa6", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:30fc1d9ec50ec7e765b0702628c7d334481d8885f0903e0da1dcfc774ee95512", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:de1571b9f0a16902c96703ee7a653ad58a48f8321a6666700fced92617eab286", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:b0927717597e270533b67220721bd5527c8248864ba24d173a927153bfc3d06a", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a7342086fce094b7f2210b33880dce2344b4ff402e1387012996333b74d334e0", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:de83a8e0aee93d436a1bd2cd920395f0066802c119deede352cbade4cb9e1933", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:212c46848b2f04589f36fc83860aa389107ba31f030aafccab2b5e9e732411c0", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:4dbab01de4689748719504217c13d00aa04ab1526959f67bd950c04548ad59d9", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:26bb008eb204a7bcb7035a9e7ade556ff381e00b48ef9a19d5aeba7749b1b151", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:19571b06c9a0b595793acb6511509dc48a7ffdae39f29b7c515331f367b30426", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:3cf2bb286d5e8d7236146c457857b4261ad3be3e6a9df15fdad5fdbb4828d48a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:5cde074b3fece5a5ffeab1d2395b799658af35cc9efdfcf5492d996a24ac0e27", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:cc4bd42dc5540a0f19b90c0ce43d87399c44b7a8596737e8e31bdd2a6510909b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:3970790dcf625fc480b99187a2fa5110e9bf159b62203c7afe5e7736e6efdd0c", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:ee99fdad9899c76c807d2c6f2faf04d06c93f20b10be4ebbc7cac9229b819843", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:5e8c59e63ca9282161545eaec25920bfa9119083dbd2989696cc8a0a78aa361f", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:6c30b655dfa38024cff5f5bf6300822fabd2a192bd6871069d21e3c8323e0810", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:66aff8dc1d5dfcffe080bd34f1c0fd10474a3987589d576129efc3b80bd74d02", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:53b69369b6bfc6a705d41bf470f0121b74e4ea16391d24f56915831573620909", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:b34f368c23a2d4904e05f02bdf628c7859638639d780c71fdcbb2425f44cc753", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:0d6fa637f18065512fbd7a5d4d89479f73fe289b2bc2e20451a5cd71dc006a63", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:0148e9e03144c6c3fafc006a33bb1509b169fecbfeb93cb2120b8d70d1af3056", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:5a4aca6a6c19c45a6dd8453b77b9a9df042d9750373a2a7bb7fe85b5e2d68512", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:ba95b89570736f2f64b5349a71168d481311fd6e07cef715677722a5e88d59a0", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:3de9dafab15254be1e61d1b585bc936749c1ede35f4d6ce198cca779d84a2a93", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:5136e404b4f6d79166dcc9b65517ca6ad56dfe26b0e869f5dd7fe9dd4de7e9b1", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e8bdbebf5429649fdc2a595da24078533a5c58e3d18eb36daab521f494a568a9", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:d1b04869363b3ee565e87ae8f01cd93217067e4cd2eead2b0e326646e9f80127", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:38dde585168985626bd39ada6ad39bffcf51aee24cdd413a6f9ded3230427d5e", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:c9375da9ef214ac27722babb1a49a35c3060c027b7830d04febeb5f3a9d1cd5b", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:51911ad26e475d3f3d5c025bbd4ce25e04705dd55cf31ad1a7917bd0ef4b37ff", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:848983e61099aa451798dfeb104b67148e9fea847e89fbca16a0ade2bcfb9042", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:3ade83db5ee8f691ab3f3fef1f04c8cae0eecf06e964148e6855a1e142f066eb", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:bba1bd162a7e887d4e07e7e47ab48ff684b6232daf1b99d32630c2ff18447ca8", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fafac6e764ffa9a8db546c20dcdbc7f8512033bedad519ac7f003501807283a5", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:d8c57d30164e0610fddc694cc2cf7c2b02f101e5ffc91ff4829ea11a0e2226b8", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:2c2bf1fbacbad3c9aa5a351585f1dd64fae207292468f0caa7aae19f07e4959b", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:6b2a6afd9b64502ee986d7202c3d35537bb2e63b9745819bb22f18cd66edcca8", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:d1d88e80c26b0c519000acd6b500a89f47967e522b866001b972c46886d54b22", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:c53a21f4d1744bb97ba01cd5a783bee163b5a44bfd63aab0375891f5ca391a31", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:dc202135a7c60f2b15fe6da3eaf4925c19ee1b7eead08a4589af1c73cc4aba6f", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:c2a9c0312ed3a2e1bf791ee92ae6339328a61194392654b14fa8bbf1e769e5d5", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:4afac0251398b4602de01065c3a58b0ab641bb1e52cb7bc73d9cdaf1c97ddade", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:62b885fc43340a64a68d4156e0fc0e4422178ce3251f05c88510ca228663dd7d", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:bc38794e09a5b71f26d292d4f5102be9a70cdc97972a47733413109c8410f784", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:7e162003566e2f5569a3faafdd7fda9238f6d467deb417ce21d2b7a56a5ab54c", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:a7401c986ffa0c361aa4194cf7de058c04fe9b9923a6f2f5b0910a933f232a0f", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:409cb8eebc3b78d8abcba60f927f00e65f1bdfbabaafb31f040e0ef36db0dfc7", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:3aa383ceea8da0c33173f8711902faa680ccae93f141c149da2f33a1f1dc049a", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:d2314983cbb3943c8e7da1a0d9ad09e712187c1f0344683d28420706c24e4d2d", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:7ae9f3f32c7b06f30b65ca1710265aaabc4940f603869e22a64820dad162dd61", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:4749efa2620ea8407cb65675eaffb48ae56269e0afbf7d7e8c5d533feeac2b72", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:d909f0e93fc31fac1059a0ecea23730969d2396b240a052edf3804900a90af6c", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:9f71200901f37a40683c419e6e648d98076fec013184f36da5000badecd8a909", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:76336a655dc074c82047d31d39ce85c712c96986fdd04505226e9b1b15509ed6", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:339ef744e3d52e421543dd1c1e086ca69a7c9b8f87879db12c3ba3a5610f6e19", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:fa89ab5117bf1144ab63d1d630078532b03aff0407f95bf6766b7c1e22803f9d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3eb00db355727a30e89e6b32bf8ff4e4521472b8332a5615b7fe697af7b6033c", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:f965bccf59a93a9a6c7ad27a4fe17bf05e39c053379f723e0e2e97c88993056d", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:23c1be0b6b823b567f0ad119c5a2a6da8097ed1f9a92d70a3394b19c2a6b3b8e", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:fd7eb0a53d9005064781fee26e940f0b0aa725bb76e193bd426288e704f6f527", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:f00d250b669e3dbad3adf0a3cb55d7bccc748544c3202ccf7d9e590b5fa210c3", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:cdd3a9ae1357489e7b13289c31dafaba549cb97adf3b60c11cc998a3b94d4c84", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:b05cbc9e7b00febb57ca0b08ccfbe25eefeee5af126f3152c69e669ce790867e", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:5c9539c0ecd50a42d58c5a273334b5f64db608862dadf9c376ffdfe3363b8a65", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:38fe26c98df147bea9ab100a1cbb4084c60e55070562798be1042944a6ea2076", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:99d6b6868dad2afc98128885684df3f20736b4c3819ab784979d80c4d31323bf", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:09c5ee428feb22fb75883e3b258a8cb4ec0d7c37b012ef123f98d796946e7683", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:bd5d3167f3232401642408c6343b249b2bf7aae066f0b971d791c9a4648712c2", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:18e6442362df19819b276708ba5753be66da9ce531292ca571b619c1d03ed647", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:d77008d875a5538e32506aa953430948629873d9a0c7ee1be9ef5174b982d92d", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:6a6fe9993c328e0d392aa89f804438b71bf136d7b7bfbf0d455538184c234c5c", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:8922280d37377e5869cbb8e6dc6d61bae0be348af3794ac00f31b3d85d77bea5", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:2d34e420d0114fa7327b8b42a2605156ca88660b1eae69327cba42d73a47bfaa", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:a44714c1de700b34e1d2ec312244456f077136f41210869749ffc2cb6d39bdb3", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:77a3f610c011dfa50cfd314ac3a702a92973e2540b23e955796cf989669da611", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:d3080401a4a060b931d5b253d6f511ba496508855483e4d98a78ff75d8e586b7", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5b4ed9c8a9a85184d75cc7b6758d39e9e450ecf63e5dce6a93e32ac9c0f9c33f", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b7b041fe8b53b009f48415eb492bbec32e0abbd1630f160ee40b4427d8a2fc95", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:52aeb60b920e302649519ace3064b1d0dceea48a6ca41185a062dd7ae27775c1", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:aac722e5609a23ebc0666cfaa74bba759acc9fdd970f15ed54387aea4c10fe20", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fce307245871e2a48ae742dd8f0afab2274548634862b876bcfead722b4a700a", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:ddb5df57389d5400c0d9139eb3f0ed9906e39f0bf0d92c526823cd9f9c3d6af0", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:a8f28afb7bb8f403c7b0ec16b77141ff46eb0e678528dd0cbefd798c12599fd8", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:3b7edc70fd25f18b3cd282da88559b33dea7dcb0334bb782f54375c68e335548", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:14470d1dfec37ca84ace7a23ac4cf46c716c8e8c74927b8331b6488abc0ea062", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:c831beb56446e0c6802e4f8bad00667820e2fcc8467f9fa1dee22a74fc7ce264", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:930c7702d8d2ebba3ed51178ff061c268d19bd21a4a185c46dab1bd30c63fe73", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:d92c1ab5ba40ea17c00354bf1ac267c01f3a6ecbc5a3efe91888e6eea3a667aa", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:814f424d58e57121e95d68b794b51aa9122d2b04913b18eb5bf659e78e4d5d0b", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:811ef64ded8f465786c790760f3d5ddd9e997960a4d09eb689881dfabc4443c6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:0eda2bf0a828c5cb216c6afc1f25230fb8b07a9639e56c51d2432dbe6b54da84", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:0682b68a9debf64eed95914c472323df6999bc1b9cfdd6f366e3f7c6e8e67386", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:7791455ac0f86484773c49ddc8e24c7afdb312554792a0d8536717e8e8470b7e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:4203fd561016b49bbbe1755b4405f53a7c1fbe055a90e6f1254411373b15ea56", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:6647d5c3347b1a4febbb6024767463d3bd14bd09bdc3f54de9f658a53a6e3bda", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:6c4b0925c1c538dc8a2a38d36180ff904e46643dc040b676de34d2e28471387d", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:8d7a09c8450096c9a84e987327696f6b2f552168b1489cecc7997c0b93bdbb0d", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:2910aa711a1397fda2a7ca9884d63a86aa9f52aa9f511df5c072a1832136438f", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9649aa0f66791d3d1c9af9928ab3735150ff7aac4605454de97a10c32ae4a38b", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:ee3927aa9efc4fd34c6d92bca789fc448a05a6c703c09906ad51b05e73acb88c", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:3225e2df2d589eb4edfca4cfc1d71a6bad0fafb1d938f922c16908b2fc2d19c8", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 18 October 2025 12:32:14 -0400 (0:00:02.890) 0:02:41.420 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 18 October 2025 12:32:14 -0400 (0:00:00.069) 0:02:41.490 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 18 October 2025 12:32:14 -0400 (0:00:00.061) 0:02:41.552 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 18 October 2025 12:32:14 -0400 (0:00:00.103) 0:02:41.655 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 18 October 2025 12:32:14 -0400 (0:00:00.066) 0:02:41.722 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 18 October 2025 12:32:14 -0400 (0:00:00.062) 0:02:41.784 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 18 October 2025 12:32:15 -0400 (0:00:00.066) 0:02:41.850 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 18 October 2025 12:32:15 -0400 (0:00:00.076) 0:02:41.927 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:32:15 -0400 (0:00:00.182) 0:02:42.110 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: bogus\nspec:\n containers:\n - name: bogus\n image: quay.io/libpod/testimage:20210610\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:32:15 -0400 (0:00:00.087) 0:02:42.197 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "bogus" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:32:15 -0400 (0:00:00.171) 0:02:42.369 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "bogus", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:32:15 -0400 (0:00:00.066) 0:02:42.436 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:32:15 -0400 (0:00:00.079) 0:02:42.515 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:32:15 -0400 (0:00:00.054) 0:02:42.570 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:32:15 -0400 (0:00:00.049) 0:02:42.619 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:32:15 -0400 (0:00:00.054) 0:02:42.674 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:32:16 -0400 (0:00:00.386) 0:02:43.060 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:32:16 -0400 (0:00:00.040) 0:02:43.101 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:32:16 -0400 (0:00:00.039) 0:02:43.141 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:32:16 -0400 (0:00:00.040) 0:02:43.181 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:32:16 -0400 (0:00:00.040) 0:02:43.222 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:32:16 -0400 (0:00:00.095) 0:02:43.317 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:32:16 -0400 (0:00:00.041) 0:02:43.358 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:32:16 -0400 (0:00:00.039) 0:02:43.398 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:32:16 -0400 (0:00:00.040) 0:02:43.438 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:32:16 -0400 (0:00:00.059) 0:02:43.497 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:32:16 -0400 (0:00:00.067) 0:02:43.565 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:32:16 -0400 (0:00:00.083) 0:02:43.648 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:32:16 -0400 (0:00:00.077) 0:02:43.726 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:32:17 -0400 (0:00:00.076) 0:02:43.803 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/bogus.yml" ], "delta": "0:00:00.005773", "end": "2025-10-18 12:32:17.355641", "rc": 0, "start": "2025-10-18 12:32:17.349868" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-bogus.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:32:17 -0400 (0:00:00.422) 0:02:44.225 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 18 October 2025 12:32:17 -0400 (0:00:00.080) 0:02:44.305 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 18 October 2025 12:32:17 -0400 (0:00:00.091) 0:02:44.397 ****** 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 -.mount basic.target sysinit.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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "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": "3051040768", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-bogus.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21829", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 18 October 2025 12:32:18 -0400 (0:00:00.601) 0:02:44.998 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805090.5226178, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f8266a972ed3be7e204d2a67883fe3a22b8dbf18", "ctime": 1760805090.008618, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 486539473, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1760805089.7276182, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/bogus.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 237, "uid": 0, "version": "1411062270", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 18 October 2025 12:32:18 -0400 (0:00:00.397) 0:02:45.395 ****** 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: 91da19194f3a27666086d3c486b90d4edf86f4706a41802af8bcff57d27f7a1c Pods removed: 91da19194f3a27666086d3c486b90d4edf86f4706a41802af8bcff57d27f7a1c Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 18 October 2025 12:32:19 -0400 (0:00:00.567) 0:02:45.963 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 18 October 2025 12:32:19 -0400 (0:00:00.447) 0:02:46.410 ****** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.026562", "end": "2025-10-18 12:32:19.981967", "rc": 0, "start": "2025-10-18 12:32:19.955405" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 18 October 2025 12:32:20 -0400 (0:00:00.472) 0:02:46.883 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:32:20 -0400 (0:00:00.118) 0:02:47.001 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:32:20 -0400 (0:00:00.074) 0:02:47.076 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:32:20 -0400 (0:00:00.083) 0:02:47.159 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:32:20 -0400 (0:00:00.053) 0:02:47.213 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 18 October 2025 12:32:20 -0400 (0:00:00.040) 0:02:47.254 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 18 October 2025 12:32:20 -0400 (0:00:00.098) 0:02:47.353 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 18 October 2025 12:32:20 -0400 (0:00:00.040) 0:02:47.393 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 18 October 2025 12:32:20 -0400 (0:00:00.035) 0:02:47.428 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run role] **************************************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:291 Saturday 18 October 2025 12:32:20 -0400 (0:00:00.057) 0:02:47.486 ****** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 18 October 2025 12:32:20 -0400 (0:00:00.094) 0:02:47.581 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 18 October 2025 12:32:20 -0400 (0:00:00.071) 0:02:47.652 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 18 October 2025 12:32:20 -0400 (0:00:00.073) 0:02:47.726 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 18 October 2025 12:32:21 -0400 (0:00:00.073) 0:02:47.799 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 18 October 2025 12:32:21 -0400 (0:00:00.149) 0:02:47.949 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 18 October 2025 12:32:21 -0400 (0:00:00.073) 0:02:48.022 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 18 October 2025 12:32:21 -0400 (0:00:00.074) 0:02:48.097 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 18 October 2025 12:32:21 -0400 (0:00:00.160) 0:02:48.258 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 18 October 2025 12:32:21 -0400 (0:00:00.071) 0:02:48.329 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 18 October 2025 12:32:21 -0400 (0:00:00.048) 0:02:48.378 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 18 October 2025 12:32:21 -0400 (0:00:00.046) 0:02:48.424 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 18 October 2025 12:32:22 -0400 (0:00:00.922) 0:02:49.346 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 18 October 2025 12:32:22 -0400 (0:00:00.043) 0:02:49.389 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 18 October 2025 12:32:22 -0400 (0:00:00.051) 0:02:49.441 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 18 October 2025 12:32:22 -0400 (0:00:00.089) 0:02:49.531 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 18 October 2025 12:32:22 -0400 (0:00:00.038) 0:02:49.570 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 18 October 2025 12:32:22 -0400 (0:00:00.037) 0:02:49.608 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022523", "end": "2025-10-18 12:32:23.137012", "rc": 0, "start": "2025-10-18 12:32:23.114489" } STDOUT: podman version 5.6.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 18 October 2025 12:32:23 -0400 (0:00:00.427) 0:02:50.035 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 18 October 2025 12:32:23 -0400 (0:00:00.076) 0:02:50.112 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 18 October 2025 12:32:23 -0400 (0:00:00.072) 0:02:50.185 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 18 October 2025 12:32:23 -0400 (0:00:00.083) 0:02:50.269 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 18 October 2025 12:32:23 -0400 (0:00:00.088) 0:02:50.357 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 18 October 2025 12:32:23 -0400 (0:00:00.082) 0:02:50.440 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 18 October 2025 12:32:23 -0400 (0:00:00.101) 0:02:50.541 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:32:23 -0400 (0:00:00.177) 0:02:50.719 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:32:23 -0400 (0:00:00.051) 0:02:50.770 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:32:24 -0400 (0:00:00.051) 0:02:50.822 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:32:24 -0400 (0:00:00.059) 0:02:50.881 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:32:24 -0400 (0:00:00.431) 0:02:51.313 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:32:24 -0400 (0:00:00.080) 0:02:51.393 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:32:24 -0400 (0:00:00.072) 0:02:51.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 : Get subuid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:32:24 -0400 (0:00:00.070) 0:02:51.536 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:32:24 -0400 (0:00:00.069) 0:02:51.605 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:32:24 -0400 (0:00:00.068) 0:02:51.674 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:32:24 -0400 (0:00:00.068) 0:02:51.742 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:32:25 -0400 (0:00:00.151) 0:02:51.894 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 18 October 2025 12:32:25 -0400 (0:00:00.067) 0:02:51.962 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 18 October 2025 12:32:25 -0400 (0:00:00.109) 0:02:52.072 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 18 October 2025 12:32:25 -0400 (0:00:00.075) 0:02:52.148 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 18 October 2025 12:32:25 -0400 (0:00:00.044) 0:02:52.192 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 18 October 2025 12:32:25 -0400 (0:00:00.042) 0:02:52.234 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 October 2025 12:32:25 -0400 (0:00:00.069) 0:02:52.304 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 18 October 2025 12:32:25 -0400 (0:00:00.048) 0:02:52.352 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 18 October 2025 12:32:25 -0400 (0:00:00.043) 0:02:52.396 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 18 October 2025 12:32:25 -0400 (0:00:00.145) 0:02:52.542 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 18 October 2025 12:32:25 -0400 (0:00:00.064) 0:02:52.606 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 18 October 2025 12:32:25 -0400 (0:00:00.062) 0:02:52.668 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 18 October 2025 12:32:26 -0400 (0:00:00.129) 0:02:52.798 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 18 October 2025 12:32:26 -0400 (0:00:00.065) 0:02:52.864 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 18 October 2025 12:32:26 -0400 (0:00:00.063) 0:02:52.928 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 18 October 2025 12:32:26 -0400 (0:00:00.062) 0:02:52.990 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 18 October 2025 12:32:26 -0400 (0:00:00.067) 0:02:53.057 ****** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 18 October 2025 12:32:26 -0400 (0:00:00.166) 0:02:53.224 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 18 October 2025 12:32:26 -0400 (0:00:00.136) 0:02:53.361 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 18 October 2025 12:32:26 -0400 (0:00:00.069) 0:02:53.430 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 18 October 2025 12:32:26 -0400 (0:00:00.042) 0:02:53.473 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 18 October 2025 12:32:26 -0400 (0:00:00.042) 0:02:53.515 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 18 October 2025 12:32:26 -0400 (0:00:00.041) 0:02:53.556 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 18 October 2025 12:32:26 -0400 (0:00:00.041) 0:02:53.598 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 18 October 2025 12:32:26 -0400 (0:00:00.040) 0:02:53.639 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 18 October 2025 12:32:26 -0400 (0:00:00.039) 0:02:53.678 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 18 October 2025 12:32:26 -0400 (0:00:00.040) 0:02:53.718 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Saturday 18 October 2025 12:32:27 -0400 (0:00:00.784) 0:02:54.503 ****** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Saturday 18 October 2025 12:32:27 -0400 (0:00:00.038) 0:02:54.542 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Saturday 18 October 2025 12:32:27 -0400 (0:00:00.037) 0:02:54.579 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 18 October 2025 12:32:27 -0400 (0:00:00.098) 0:02:54.678 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Saturday 18 October 2025 12:32:27 -0400 (0:00:00.050) 0:02:54.728 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Saturday 18 October 2025 12:32:27 -0400 (0:00:00.066) 0:02:54.795 ****** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-10-18 12:30:48 EDT", "ActiveEnterTimestampMonotonic": "266456731", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus-broker.service polkit.service sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-10-18 12:30:47 EDT", "AssertTimestampMonotonic": "265544875", "Before": "network-pre.target multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "688040000", "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": "Sat 2025-10-18 12:30:47 EDT", "ConditionTimestampMonotonic": "265544871", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4932", "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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainHandoffTimestampMonotonic": "265572895", "ExecMainPID": "13266", "ExecMainStartTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainStartTimestampMonotonic": "265547790", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; flags= ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-10-18 12:30:47 EDT", "InactiveExitTimestampMonotonic": "265548421", "InvocationID": "95921e66959c40ff924c9aec03194388", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13266", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3075035136", "MemoryCurrent": "32894976", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "56229888", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-10-18 12:30:48 EDT", "StateChangeTimestampMonotonic": "266456731", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessExitStatus": "251", "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": "21829", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Saturday 18 October 2025 12:32:28 -0400 (0:00:00.570) 0:02:55.366 ****** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-10-18 12:30:48 EDT", "ActiveEnterTimestampMonotonic": "266456731", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus-broker.service polkit.service sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-10-18 12:30:47 EDT", "AssertTimestampMonotonic": "265544875", "Before": "network-pre.target multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "688040000", "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": "Sat 2025-10-18 12:30:47 EDT", "ConditionTimestampMonotonic": "265544871", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4932", "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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainHandoffTimestampMonotonic": "265572895", "ExecMainPID": "13266", "ExecMainStartTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainStartTimestampMonotonic": "265547790", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2025-10-18 12:30:47 EDT] ; stop_time=[n/a] ; pid=13266 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; flags= ; start_time=[Sat 2025-10-18 12:30:48 EDT] ; stop_time=[Sat 2025-10-18 12:30:48 EDT] ; pid=13267 ; code=exited ; status=0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-10-18 12:30:47 EDT", "InactiveExitTimestampMonotonic": "265548421", "InvocationID": "95921e66959c40ff924c9aec03194388", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13266", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3065704448", "MemoryCurrent": "32894976", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "56229888", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-10-18 12:30:48 EDT", "StateChangeTimestampMonotonic": "266456731", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessExitStatus": "251", "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": "21829", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Saturday 18 October 2025 12:32:29 -0400 (0:00:00.568) 0:02:55.934 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.12", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Saturday 18 October 2025 12:32:29 -0400 (0:00:00.051) 0:02:55.986 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Saturday 18 October 2025 12:32:29 -0400 (0:00:00.036) 0:02:56.022 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Saturday 18 October 2025 12:32:29 -0400 (0:00:00.036) 0:02:56.059 ****** ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Saturday 18 October 2025 12:32:29 -0400 (0:00:00.533) 0:02:56.592 ****** skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Saturday 18 October 2025 12:32:29 -0400 (0:00:00.056) 0:02:56.649 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Saturday 18 October 2025 12:32:29 -0400 (0:00:00.045) 0:02:56.694 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Saturday 18 October 2025 12:32:29 -0400 (0:00:00.097) 0:02:56.791 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Saturday 18 October 2025 12:32:30 -0400 (0:00:00.045) 0:02:56.836 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Saturday 18 October 2025 12:32:30 -0400 (0:00:00.050) 0:02:56.887 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Saturday 18 October 2025 12:32:30 -0400 (0:00:00.065) 0:02:56.952 ****** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 18 October 2025 12:32:30 -0400 (0:00:00.109) 0:02:57.062 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 18 October 2025 12:32:30 -0400 (0:00:00.226) 0:02:57.288 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 18 October 2025 12:32:30 -0400 (0:00:00.106) 0:02:57.395 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 18 October 2025 12:32:30 -0400 (0:00:00.085) 0:02:57.480 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 18 October 2025 12:32:30 -0400 (0:00:00.221) 0:02:57.702 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 18 October 2025 12:32:30 -0400 (0:00:00.068) 0:02:57.770 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 18 October 2025 12:32:31 -0400 (0:00:00.072) 0:02:57.842 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 18 October 2025 12:32:31 -0400 (0:00:00.069) 0:02:57.912 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 18 October 2025 12:32:31 -0400 (0:00:00.062) 0:02:57.975 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 18 October 2025 12:32:31 -0400 (0:00:00.045) 0:02:58.021 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 18 October 2025 12:32:32 -0400 (0:00:00.824) 0:02:58.845 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 18 October 2025 12:32:32 -0400 (0:00:00.071) 0:02:58.917 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 18 October 2025 12:32:32 -0400 (0:00:00.834) 0:02:59.752 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 18 October 2025 12:32:33 -0400 (0:00:00.792) 0:03:00.544 ****** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 18 October 2025 12:32:33 -0400 (0:00:00.042) 0:03:00.586 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 18 October 2025 12:32:33 -0400 (0:00:00.042) 0:03:00.629 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 18 October 2025 12:32:33 -0400 (0:00:00.120) 0:03:00.749 ****** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 18 October 2025 12:32:34 -0400 (0:00:00.864) 0:03:01.614 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 18 October 2025 12:32:34 -0400 (0:00:00.049) 0:03:01.663 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 18 October 2025 12:32:34 -0400 (0:00:00.060) 0:03:01.723 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 18 October 2025 12:32:34 -0400 (0:00:00.044) 0:03:01.768 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 18 October 2025 12:32:35 -0400 (0:00:00.045) 0:03:01.813 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 18 October 2025 12:32:35 -0400 (0:00:00.036) 0:03:01.850 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 18 October 2025 12:32:35 -0400 (0:00:00.044) 0:03:01.895 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 18 October 2025 12:32:35 -0400 (0:00:00.049) 0:03:01.944 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 18 October 2025 12:32:35 -0400 (0:00:00.039) 0:03:01.984 ****** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 18 October 2025 12:32:35 -0400 (0:00:00.053) 0:03:02.038 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 18 October 2025 12:32:35 -0400 (0:00:00.063) 0:03:02.101 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 18 October 2025 12:32:35 -0400 (0:00:00.149) 0:03:02.251 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 18 October 2025 12:32:35 -0400 (0:00:00.062) 0:03:02.313 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 18 October 2025 12:32:35 -0400 (0:00:00.059) 0:03:02.373 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 18 October 2025 12:32:35 -0400 (0:00:00.060) 0:03:02.433 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 18 October 2025 12:32:35 -0400 (0:00:00.062) 0:03:02.496 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 18 October 2025 12:32:35 -0400 (0:00:00.062) 0:03:02.559 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 18 October 2025 12:32:36 -0400 (0:00:00.622) 0:03:03.182 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 18 October 2025 12:32:36 -0400 (0:00:00.040) 0:03:03.223 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:516fc1334de0624253025c6e8df41be7e1416593a0b4d428ac1444715a65ce48", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:9d30fc54abaa02d9e4d9571fdbe46e074b0120b91b4c8b455b94e2201fdca356", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:28614084cc689df308cb61f8a94a69a7e6a73ded19b37a49afcd69e2112701bc", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:428d11ddba5b18eb97e218ebd1cd3fc330b2541ca010a8329d272ee6a1b8a4b4", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:01a578bdb01f705551780f90df43f51a54791f884cbe8e0959181d1c19509f72", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:f1d04ad69271344bcaae314cf30c8db692cef4a9cf5214e9bd25d77111813ac9", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:d70e6129e871ffa80b30e518610f7d0e824c5415fa954de8462abfc2f7fccd73", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:937c211894e03392cecf4a1452f22110de2c5a5e088bc5fe2e39b61d8a9424da", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:5d30696b9d1075be0b31fc80c07cc3820203d16d9e91814b4cc83aedf727aeee", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:50fbaadfab9a7e5b3811dd3e0710a3648854e48bd2bf8f85488c771d20b4840f", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:c8cc82377e90d62aaaf4a2f957eacb0e366bee79428eacc1694e0fcbb310519a", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:25431e641d35db0920262d7931e6c084b11f5dc2ef66c380379c062798d3a302", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:22acee21915a409e588fdd00401c266ef212d23b82bc5e15c962d1819ad617b6", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:d189062fc494d468206cdd11d394abb99f453e2ee680dbd9c6ecfcafe0397b3c", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:5e07e1661961b33ac04ee4a813b0c3c2b30c33c21907ae894bcfebf78c7dfd96", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:98471b96adadeb2d3e282836b1870aceec901f86791c42811ec92cfb7b4722e2", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:c631e69912bc019c6232ddbe45ea26e2a0a1ae26c8ceb0612c6bb5ffd23f872b", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:6e2d3aaaf0235d62bddd51218259e2b0b209847c7c4f9b7cb8a5224742c5ba8d", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:dd5e70e8e7bdf3b6d84ceced346109f899452f692e9674d5d588ec120bc02357", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:142a3a68a7d1d481b8bf8ec3c4a0ff446846d93f0d2c75a802ac8d201bd60cd3", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:8fcfb29be07d3ffaeffb12164939e96f65531205965ae55a75ec5e7c16ac0e2f", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:09832470bc9a76ac28e91b146283bd0785ba48885a1e6c7d8b2b9850959e1e7a", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:3986f1b69898619a970330d214bc5c61aeb81b3572adc4842ad4a1a6900f1aac", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:c962836dee4f0940386878d82b97ad093fdb559bb455dd63a095351d77dfe7ee", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:80e23430f19fc108b5a44629abcd60b9b8426e3f54315bd78b4497156297b2ca", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:16ab4f32d98bbcfb57717cea28a7b6ece13ae4b65f256bad73be947188971fef", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:e03e321b4923dac015f7b0446c9e7dcdc37a4c9da10b2e9798904480c50319fd", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:23c684ab56d5683c616fba4ff8cf408c7740b75eb86082aede26417ac8dcc5ff", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:7cee63efe115abd21ad2f29d525749aa18d2144e303d52b951fe0172970ca576", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:15d514b77a60a7b15cdddd846065c89cc5fc80eafa46e872554a597cdcded948", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:2bfd39abe3a559d5419b15e5d2b58662439cfd46d860d26821029579ece6b6fe", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:c8d601433fd252ea14fb2af1abc20bf5f88c9c682d596c67e89a17b133f270e5", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:ecee7b3f9bdb0a4a7102b4d53a2311afb7a2b5ab510978f836cc9b8972e78694", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:cde39e721f71f5d5d656e89104d6fff5f030a0530c34613bcc96fe6bcb15c1c8", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:163f3ae58c632cf9dc337fd1191b05d8e397d351996d75e17fceb1cd7e5576a6", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:28feeb329549dcf050fdfc50ffbc77a7f12c632307ad1fb8e2fa17f44efebd43", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:68b509aa78b41c795b064b5b7d5b40d15a8bfb26dfec2cb62120da428d93dd4a", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:2d512baafdd7831586744919a1e3ab787551683ca51821307e3d55e32b713e20", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:362b567009304ad166134f067a78e6bab36b79b8c66c365e82e4e16ae62905e7", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:fb4bd7dbb5ec290393b046e211152648b84d0a2fce9745e29c1c0805e30c521b", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:06761d54039e55f5fb41263176ab91b5a900494a35c872e3c0731ebe0a5a496f", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:18aa9b0f7c86dcfda260468a26fa0f91a0a4996779e9b3e31d70cefe290d6d73", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:0c10ebfa126fbe07942b1e7534f7db67584489b13d86624309f6eb5efa09689b", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:d92b86a8fe2c675fdf691a193ae5efd226bc9ee972502ca503d878eabafbe0ba", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:8b823a48aff2d337cafb95f34391d9d90a6b4587c0936ee8a2512929bd470f25", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:407e42b956196dfc597aaca0075a725d7651642b96ae4f8cac8c81aa5da7c5d6", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:6d781c450c00ed80df726ffbad905afba7b2d6e63b4ed27f8fb6eda75754277f", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:b521e3bd4d68151ce51d31f85d7ed51a55349d8afcb3e09a2cd5cda642e8b84c", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f013ea4bea42a7981f78bf03e81610e9b9007e6129daf380b40533d6126feeb3", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:f4b6c9903c4e2228dfdae98dd766b20cfe43ca16b39e4401b667965a34e0aaa8", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:5c0fe3c344c7603859b8ebafb36bf300043930e9574433523b653f8048ae8a18", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:1253912eabdadf39c59b90789c42a8e36d7957c67e50f62b8d2d9f30b2136a76", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:9203c2f26ff9ff9ef26eacc2c116e03fc85510f3e4b17152c647ccb7209b0731", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:beb14de39cbe573d8aea382770d7a260841dd2f9beae133f3e2b52ee3eca8da7", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:b871ae5b3e6316680bba6482d7717bf6fe33242b1e52880d9e2dfc7cb7cf1bb9", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:25792def794bb2aa298ffee78bbf5cb6c022f9ee5753b05d9b81a897c341736e", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:b35e80516f15c671becee027675e517e7717cd3a499ca8b1147b354eb3a8597a", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:535b5bc8fea85daf9e42ab3d6d4f322e08b0c859eca48b46ec6a717c36a9844d", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:cc7a0a3338d4838b62b70e09f452f03e95979e6c34096b118bafbc34167db024", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:30535e9dfbb5ebf8858c69dc2e9e74e6fa73bdc95c90138ebb52160cd9a73620", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:2190345e4b2c61371538790442a1ffb5e2e39146fe0db65e354a892bce5b0b81", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:60cda7af97caa987f5c2cd6af9bd7fab328e72391444f33d53278a7f08d897ba", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:daf4c1c49b12d0d009671ed82a8febc434597354b74531c22f3e85ff92b4e8e0", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:7283f14bc6e5325b07157e442a8ed623e4ce46bf6f7ff9ec530c5e50f9f8a366", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:bf33803bf4ef143fded01923612e6f82aed0046306fa90b9308b9113a5b62136", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:2fea6de390e7fbf74e97a21b56d7f73ce262d6335835528aaa68a1d9bae66665", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:7c8bf27770a56b029492e16000002335344ff72272cea27950e9253576472b6a", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:d3b8171a2b07e25c9de41a7c6206fa49048f0aee1db8ce4b1947c6889b36cb0c", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:2d24fbe20afc9e535e9d48c463b28fbe180db38c9edc8773f9e90c878916097d", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:94c9dcbeb9ecf9d9c02a7601a4437461123858d378ed0633d8b76de153b74575", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:67b89f284bff80827c2e50bf61377d5f2d5ec2c91289b44093c90281929da453", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:8c23480c5b9bfaa67262e70cee6eaf13dd81e677c8130d9387ade8fd44af6c30", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:dce338525bc305a2bd14878998f81ff7523e60d1e265fd8bc162118fb6064cb1", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:19b816c787f9006b2e72a6eec74b28bfbe89ea6950ca156339f0f219b8ea26b0", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:619c57b5b2ed96f368ed06dec28ae50365f0325d6383f8fcef861a1149437fbb", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:4756e0e90007d639de59ca00e4a436ff5377acbc7b851bffe19eafb421a2f1fc", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:5a3b1fc68e50306ddb9d553be6b22623d34b495c76011fe91cf22c40c9c0356b", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:c9fa40236273029bcc8c8a450dc7b2e845c5f8d6b084344c11a471f1b24bb243", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:2a0296a57b852fa64f9e3d1da4d4263fd66599cd5ac6717fb6aabc9581df9f85", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:4ae4d78adca75b14367358858df60147aff562446e8564e1ca058a0fe5b29ea1", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:e82c249a6c6e116596d6037ef6d23f64ed21960d8ab56d7d4f14bf682723eca9", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:fc10f3410281c2ac16ae959de5d4f649ad1aea9cae1dac5633ef79592845b7da", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:a5d3ec9bf632c01a01af62d1acad0dd5645b7c9f215c31d38308c5fedd83e451", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:353e1f02808b88e0c3a39bbfeb835dc06b815a02c27530c2b1470e0087c803b4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:ad6ab2c3878452064ce4e24a5d088396e04245f1b651752b42807c3eadcb376f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:9f9857c24e4681e84ae5bc3bcb9a9f2f72869a804625f992b71f989c1c02eacd", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:03ebc57fa5f1edec92d53093b4c372c897560f2ba654bdf84bf23b7f032d5924", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:28005785caf4b1db1dd4abb7958e95a835a4f61dbea3855340e5e21b26402ad2", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:020e88a823875408098e403243e74844c02b6cdf89d365195badf6e24e0fcac7", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:0ad65402073bf1039fef15b6719764a659139a3118d770b879a265945a43480c", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:2f67ccaffd481b5e02e08239a661edd9c6567ec63fc474e3cabdca07f05d64ae", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:bf5ca0762aa37845f9c1af18e767f47cc671e23779152050b66f6ae19b8aa05d", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:f700a21fa1ee92d45b122f08fad7011b1cac933961db6b78f9f91405eeac0191", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:9f9c3a2d3a1c393b13a6420becc3b00587c61efbe6deda23bf84c64500761272", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:8afc1fd453442353b00853f1ae0322e09311cc9f305a29d81f7722664a29dbaf", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:f7c8e21ebeb9f9be9f790b46474e354b6a99e4a45e8404af1bd972a18aeca500", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:004ef662943e2e4d730ea85b935ba975ae802ce61ff19cb54516e10b8d0bbcc6", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:c95140f632de3fc0795c1f64173cc1e299b5f95ea1e6fbc22458514ba35d9d87", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:6030eb8de24db8e5196ee46a83ca233e2020ffef173a712879197063b4abb4c4", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:d6ef5fa653ef1f58cfe1aa7da19e901ec89d615025668349c4064a84613c7cc1", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:7ce53bc70416d9f2cff045d6dc95f696fb44e86d2ef1e2f5d6dd4fa29e9f49cb", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:097b73c686c88aca86e7ac5922be470f410f2f818e42e6a75942fe6b72d43b85", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:0072743763d80c984f00a0fb7f6488c8fd6c7f53d37d6d4b5bce53c5d9dfc866", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:7e0c4e8ea9eaebbdef5e27412741d557ae42b611a3d54a7745247c6c8a865123", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:ba63c1d4b4388d772b10a367c24072c0cc57d5949edd8afafdfe89aecf1ae88a", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:76f07d28c59fb1f96ce8a006801f5c44c8b9c2c3590ac9e20cb2bba02af58ff6", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:daa76500f634fd43405d98c616503acaaa1098fb24d7e3a2dfbbf35011de760d", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:10972211a1892fc4db5f2fe7337c18414eeb26160d2245a40ab51821165b358b", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:53c966a5a4ca74f3b2470c09bd52e1cdc71dd82ad43dcbe5736fa0a191f8f340", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:c22ff5aa2633786ecdbbe1fde926cbf8656a3426d98177b65d624eb20bcd2f1e", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:44d1f5c3edde60efad2bcb577f212110c1421027f5dc5d653a129d5ae4a4d147", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:7dbb790ed9c100e873ed2717c7795443b55965593ec87f8be140ab288bca8980", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:6a332398dd63ae584ec1a9cbe148de9e020551c2f012fff24e1cca6cf83fdbe4", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:40ed9ebdd53671680257388559a2d845782d2de4626450896d070b60196231c1", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a625e8f1ac239cabbf6f712decfd7c25a0161dd01dfd98e605eb3a4ea997d7dc", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:4e81928216cbe585a95b1ac0b0ca8b6607b8bd75edacb37ebe09fb87130bd004", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:0c7e440e4a47fbf34413ae4f8fa0960a0c80a8c4bc6b3c7d04804c54bc88947b", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:0fdda65a78a4f4701e0a29fe384595a49eef0f16b09083b9aeb36903f9d12596", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:c2c532a1eafeb72b321d261eaf778f68fea4f69e782b52acd9e30315b22b21c4", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:796da804af306138fe8c166092938cba13e978fb89389c90fe4872720492bb5f", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ece651f238aae0686dccb5ccc5ebedaf78f261f4e0e7c3a20fdeda83018b9701", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:c0b6348f1e1b1409076248fdb4415643793d9ba6e6cf9a3d3d6bc94aa80968c8", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:2eafa464ca9c892dbb808c6f0e41ebbc62e4624706d3b38bd0daecaae034fca6", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:ff123e3899e6c00c2f15214a7e47f1addd1a7bdf37da5d7da3bbf79413dd6329", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:26fd3addad9b2b49618d66d4db2b9e9c54b16c97478797700b10ad4dd85f99af", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:9bb4d42f505d8c531aefd8b9710c2f986851aee25bcee4e0d9ab0dd1de9bf554", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:7f7fc4ea1d554633c37e7fb70cb3e2bcb7cea5f63798cd6048dfb7f588c69c8b", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:59e8279a100cd1188757078ff6496fb92a6a587887e122a5c97a4c83ebcef486", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a82a7f6dfd7f92241a0e4ba9e6538005770eb77ae0dd34b282b724bb99b87f4c", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:95a70d72f0954d3e29a8c542e6e7ce537e965bd1a6fa1eabfca59064e4619f63", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:09aaa54f13f5eeb34b0b9e8e3c0f27f44d33238b8e1a219a63f04ed5317eb04f", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:90d7c2e6bac684d13f207e8e6ebe517c7048f19bab00d011d2cc2f69620bba98", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:b165186bb0e1dcc0d20bab5c3263d9813185bc3541c3366887c0fbcd1025501e", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:4f575cb53d7acc1615fcc6fda8985e85140465529d2b886f51c2b1a33aae87b7", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:7312c353383b127b150af203ebd29d0115660de6bd81a5b6cc808f41f6a8d09a", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:4c75aed6f697d4bf5b75e9373643e338124a09b5de66944481bd157ceff3bde5", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:7b161bb0f5f3bc9cd74d347b673cb5429359f8a1a936288fd539aed298e961c2", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:d6675a6f3869063b451aaed23bd383016654c43a8c66c27cd95f2b3d569ff7bd", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:ac53892b7a6dfec86206b7466fc9589f45b2ec495b9bb9adf667c2198a18b3fb", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:033761f96da69926467ce8b9844441ce4fd098b1b76a46b562560c7ae48f8456", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:fe53f3de61a70e511ffe136e45011477de28e414a6dff0d31014a2738377e78d", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:41c3c7ce23807a6618d346f7ab4d4b20410e1090291e47acdf39456f47ecc846", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:4e10da221fdc98adb3b701e42eb571bfd5d5e7a856fd12ba91ad469617729080", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:17e66e8e1079cfbc50f6a7b41f7caaf4cb74f5bc46c0583a9f52a19444b3881e", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0e5d72b0f55b2be6330502590e2376e532cf89be319ffe415ac323ee8142d764", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:06cba894a14bdfe2cf8d13363ce6bc0aedf70253ff766dfd211b39acb8402d37", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:76a8e2b8e71056a7551bfb7ff79a6e75e190615f1257faedaf711305743586ea", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:9e42714e676ff096b83c17780908d789029bd5ebd5c45cf4fbeece0137b3964e", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:639db378f5d2c05b72c6a419e873c6cc9ab28fc44acf9d5746b28a01c6981540", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:71f5b8a111b487852a045a313786eae9fccd01cc96c278b0e073718d2b6ec1b7", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:820ab1a7b59a11b7b5f32bcf9424376e1b8a7278b7ffa8b137c8d4d38ec29b6b", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:5975fbb15366849cc7993317f1066bee953e7159323375e39778bfd66ed9a070", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:98e90fe7ac4d0b82a4cdf95538526abe2c6ac9bb0f07118d599b0395dc2a0fa3", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:d053fb2713a5e0f4a059a678fdb482110ceb8cac1d157bd152b38111fed4835e", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:baa4d86a27bc4e085ccd8fa80463f29338767683787801a5416e8d0ff6e09d5b", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:05671f3bdf8f6d899b49e78ad4380f46bb6d6dc5fb6a1507ebf7cc23de05a5bc", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:0aa5c946688e72879deef01fd5cac0dd863b33b266c1b62f6ddeda8156686387", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:26f1450e0e7063c892377b02538d9d89b1107a1b08abbd131fc90c46ee61a910", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:0dc1e5e77b66c3ab160d5ded9516555e37b5b6a03cbe0993cfaa9277b9b26309", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:024c83ab30b60c5bb4333c20f5864340b935623e500b06c920009680aae582fa", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d871300eb21b13bd79b994d41b9bbd12487e3736ae5cb47fc2e82056a6021ab2", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:56b536d606a0640d7c2a1fb733553fb78cd8f2448f323714ad23e11712b4b478", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:66c745dce773f4caea41036a510e779b0604faaecaf1ee20b885b264480db963", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:3f8e0a9e5df5fddfd12b2b2b43acdcdbdf55755c3d18571984e703259a45a72c", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4f37ee5aa966676345e44e48b17c4c5594807504df477a20474fe1676b2effc0", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:2200ada8b8ac2534bb36889244ef3540212fc14bd1016b6dc3417c1d202844fb", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:c3ed3b126600f66207fcde4b5d05bb124370a9cb63243c67910f4f94d6299447", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ff63a593629dba58191086798b2806b99481488f22d1608172a6398bd00e10b8", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:bd251f40ab2fd6368b28d2caaeacb59c2119678087e3598170830d3e54806d1a", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:3a0d52ce450d01fed2f654fa1ab9811412401e675238226e58588796f509dad5", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:66ac2d9285b48d16ae46a14ce234cdb892f89808be1c7bee9daeca7ccceda8a6", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:d2b3c01bc7d7bca1b71313356f0e615ed663e418f0261eb37af6fb63c671a3ad", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:6e708ec82cde020ca9e3b4cbd1dfd0011386024fae57a3e9b3abc81d2b232e1e", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:ef9fceab231dac78cf7bc0550cc9827addb515a443eed5ca70a2b7d0c90b594e", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:38aeb1f69bb9d79d8b4f6db4c743cee62087f7cbabccadb46c1fe0c6895c3db6", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:4c14ce3799f78a68d308d9ad81ec720a021accc27d6833d670398bab572c77b6", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:cbbf80957fba14042df58b03b1d9054dd3151e5200e481ca85d5af44c39e941a", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:d1440737e161986c088db4973194283ec9ae3e2ebf87199088c6d27687c981a2", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:7a9a8a2781b899d67274f63240287afef1080c130998dbc28b38e353e44ff292", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:5fcd23d2cd25324d78cfdadb4f2e4f1251f36329d279ef69a151623342ea5432", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f1f39e608594e6001bb9155c8ef79c0d2874f880afa04c742c27e59bf193cd18", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:04664a7d39f300ccbf432e2319a4b33ea337bde897b40d71dab073e6bf6ff9b4", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:b9734deeda3780fc927e16141c0302e4fed46b681e033f4a60632b9c48f5ee12", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:13910e87d2572c56eea44249b3789e4d4c3e6bf9e0c3e01c49e26772819a05e5", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:36a2580c4f5b3ed535498f9ee30ccbaf32c042a85a7962cab76f59c5b81eb18d", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:061577cb019b20bbe78cffe460a196d0296cd8572208d410c24d97ec0844959f", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:b722b50dc55a6957fff9e2c945ad5bfc2eb13fb54814602e39d77a2e879cb941", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:b2d9c174163f3e11d3126c5f395a3793724766dfcaae492751dcef41e1fcd945", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:a66bc2829cda8e264774b577006613f77ae7d02ede542abd9f02f7d73a0a241d", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:77dfa37cfdee157e803785fc8b5a3c1cc5f588f95451178294317e33a50569a6", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:bd47e0b249bf3dd626a650452500a46c29cc1d29a83edfda72e1ff9bd1543d01", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8c30c837298211d151e9c118e2a9ef51e3cca9c46fd85a194d6f0b33dcf3c408", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:f1702d320914c2db843747794442f25aa1d68370c7f11a818d07079b52e8ac8d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:6f58f52deb966c5324dc704cdf359c4613534796774ecaa67085f1b4bebf094f", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:5ff7c66f62231636f38e75ff8791d5d0ec3d021f8d99d6d665b42bcc827464b5", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:118303a8c6d51e71636e1d92d1ba140d9efe1213512deb999240cd35f1a60b88", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:0dc693691c7a7d22475b644543434e3a42c7c1e54f363e7d293e251abaf6e718", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:b06c0e111692ea995c6289409b1dfd91d48a9f63fa54ecd76e4a5ff2b976ea05", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:2fed49c5579e6d3275241026ce3505b22b33232a0a7044e18d0f232ad92f028c", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:68c05f8067f6226ff08fe55bf835a60c10ea4bb52b1616a986f275bb4a218124", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:0b15dceba92a5acd672166eb6eb9d0299a17f50baeba35742944c073846b7b43", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:33afde439673ae9505e57a6c5c26cf7473820f5d3fecdaccd340a3c8c4694f9f", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c554271d3646d3d132a44c69321e7609eda9d07bc54d0a65680c7fbc006d5249", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:9e1155e035d2b917e2b59de45a011ee8fc9dd64fd96af113305166ff74029c37", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:47eb4910fbdddeaad50163bd8047d85f19354b094e806f09e9e5f528bb908211", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:6875cf19097fa08dc86efa4af422efcf5a5e0fe6c940b743a862ffea9c90305f", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:d17cffd1103e31e4e38291a9ed5b979aeeb4d2b9028df35a5a56e930f708a780", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:d525736c6e5e7770c44fff98cec78026dde1c29c15991aeece71c6883635bd5a", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:eccff0999d8bcd9a18ae8628965eaaddd8726b0bfe7a380042770117f28b6637", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:7db523cb1e14c32587544907a28237c09c418307c349a9c6c5a0095c9ef22533", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:987ecd76419a56b3edb18f0521a7fa5a5bc00bec0c697d305287c500ad70b3e4", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:23cdb08ace4f5e8ed57e1072c6c9f7f93a1eb370f40f923b707edc85e0bde37b", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:451537c679b41dd5317d346157290c8b71353277565ae5d11a5e1444abc8efeb", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:6883bfc79b02b9edc089791b11b131e8a06f357ff81e7ff2ccdea6dbc3eb2e0e", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:ddc9e0f2dbce7a809d8e41a5465dbaa87e8c2761116c217a604fdc2a70c2c943", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:f36671c5ac0f8ee4a376f5b73cbdc74b3e1314a5f569456f11c383145c5697c5", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6982ef349cda1b518321c8f8296b2da9d069293632bc34e4cd2ae7543a87c0a3", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:b81ab92c459a0bca5b0e59dd512d6f0b1288ca7f22f007b718b5a22bcf1d3ea8", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:763c81b3df98434d35b30479e09182e7c462ff72d379fc91390f5857a76aeba9", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ef0072f761a198b1cbb42ae9106a5364cac77afcd1f4a58e49078b698f56f223", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:788733ddd804746b5ed84a251188481383741d4d92a69e090b450d260f97e5cd", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:f50a00bd73ebd16f368ec52e26b80ebe689e059551f22d5645addcc3ae1a49e5", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:39abb3958fb482a7ac014d6177a30e18cc4f9ee91406176ff7dad84190b247e1", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:af2887f2c523e44f88cd5411d12a9268f5a39251037a9c29ae69961457f4c4fc", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:760b7c8649bf6e6e690a4abf81c6248f603a2d2f2ded64431c6f1ea618e0a447", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:78009c7acd8135254c01d1ed9f8dcd3dd937de9f8ce7a20f0e3df8905fe2d29d", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:0c29e84ac815ad8d8feef275e733789d7b383b24eed8fda80eb70cf1f7e6bc1c", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:70f9b5c63ebb3b70093d4f25ce1f54776c9dbaaa41ee2b3f6fbfe976987fe3ec", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:7d0eb8a97d938847b67257289d32a220c75ceca8b96f9e34d79d0207c5134bda", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:e2103c949d85060327115f2b568713ac9269a03d29bca240c9f7b47afb4b77e6", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d349a9fc2cb80cd353637ed72d636b78f58fe3e6af2f9fb65bf711eac4983d72", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:6e759cbe0adc95cc7f20ae02808460a278d730e8fb6782a354ba61578de21edd", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:341fa53aafa44ea45ee69d7e58680a08fa90d78ff838f7073d88382fa0afdc1a", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:b1715147f59a197cfa0219fe4ad8f353b778fe5ed25ba78bc589fab31d73077a", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:3be0b1667972a2278368d79b79dde5dd01e20e70e01c3fcf10f98e89cbd58611", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:88e7f35629166a332470980bf25975a59e0ab7333aa7f256a58256e1495d57f1", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:cc9a913c29a4a2e1b76cb20134750fc8c0585bf9de683625e620fc6d7def446e", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:2b3e9723e256dbcbf3d7baa320760bc235f90e626b9e378aa824d0d121846c86", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:af0f491bfc0619cc5f15d639814ecb56256fe371311b4bc93158ca2e65e62e93", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:fe0a31a0c04f30cdf7efdfe54e65b95d064d251d46490d18ab2de7ffc084ab64", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:c256d688506ba1424ca1161962e01282f1903d736c75877e39dca21bf1b590c5", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:ab0f3da43024de0115422d4a2131110a7718dd1a4e32822b135d506e35b4b314", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:4a4503c2d1088fa93696fc431d2d5d78be02ef729df4fa113fd01081dc6f0028", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:43b68f254400ae58dada11b08d580438ab4c9d7c87c367520977abc4cf577658", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:42e113d1753bfde7958b2c597c562b12c72a73ab30cfaa330958bb3e7b2406f5", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:eabf56c3a9704a956457915c6f2a52e726769d9968ee3761f05ad261761d8c24", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:66446558b3cf4bec0594695d38e3ecdba82aa1c5d862e495533d1b6b1ecef5c2", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:83af69137ccca18dae12e3446623a17bbe3e97af9140f66eba5cebbf3689b449", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:3ecf37ca5b3485a34fe5305eeedf0cc03d2386ed6b5fbac7ae356d39e1e27b2b", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:8071c79964c472774759b4224953e4fbcdd780bfa17bbb2d60c4286d4c492a11", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:b9433ae93b7e2494be510e0f89b79e810fe6ddb5ce7e77a68a5fb352ac33a3c1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:03089dfa338c6441f2949ba44b8c000c44ac496da75aecc34b0a955c3dfda027", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:aa7a5dbb359b812c3524c56b8f4ced2a30277bf191faaf167833a20d17744464", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:346194b6ee405e8da1b812dda44dd4acb169dcc3a5aa61de06d694cf73202d55", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:3f41d5890fc974a81d72d40e3fb858bf5bb98d8545ea8671c2dabe8a6f82e5c6", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:6a281954af5c8fec67a4dcf6700f719d73705c3f38b8b17d9ebbd0f01d304395", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:18063e2047cebb68c914e52020efaba68dd0801a5ea00296fad8948c3070af66", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:b6f287c57a777fe838ffdf8d7086baad28b4000eb6d1dbed305afa4a8250f7f4", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:6f98d228cbdda6891747c3829227e7f9e193dc768635d330c6c59c6aab6c40a8", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:325298447b1e8dc241483a7214eb25f43900a862d07862ca85b1265cc20cdca4", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:7338285d0ca68762f5839881dfb5c16de4fd8764e745a516761ed6bec5178afd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:5142b9f78d32c0407c1db9329db488ee459045283a679309e5596692395683c1", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:02966d7463832b3791d3a65144219bce9f4d758faa22cbc4c51767087c5e7a5a", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:5a3fea08c4a4537f636ba319a91d5afd43b2aa5122b6a5ce5c2547d898781aa6", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:30fc1d9ec50ec7e765b0702628c7d334481d8885f0903e0da1dcfc774ee95512", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:de1571b9f0a16902c96703ee7a653ad58a48f8321a6666700fced92617eab286", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:b0927717597e270533b67220721bd5527c8248864ba24d173a927153bfc3d06a", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a7342086fce094b7f2210b33880dce2344b4ff402e1387012996333b74d334e0", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:de83a8e0aee93d436a1bd2cd920395f0066802c119deede352cbade4cb9e1933", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:212c46848b2f04589f36fc83860aa389107ba31f030aafccab2b5e9e732411c0", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:4dbab01de4689748719504217c13d00aa04ab1526959f67bd950c04548ad59d9", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:26bb008eb204a7bcb7035a9e7ade556ff381e00b48ef9a19d5aeba7749b1b151", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:19571b06c9a0b595793acb6511509dc48a7ffdae39f29b7c515331f367b30426", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:3cf2bb286d5e8d7236146c457857b4261ad3be3e6a9df15fdad5fdbb4828d48a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:5cde074b3fece5a5ffeab1d2395b799658af35cc9efdfcf5492d996a24ac0e27", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:cc4bd42dc5540a0f19b90c0ce43d87399c44b7a8596737e8e31bdd2a6510909b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:3970790dcf625fc480b99187a2fa5110e9bf159b62203c7afe5e7736e6efdd0c", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:ee99fdad9899c76c807d2c6f2faf04d06c93f20b10be4ebbc7cac9229b819843", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:5e8c59e63ca9282161545eaec25920bfa9119083dbd2989696cc8a0a78aa361f", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:6c30b655dfa38024cff5f5bf6300822fabd2a192bd6871069d21e3c8323e0810", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:66aff8dc1d5dfcffe080bd34f1c0fd10474a3987589d576129efc3b80bd74d02", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:53b69369b6bfc6a705d41bf470f0121b74e4ea16391d24f56915831573620909", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:b34f368c23a2d4904e05f02bdf628c7859638639d780c71fdcbb2425f44cc753", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:0d6fa637f18065512fbd7a5d4d89479f73fe289b2bc2e20451a5cd71dc006a63", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:0148e9e03144c6c3fafc006a33bb1509b169fecbfeb93cb2120b8d70d1af3056", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:5a4aca6a6c19c45a6dd8453b77b9a9df042d9750373a2a7bb7fe85b5e2d68512", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:ba95b89570736f2f64b5349a71168d481311fd6e07cef715677722a5e88d59a0", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:3de9dafab15254be1e61d1b585bc936749c1ede35f4d6ce198cca779d84a2a93", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:5136e404b4f6d79166dcc9b65517ca6ad56dfe26b0e869f5dd7fe9dd4de7e9b1", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e8bdbebf5429649fdc2a595da24078533a5c58e3d18eb36daab521f494a568a9", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:d1b04869363b3ee565e87ae8f01cd93217067e4cd2eead2b0e326646e9f80127", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:38dde585168985626bd39ada6ad39bffcf51aee24cdd413a6f9ded3230427d5e", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:c9375da9ef214ac27722babb1a49a35c3060c027b7830d04febeb5f3a9d1cd5b", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:51911ad26e475d3f3d5c025bbd4ce25e04705dd55cf31ad1a7917bd0ef4b37ff", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:848983e61099aa451798dfeb104b67148e9fea847e89fbca16a0ade2bcfb9042", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:3ade83db5ee8f691ab3f3fef1f04c8cae0eecf06e964148e6855a1e142f066eb", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:bba1bd162a7e887d4e07e7e47ab48ff684b6232daf1b99d32630c2ff18447ca8", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fafac6e764ffa9a8db546c20dcdbc7f8512033bedad519ac7f003501807283a5", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:d8c57d30164e0610fddc694cc2cf7c2b02f101e5ffc91ff4829ea11a0e2226b8", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:2c2bf1fbacbad3c9aa5a351585f1dd64fae207292468f0caa7aae19f07e4959b", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:6b2a6afd9b64502ee986d7202c3d35537bb2e63b9745819bb22f18cd66edcca8", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:d1d88e80c26b0c519000acd6b500a89f47967e522b866001b972c46886d54b22", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:c53a21f4d1744bb97ba01cd5a783bee163b5a44bfd63aab0375891f5ca391a31", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:dc202135a7c60f2b15fe6da3eaf4925c19ee1b7eead08a4589af1c73cc4aba6f", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:c2a9c0312ed3a2e1bf791ee92ae6339328a61194392654b14fa8bbf1e769e5d5", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:4afac0251398b4602de01065c3a58b0ab641bb1e52cb7bc73d9cdaf1c97ddade", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:62b885fc43340a64a68d4156e0fc0e4422178ce3251f05c88510ca228663dd7d", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:bc38794e09a5b71f26d292d4f5102be9a70cdc97972a47733413109c8410f784", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:7e162003566e2f5569a3faafdd7fda9238f6d467deb417ce21d2b7a56a5ab54c", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:a7401c986ffa0c361aa4194cf7de058c04fe9b9923a6f2f5b0910a933f232a0f", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:409cb8eebc3b78d8abcba60f927f00e65f1bdfbabaafb31f040e0ef36db0dfc7", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:3aa383ceea8da0c33173f8711902faa680ccae93f141c149da2f33a1f1dc049a", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:d2314983cbb3943c8e7da1a0d9ad09e712187c1f0344683d28420706c24e4d2d", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:7ae9f3f32c7b06f30b65ca1710265aaabc4940f603869e22a64820dad162dd61", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:4749efa2620ea8407cb65675eaffb48ae56269e0afbf7d7e8c5d533feeac2b72", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:d909f0e93fc31fac1059a0ecea23730969d2396b240a052edf3804900a90af6c", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:9f71200901f37a40683c419e6e648d98076fec013184f36da5000badecd8a909", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:76336a655dc074c82047d31d39ce85c712c96986fdd04505226e9b1b15509ed6", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:339ef744e3d52e421543dd1c1e086ca69a7c9b8f87879db12c3ba3a5610f6e19", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:fa89ab5117bf1144ab63d1d630078532b03aff0407f95bf6766b7c1e22803f9d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3eb00db355727a30e89e6b32bf8ff4e4521472b8332a5615b7fe697af7b6033c", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:f965bccf59a93a9a6c7ad27a4fe17bf05e39c053379f723e0e2e97c88993056d", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:23c1be0b6b823b567f0ad119c5a2a6da8097ed1f9a92d70a3394b19c2a6b3b8e", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:fd7eb0a53d9005064781fee26e940f0b0aa725bb76e193bd426288e704f6f527", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:f00d250b669e3dbad3adf0a3cb55d7bccc748544c3202ccf7d9e590b5fa210c3", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:cdd3a9ae1357489e7b13289c31dafaba549cb97adf3b60c11cc998a3b94d4c84", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:b05cbc9e7b00febb57ca0b08ccfbe25eefeee5af126f3152c69e669ce790867e", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:5c9539c0ecd50a42d58c5a273334b5f64db608862dadf9c376ffdfe3363b8a65", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:38fe26c98df147bea9ab100a1cbb4084c60e55070562798be1042944a6ea2076", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:99d6b6868dad2afc98128885684df3f20736b4c3819ab784979d80c4d31323bf", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:09c5ee428feb22fb75883e3b258a8cb4ec0d7c37b012ef123f98d796946e7683", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:bd5d3167f3232401642408c6343b249b2bf7aae066f0b971d791c9a4648712c2", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:18e6442362df19819b276708ba5753be66da9ce531292ca571b619c1d03ed647", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:d77008d875a5538e32506aa953430948629873d9a0c7ee1be9ef5174b982d92d", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:6a6fe9993c328e0d392aa89f804438b71bf136d7b7bfbf0d455538184c234c5c", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:8922280d37377e5869cbb8e6dc6d61bae0be348af3794ac00f31b3d85d77bea5", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:2d34e420d0114fa7327b8b42a2605156ca88660b1eae69327cba42d73a47bfaa", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:a44714c1de700b34e1d2ec312244456f077136f41210869749ffc2cb6d39bdb3", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:77a3f610c011dfa50cfd314ac3a702a92973e2540b23e955796cf989669da611", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:d3080401a4a060b931d5b253d6f511ba496508855483e4d98a78ff75d8e586b7", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5b4ed9c8a9a85184d75cc7b6758d39e9e450ecf63e5dce6a93e32ac9c0f9c33f", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b7b041fe8b53b009f48415eb492bbec32e0abbd1630f160ee40b4427d8a2fc95", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:52aeb60b920e302649519ace3064b1d0dceea48a6ca41185a062dd7ae27775c1", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:aac722e5609a23ebc0666cfaa74bba759acc9fdd970f15ed54387aea4c10fe20", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fce307245871e2a48ae742dd8f0afab2274548634862b876bcfead722b4a700a", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:ddb5df57389d5400c0d9139eb3f0ed9906e39f0bf0d92c526823cd9f9c3d6af0", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:a8f28afb7bb8f403c7b0ec16b77141ff46eb0e678528dd0cbefd798c12599fd8", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:3b7edc70fd25f18b3cd282da88559b33dea7dcb0334bb782f54375c68e335548", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:14470d1dfec37ca84ace7a23ac4cf46c716c8e8c74927b8331b6488abc0ea062", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:c831beb56446e0c6802e4f8bad00667820e2fcc8467f9fa1dee22a74fc7ce264", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:930c7702d8d2ebba3ed51178ff061c268d19bd21a4a185c46dab1bd30c63fe73", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:d92c1ab5ba40ea17c00354bf1ac267c01f3a6ecbc5a3efe91888e6eea3a667aa", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:814f424d58e57121e95d68b794b51aa9122d2b04913b18eb5bf659e78e4d5d0b", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:811ef64ded8f465786c790760f3d5ddd9e997960a4d09eb689881dfabc4443c6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:0eda2bf0a828c5cb216c6afc1f25230fb8b07a9639e56c51d2432dbe6b54da84", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:0682b68a9debf64eed95914c472323df6999bc1b9cfdd6f366e3f7c6e8e67386", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:7791455ac0f86484773c49ddc8e24c7afdb312554792a0d8536717e8e8470b7e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:4203fd561016b49bbbe1755b4405f53a7c1fbe055a90e6f1254411373b15ea56", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:6647d5c3347b1a4febbb6024767463d3bd14bd09bdc3f54de9f658a53a6e3bda", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:6c4b0925c1c538dc8a2a38d36180ff904e46643dc040b676de34d2e28471387d", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:8d7a09c8450096c9a84e987327696f6b2f552168b1489cecc7997c0b93bdbb0d", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:2910aa711a1397fda2a7ca9884d63a86aa9f52aa9f511df5c072a1832136438f", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9649aa0f66791d3d1c9af9928ab3735150ff7aac4605454de97a10c32ae4a38b", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:ee3927aa9efc4fd34c6d92bca789fc448a05a6c703c09906ad51b05e73acb88c", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:3225e2df2d589eb4edfca4cfc1d71a6bad0fafb1d938f922c16908b2fc2d19c8", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 18 October 2025 12:32:39 -0400 (0:00:02.771) 0:03:05.994 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 18 October 2025 12:32:39 -0400 (0:00:00.043) 0:03:06.038 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 18 October 2025 12:32:39 -0400 (0:00:00.035) 0:03:06.073 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 18 October 2025 12:32:39 -0400 (0:00:00.117) 0:03:06.191 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 18 October 2025 12:32:39 -0400 (0:00:00.054) 0:03:06.245 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 18 October 2025 12:32:39 -0400 (0:00:00.062) 0:03:06.307 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 18 October 2025 12:32:39 -0400 (0:00:00.060) 0:03:06.368 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 18 October 2025 12:32:39 -0400 (0:00:00.061) 0:03:06.430 ****** included: /tmp/collections-Gkt/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-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:32:39 -0400 (0:00:00.239) 0:03:06.669 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd1-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:32:39 -0400 (0:00:00.092) 0:03:06.762 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd1-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "podman_basic_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:32:40 -0400 (0:00:00.089) 0:03:06.851 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:32:40 -0400 (0:00:00.105) 0:03:06.957 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:32:40 -0400 (0:00:00.193) 0:03:07.150 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:32:40 -0400 (0:00:00.391) 0:03:07.541 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:32:40 -0400 (0:00:00.049) 0:03:07.591 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:32:40 -0400 (0:00:00.084) 0:03:07.675 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:32:41 -0400 (0:00:00.438) 0:03:08.113 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004252", "end": "2025-10-18 12:32:41.661319", "rc": 0, "start": "2025-10-18 12:32:41.657067" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:32:41 -0400 (0:00:00.448) 0:03:08.562 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.006083", "end": "2025-10-18 12:32:42.101584", "rc": 0, "start": "2025-10-18 12:32:42.095501" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:32:42 -0400 (0:00:00.454) 0:03:09.016 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:32:42 -0400 (0:00:00.115) 0:03:09.132 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:32:42 -0400 (0:00:00.069) 0:03:09.201 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:32:42 -0400 (0:00:00.066) 0:03:09.268 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:32:42 -0400 (0:00:00.066) 0:03:09.335 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:32:42 -0400 (0:00:00.065) 0:03:09.400 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:32:42 -0400 (0:00:00.135) 0:03:09.535 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:32:42 -0400 (0:00:00.048) 0:03:09.584 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_xdg_runtime_dir": "/run/user/3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:32:42 -0400 (0:00:00.059) 0:03:09.643 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:32:42 -0400 (0:00:00.056) 0:03:09.700 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:32:42 -0400 (0:00:00.045) 0:03:09.745 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:32:42 -0400 (0:00:00.044) 0:03:09.790 ****** 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.005432", "end": "2025-10-18 12:32:43.301728", "rc": 0, "start": "2025-10-18 12:32:43.296296" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:32:43 -0400 (0:00:00.408) 0:03:10.199 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:32:43 -0400 (0:00:00.062) 0:03:10.261 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 18 October 2025 12:32:43 -0400 (0:00:00.135) 0:03:10.397 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:32:43 -0400 (0:00:00.121) 0:03:10.519 ****** changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "podman_basic_user" ], "delta": "0:00:00.019586", "end": "2025-10-18 12:32:44.074224", "rc": 0, "start": "2025-10-18 12:32:44.054638" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:32:44 -0400 (0:00:00.552) 0:03:11.071 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:32:44 -0400 (0:00:00.112) 0:03:11.184 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 18 October 2025 12:32:44 -0400 (0:00:00.072) 0:03:11.256 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_6l77dj0d_podman/httpd1", "/tmp/lsr_6l77dj0d_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 18 October 2025 12:32:44 -0400 (0:00:00.088) 0:03:11.345 ****** changed: [managed-node2] => (item=/tmp/lsr_6l77dj0d_podman/httpd1) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_6l77dj0d_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_6l77dj0d_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 3001 } changed: [managed-node2] => (item=/tmp/lsr_6l77dj0d_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_6l77dj0d_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_6l77dj0d_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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 18 October 2025 12:32:45 -0400 (0:00:00.801) 0:03:12.146 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 18 October 2025 12:32:45 -0400 (0:00:00.157) 0:03:12.303 ****** changed: [managed-node2] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 18 October 2025 12:32:47 -0400 (0:00:01.504) 0:03:13.808 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 18 October 2025 12:32:47 -0400 (0:00:00.062) 0:03:13.870 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 18 October 2025 12:32:47 -0400 (0:00:00.434) 0:03:14.304 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 18 October 2025 12:32:47 -0400 (0:00:00.423) 0:03:14.728 ****** changed: [managed-node2] => { "changed": true, "checksum": "9ac691c165e3c3e6bbd9a1e9d3644525da8f40db", "dest": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "gid": 3001, "group": "podman_basic_user", "md5sum": "66f286f7367402c0d06d869dab686ce3", "mode": "0644", "owner": "podman_basic_user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 762, "src": "/root/.ansible/tmp/ansible-tmp-1760805167.9976025-13197-8937195550906/.source.yml", "state": "file", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 18 October 2025 12:32:48 -0400 (0:00:00.719) 0:03:15.447 ****** 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: 7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e Container: 1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7 STDERR: time="2025-10-18T12:32:49-04:00" level=info msg="/bin/podman filtering at log level debug" time="2025-10-18T12:32:49-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="2025-10-18T12:32:49-04:00" level=info msg="Setting parallel job count to 7" time="2025-10-18T12:32:49-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2025-10-18T12:32:49-04:00" level=info msg="Using sqlite as database backend" time="2025-10-18T12:32:49-04:00" level=debug msg="systemd-logind: Unknown object '/'." time="2025-10-18T12:32:49-04:00" level=debug msg="Using graph driver overlay" time="2025-10-18T12:32:49-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2025-10-18T12:32:49-04:00" level=debug msg="Using run root /run/user/3001/containers" time="2025-10-18T12:32:49-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2025-10-18T12:32:49-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2025-10-18T12:32:49-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2025-10-18T12:32:49-04:00" level=debug msg="Using transient store: false" time="2025-10-18T12:32:49-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-10-18T12:32:49-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-10-18T12:32:49-04:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2025-10-18T12:32:49-04:00" level=debug msg="Cached value indicated that native-diff is usable" time="2025-10-18T12:32:49-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2025-10-18T12:32:49-04:00" level=debug msg="Initializing event backend file" time="2025-10-18T12:32:49-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2025-10-18T12:32:49-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2025-10-18T12:32:49-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2025-10-18T12:32:49-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2025-10-18T12:32:49-04:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2025-10-18T12:32:49-04:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2025-10-18T12:32:49-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2025-10-18T12:32:49-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2025-10-18T12:32:49-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2025-10-18T12:32:49-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Successfully loaded 1 networks" time="2025-10-18T12:32:49-04:00" level=debug msg="found free device name podman1" time="2025-10-18T12:32:49-04:00" level=debug msg="found free ipv4 network subnet 10.89.0.0/24" time="2025-10-18T12:32:49-04:00" level=debug msg="Pod using bridge network mode" time="2025-10-18T12:32:49-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e.slice for parent user.slice and name libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e" time="2025-10-18T12:32:49-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e.slice" time="2025-10-18T12:32:49-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e.slice" time="2025-10-18T12:32:49-04:00" level=debug msg="no command or entrypoint provided, and no CMD or ENTRYPOINT from image: defaulting to empty string" time="2025-10-18T12:32:49-04:00" level=debug msg="using systemd mode: false" time="2025-10-18T12:32:49-04:00" level=debug msg="setting container name 7ab8ca562ae7-infra" time="2025-10-18T12:32:49-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 265f32d09782984e4d46eab12a6066ee6605ca2a0d782bdd6197d53e82e6a18b bridge podman1 2025-10-18 12:32:49.120670178 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2025-10-18T12:32:49-04:00" level=debug msg="Successfully loaded 2 networks" time="2025-10-18T12:32:49-04:00" level=debug msg="Allocated lock 1 for container b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98" time="2025-10-18T12:32:49-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are not supported" time="2025-10-18T12:32:49-04:00" level=debug msg="Check for idmapped mounts support " time="2025-10-18T12:32:49-04:00" level=debug msg="Created container \"b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Container \"b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98/userdata\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Container \"b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98\" has run directory \"/run/user/3001/containers/overlay-containers/b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98/userdata\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-10-18T12:32:49-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-10-18T12:32:49-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-10-18T12:32:49-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-10-18T12:32:49-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]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2025-10-18T12:32:49-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2025-10-18T12:32:49-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-10-18T12:32:49-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-10-18T12:32:49-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-10-18T12:32:49-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-10-18T12:32:49-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]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2025-10-18T12:32:49-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-10-18T12:32:49-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:32:49-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-10-18T12:32:49-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-10-18T12:32:49-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-10-18T12:32:49-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-10-18T12:32:49-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]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2025-10-18T12:32:49-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-10-18T12:32:49-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:32:49-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-10-18T12:32:49-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-10-18T12:32:49-04:00" level=debug msg="using systemd mode: false" time="2025-10-18T12:32:49-04:00" level=debug msg="adding container to pod httpd1" time="2025-10-18T12:32:49-04:00" level=debug msg="setting container name httpd1-httpd1" time="2025-10-18T12:32:49-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2025-10-18T12:32:49-04:00" level=info msg="Sysctl net.ipv4.ping_group_range=0 0 ignored in containers.conf, since Network Namespace set to host" time="2025-10-18T12:32:49-04:00" level=debug msg="Adding mount /proc" time="2025-10-18T12:32:49-04:00" level=debug msg="Adding mount /dev" time="2025-10-18T12:32:49-04:00" level=debug msg="Adding mount /dev/pts" time="2025-10-18T12:32:49-04:00" level=debug msg="Adding mount /dev/mqueue" time="2025-10-18T12:32:49-04:00" level=debug msg="Adding mount /sys" time="2025-10-18T12:32:49-04:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2025-10-18T12:32:49-04:00" level=debug msg="Allocated lock 2 for container 1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7" time="2025-10-18T12:32:49-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Created container \"1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Container \"1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7/userdata\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Container \"1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7\" has run directory \"/run/user/3001/containers/overlay-containers/1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7/userdata\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Strongconnecting node b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98" time="2025-10-18T12:32:49-04:00" level=debug msg="Pushed b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98 onto stack" time="2025-10-18T12:32:49-04:00" level=debug msg="Finishing node b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98. Popped b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98 off stack" time="2025-10-18T12:32:49-04:00" level=debug msg="Strongconnecting node 1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7" time="2025-10-18T12:32:49-04:00" level=debug msg="Pushed 1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7 onto stack" time="2025-10-18T12:32:49-04:00" level=debug msg="Finishing node 1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7. Popped 1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7 off stack" time="2025-10-18T12:32:49-04:00" level=debug msg="Made network namespace at /run/user/3001/netns/netns-310be96c-2029-58c9-5f09-fcb81606b033 for container b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98" time="2025-10-18T12:32:49-04:00" level=debug msg="Created root filesystem for container b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98 at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98/rootfs/merge" time="2025-10-18T12:32:49-04:00" level=debug msg="Creating rootless network namespace at \"/run/user/3001/containers/networks/rootless-netns/rootless-netns\"" time="2025-10-18T12:32:49-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="2025-10-18T12:32:49-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] Adding route (dest: 0.0.0.0/0 ,gw: 10.89.0.1, metric 100) [INFO netavark::firewall::nft] Creating container chain nv_265f32d0_10_89_0_0_nm24 [DEBUG netavark::dns::aardvark] Spawning aardvark server [DEBUG netavark::dns::aardvark] start aardvark-dns: ["systemd-run", "-q", "--scope", "--user", "/usr/libexec/podman/aardvark-dns", "--config", "/run/user/3001/containers/networks/aardvark-dns", "-p", "53", "run"] [DEBUG netavark::commands::setup] { "podman-default-kube-network": StatusBlock { dns_search_domains: Some( [ "dns.podman", ], ), dns_server_ips: Some( [ 10.89.0.1, ], ), interfaces: Some( { "eth0": NetInterface { mac_address: "c6:93:84:96:af:6e", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2025-10-18T12:32:49-04:00" level=debug msg="rootlessport: time=\"2025-10-18T12:32:49-04:00\" level=info msg=\"Starting parent driver\"\ntime=\"2025-10-18T12:32:49-04:00\" level=info msg=\"opaque=map[builtin.readypipepath:/run/user/3001/libpod/tmp/rootlessport3316865054/.bp-ready.pipe builtin.socketpath:/run/user/3001/libpod/tmp/rootlessport3316865054/.bp.sock]\"\ntime=\"2025-10-18T12:32:49-04:00\" level=info msg=\"Starting child driver in child netns (\\\"/proc/self/exe\\\" [rootlessport-child])\"\n" time="2025-10-18T12:32:49-04:00" level=debug msg="rootlessport: time=\"2025-10-18T12:32:49-04:00\" level=info msg=\"Waiting for initComplete\"\n" time="2025-10-18T12:32:49-04:00" level=debug msg="rootlessport: time=\"2025-10-18T12:32:49-04:00\" level=info msg=\"initComplete is closed; parent and child established the communication channel\"\n" time="2025-10-18T12:32:49-04:00" level=debug msg="rootlessport: time=\"2025-10-18T12:32:49-04:00\" level=info msg=\"Exposing ports [{ 80 15001 1 tcp}]\"\n" time="2025-10-18T12:32:49-04:00" level=debug msg="rootlessport: time=\"2025-10-18T12:32:49-04:00\" level=info msg=Ready\n" time="2025-10-18T12:32:49-04:00" level=debug msg="rootlessport is ready" time="2025-10-18T12:32:49-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2025-10-18T12:32:49-04:00" level=debug msg="Setting Cgroups for container b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98 to user-libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e.slice:libpod:b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98" time="2025-10-18T12:32:49-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2025-10-18T12:32:49-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98/rootfs/merge\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Created OCI spec for container b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98 at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98/userdata/config.json" time="2025-10-18T12:32:49-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e.slice for parent user.slice and name libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e" time="2025-10-18T12:32:49-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e.slice" time="2025-10-18T12:32:49-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e.slice" time="2025-10-18T12:32:49-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2025-10-18T12:32:49-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98 -u b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98 -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98/userdata -p /run/user/3001/containers/overlay-containers/b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98/userdata/pidfile -n 7ab8ca562ae7-infra --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98 --full-attach -s -l k8s-file:/home/podman_basic_user/.local/share/containers/storage/overlay-containers/b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98/userdata/ctr.log --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/podman_basic_user/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/3001/containers --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/3001/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/podman_basic_user/.local/share/containers/storage/volumes --exit-command-arg --db-backend --exit-command-arg sqlite --exit-command-arg --transient-store=false --exit-command-arg --hooks-dir --exit-command-arg /usr/share/containers/oci/hooks.d --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg file --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg --stopped-only --exit-command-arg b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98]" time="2025-10-18T12:32:49-04:00" level=info msg="Running conmon under slice user-libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e.slice and unitName libpod-conmon-b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2025-10-18T12:32:49-04:00" level=debug msg="Received: 29836" time="2025-10-18T12:32:49-04:00" level=info msg="Got Conmon PID as 29834" time="2025-10-18T12:32:49-04:00" level=debug msg="Created container b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98 in OCI runtime" time="2025-10-18T12:32:49-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2025-10-18T12:32:49-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2025-10-18T12:32:49-04:00" level=debug msg="Starting container b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98 with command [/catatonit -P]" time="2025-10-18T12:32:49-04:00" level=debug msg="Started container b87241aa2d4aa3c071953a6aaed0299447eee89358d6e13e8ceadf38edb23d98" time="2025-10-18T12:32:49-04:00" level=debug msg="overlay: mount_data=lowerdir=/home/podman_basic_user/.local/share/containers/storage/overlay/l/YLSIATHSFVL6LLEMMYSF4B7675,upperdir=/home/podman_basic_user/.local/share/containers/storage/overlay/7a1889f24e590f56f1074575561ead45f45000070555aa249c00236ec715275b/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/7a1889f24e590f56f1074575561ead45f45000070555aa249c00236ec715275b/work,userxattr,context=\"system_u:object_r:container_file_t:s0:c94,c274\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Mounted container \"1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7\" at \"/home/podman_basic_user/.local/share/containers/storage/overlay/7a1889f24e590f56f1074575561ead45f45000070555aa249c00236ec715275b/merged\"" time="2025-10-18T12:32:49-04:00" level=debug msg="Created root filesystem for container 1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7 at /home/podman_basic_user/.local/share/containers/storage/overlay/7a1889f24e590f56f1074575561ead45f45000070555aa249c00236ec715275b/merged" time="2025-10-18T12:32:49-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2025-10-18T12:32:49-04:00" level=debug msg="Setting Cgroups for container 1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7 to user-libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e.slice:libpod:1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7" time="2025-10-18T12:32:49-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2025-10-18T12:32:49-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2025-10-18T12:32:49-04:00" level=debug msg="Created OCI spec for container 1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7 at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7/userdata/config.json" time="2025-10-18T12:32:49-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e.slice for parent user.slice and name libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e" time="2025-10-18T12:32:49-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e.slice" time="2025-10-18T12:32:49-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e.slice" time="2025-10-18T12:32:49-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2025-10-18T12:32:49-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7 -u 1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7 -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7/userdata -p /run/user/3001/containers/overlay-containers/1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7/userdata/pidfile -n httpd1-httpd1 --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7 --full-attach -s -l k8s-file:/home/podman_basic_user/.local/share/containers/storage/overlay-containers/1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7/userdata/ctr.log --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/podman_basic_user/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/3001/containers --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/3001/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/podman_basic_user/.local/share/containers/storage/volumes --exit-command-arg --db-backend --exit-command-arg sqlite --exit-command-arg --transient-store=false --exit-command-arg --hooks-dir --exit-command-arg /usr/share/containers/oci/hooks.d --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg file --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg --stopped-only --exit-command-arg 1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7]" time="2025-10-18T12:32:49-04:00" level=info msg="Running conmon under slice user-libpod_pod_7ab8ca562ae7f4f1d347d5c00192e8b77961d56aeb91baf0db7a68dc54cff98e.slice and unitName libpod-conmon-1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2025-10-18T12:32:49-04:00" level=debug msg="Received: 29841" time="2025-10-18T12:32:49-04:00" level=info msg="Got Conmon PID as 29839" time="2025-10-18T12:32:49-04:00" level=debug msg="Created container 1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7 in OCI runtime" time="2025-10-18T12:32:49-04:00" level=debug msg="Starting container 1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7 with command [/bin/busybox-extras httpd -f -p 80]" time="2025-10-18T12:32:49-04:00" level=debug msg="Started container 1455b2030189afd8e7b390871548ebab0571ccef8af14a765401a86ca39fe0f7" time="2025-10-18T12:32:49-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="2025-10-18T12:32:49-04:00" level=debug msg="Shutting down engines" time="2025-10-18T12:32:49-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=29775 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Saturday 18 October 2025 12:32:50 -0400 (0:00:02.194) 0:03:17.642 ****** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:85 Saturday 18 October 2025 12:32:51 -0400 (0:00:00.698) 0:03:18.340 ****** 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 run-user-3001.mount \"app-podman\\\\x2dkube.slice\" basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "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": "3578507264", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target \"app-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/user/3001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21829", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 Saturday 18 October 2025 12:32:52 -0400 (0:00:00.713) 0:03:19.054 ****** changed: [managed-node2] => { "changed": true, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target -.mount network-online.target run-user-3001.mount \"app-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "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": "3577851904", "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": "21829", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 18 October 2025 12:33:03 -0400 (0:00:11.298) 0:03:30.352 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:33:03 -0400 (0:00:00.046) 0:03:30.399 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd2-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:33:03 -0400 (0:00:00.056) 0:03:30.455 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd2-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:33:03 -0400 (0:00:00.058) 0:03:30.514 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:33:03 -0400 (0:00:00.057) 0:03:30.571 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:33:03 -0400 (0:00:00.073) 0:03:30.645 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:33:04 -0400 (0:00:00.418) 0:03:31.063 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:33:04 -0400 (0:00:00.175) 0:03:31.238 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:33:04 -0400 (0:00:00.097) 0:03:31.336 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:33:04 -0400 (0:00:00.411) 0:03:31.748 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:33:04 -0400 (0:00:00.042) 0:03:31.790 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:33:05 -0400 (0:00:00.046) 0:03:31.837 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:33:05 -0400 (0:00:00.066) 0:03:31.904 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:33:05 -0400 (0:00:00.069) 0:03:31.973 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:33:05 -0400 (0:00:00.070) 0:03:32.043 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:33:05 -0400 (0:00:00.069) 0:03:32.112 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:33:05 -0400 (0:00:00.070) 0:03:32.182 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:33:05 -0400 (0:00:00.066) 0:03:32.249 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:33:05 -0400 (0:00:00.072) 0:03:32.321 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:33:05 -0400 (0:00:00.173) 0:03:32.495 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:33:05 -0400 (0:00:00.089) 0:03:32.584 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:33:05 -0400 (0:00:00.082) 0:03:32.667 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:33:05 -0400 (0:00:00.052) 0:03:32.719 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005792", "end": "2025-10-18 12:33:06.245719", "rc": 0, "start": "2025-10-18 12:33:06.239927" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:33:06 -0400 (0:00:00.427) 0:03:33.147 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:33:06 -0400 (0:00:00.065) 0:03:33.212 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 18 October 2025 12:33:06 -0400 (0:00:00.144) 0:03:33.357 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:33:06 -0400 (0:00:00.121) 0:03:33.479 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:33:06 -0400 (0:00:00.065) 0:03:33.544 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:33:06 -0400 (0:00:00.061) 0:03:33.606 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 18 October 2025 12:33:06 -0400 (0:00:00.142) 0:03:33.749 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_6l77dj0d_podman/httpd2", "/tmp/lsr_6l77dj0d_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 18 October 2025 12:33:07 -0400 (0:00:00.099) 0:03:33.849 ****** ok: [managed-node2] => (item=/tmp/lsr_6l77dj0d_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_6l77dj0d_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_6l77dj0d_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_6l77dj0d_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_6l77dj0d_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_6l77dj0d_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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 18 October 2025 12:33:07 -0400 (0:00:00.858) 0:03:34.707 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 18 October 2025 12:33:08 -0400 (0:00:00.123) 0:03:34.830 ****** changed: [managed-node2] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 18 October 2025 12:33:09 -0400 (0:00:01.163) 0:03:35.994 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 18 October 2025 12:33:09 -0400 (0:00:00.051) 0:03:36.046 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 18 October 2025 12:33:09 -0400 (0:00:00.390) 0:03:36.436 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 18 October 2025 12:33:10 -0400 (0:00:00.433) 0:03:36.870 ****** changed: [managed-node2] => { "changed": true, "checksum": "0ba02d39b83f9f747e83246a4ae5afd0ba303767", "dest": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "gid": 0, "group": "root", "md5sum": "cafdb2fba6cc088f44b3f2909190da68", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 762, "src": "/root/.ansible/tmp/ansible-tmp-1760805190.1418462-13875-130644908006132/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 18 October 2025 12:33:10 -0400 (0:00:00.723) 0:03:37.594 ****** 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: 1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97 Container: e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02 STDERR: time="2025-10-18T12:33:11-04:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2025-10-18T12:33:11-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="2025-10-18T12:33:11-04:00" level=info msg="Setting parallel job count to 7" time="2025-10-18T12:33:11-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2025-10-18T12:33:11-04:00" level=info msg="Using sqlite as database backend" time="2025-10-18T12:33:11-04:00" level=debug msg="Using graph driver overlay" time="2025-10-18T12:33:11-04:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2025-10-18T12:33:11-04:00" level=debug msg="Using run root /run/containers/storage" time="2025-10-18T12:33:11-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2025-10-18T12:33:11-04:00" level=debug msg="Using tmp dir /run/libpod" time="2025-10-18T12:33:11-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2025-10-18T12:33:11-04:00" level=debug msg="Using transient store: false" time="2025-10-18T12:33:11-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-10-18T12:33:11-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-10-18T12:33:11-04:00" level=debug msg="Cached value indicated that metacopy is being used" time="2025-10-18T12:33:11-04:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2025-10-18T12:33:11-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="2025-10-18T12:33:11-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2025-10-18T12:33:11-04:00" level=debug msg="Initializing event backend journald" time="2025-10-18T12:33: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="2025-10-18T12:33:11-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2025-10-18T12:33:11-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2025-10-18T12:33: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="2025-10-18T12:33:11-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2025-10-18T12:33:11-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2025-10-18T12:33:11-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2025-10-18T12:33:11-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2025-10-18T12:33:11-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2025-10-18T12:33:11-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network dccaf62a224baf97d5933c62b29c6e4eb2d0e89d68c3a04f05929ed40ec1eb1a bridge podman1 2025-10-18 12:31:05.424960789 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2025-10-18T12:33:11-04:00" level=debug msg="Successfully loaded 2 networks" time="2025-10-18T12:33:11-04:00" level=debug msg="Pod using bridge network mode" time="2025-10-18T12:33:11-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97.slice for parent machine.slice and name libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97" time="2025-10-18T12:33:11-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97.slice" time="2025-10-18T12:33:11-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97.slice" time="2025-10-18T12:33:11-04:00" level=debug msg="no command or entrypoint provided, and no CMD or ENTRYPOINT from image: defaulting to empty string" time="2025-10-18T12:33:11-04:00" level=debug msg="using systemd mode: false" time="2025-10-18T12:33:11-04:00" level=debug msg="setting container name 1400d3113be4-infra" time="2025-10-18T12:33:11-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Allocated lock 1 for container be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f" time="2025-10-18T12:33:11-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are supported" time="2025-10-18T12:33:11-04:00" level=debug msg="Created container \"be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Container \"be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f\" has work directory \"/var/lib/containers/storage/overlay-containers/be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f/userdata\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Container \"be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f\" has run directory \"/run/containers/storage/overlay-containers/be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f/userdata\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-10-18T12:33:11-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-10-18T12:33:11-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-10-18T12:33:11-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-10-18T12:33:11-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:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2025-10-18T12:33:11-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2025-10-18T12:33:11-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-10-18T12:33:11-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-10-18T12:33:11-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-10-18T12:33:11-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-10-18T12:33:11-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:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2025-10-18T12:33:11-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-10-18T12:33:11-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:33:11-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-10-18T12:33:11-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-10-18T12:33:11-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-10-18T12:33:11-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-10-18T12:33:11-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:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2025-10-18T12:33:11-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-10-18T12:33:11-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:33:11-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-10-18T12:33:11-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-10-18T12:33:11-04:00" level=debug msg="using systemd mode: false" time="2025-10-18T12:33:11-04:00" level=debug msg="adding container to pod httpd2" time="2025-10-18T12:33:11-04:00" level=debug msg="setting container name httpd2-httpd2" time="2025-10-18T12:33:11-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2025-10-18T12:33:11-04:00" level=info msg="Sysctl net.ipv4.ping_group_range=0 0 ignored in containers.conf, since Network Namespace set to host" time="2025-10-18T12:33:11-04:00" level=debug msg="Adding mount /proc" time="2025-10-18T12:33:11-04:00" level=debug msg="Adding mount /dev" time="2025-10-18T12:33:11-04:00" level=debug msg="Adding mount /dev/pts" time="2025-10-18T12:33:11-04:00" level=debug msg="Adding mount /dev/mqueue" time="2025-10-18T12:33:11-04:00" level=debug msg="Adding mount /sys" time="2025-10-18T12:33:11-04:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2025-10-18T12:33:11-04:00" level=debug msg="Allocated lock 2 for container e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02" time="2025-10-18T12:33:11-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Created container \"e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Container \"e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02\" has work directory \"/var/lib/containers/storage/overlay-containers/e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02/userdata\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Container \"e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02\" has run directory \"/run/containers/storage/overlay-containers/e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02/userdata\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Strongconnecting node be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f" time="2025-10-18T12:33:11-04:00" level=debug msg="Pushed be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f onto stack" time="2025-10-18T12:33:11-04:00" level=debug msg="Finishing node be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f. Popped be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f off stack" time="2025-10-18T12:33:11-04:00" level=debug msg="Strongconnecting node e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02" time="2025-10-18T12:33:11-04:00" level=debug msg="Pushed e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02 onto stack" time="2025-10-18T12:33:11-04:00" level=debug msg="Finishing node e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02. Popped e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02 off stack" time="2025-10-18T12:33:11-04:00" level=debug msg="Made network namespace at /run/netns/netns-d27567d0-0dca-2fa3-b14b-342c8249e073 for container be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f" time="2025-10-18T12:33:11-04:00" level=debug msg="Created root filesystem for container be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f at /var/lib/containers/storage/overlay-containers/be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f/rootfs/merge" [DEBUG netavark::network::validation] Validating network namespace... [DEBUG netavark::commands::setup] Setting up... [INFO netavark::firewall] Using nftables firewall driver [DEBUG netavark::network::bridge] Setup network podman-default-kube-network [DEBUG netavark::network::bridge] Container interface name: eth0 with IP addresses [10.89.0.2/24] [DEBUG netavark::network::bridge] Bridge name: podman1 with IP addresses [10.89.0.1/24] [DEBUG netavark::network::bridge] Using mtu 9001 from default route interface for the network [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv4/ip_forward to 1 [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv4/conf/podman1/route_localnet to 1 [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv4/conf/podman1/rp_filter to 2 [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv6/conf/eth0/autoconf to 0 [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv4/conf/eth0/arp_notify to 1 [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv4/conf/eth0/rp_filter to 2 [INFO netavark::network::netlink] Adding route (dest: 0.0.0.0/0 ,gw: 10.89.0.1, metric 100) [DEBUG netavark::firewall::firewalld] Adding firewalld rules for network 10.89.0.0/24 [DEBUG netavark::firewall::firewalld] Adding subnet 10.89.0.0/24 to zone trusted as source [INFO netavark::firewall::nft] Creating container chain nv_dccaf62a_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: "62:95:97:f8:9f:ce", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2025-10-18T12:33:11-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2025-10-18T12:33:11-04:00" level=debug msg="Setting Cgroups for container be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f to machine-libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97.slice:libpod:be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f" time="2025-10-18T12:33:11-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2025-10-18T12:33:11-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/var/lib/containers/storage/overlay-containers/be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f/rootfs/merge\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Created OCI spec for container be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f at /var/lib/containers/storage/overlay-containers/be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f/userdata/config.json" time="2025-10-18T12:33:11-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97.slice for parent machine.slice and name libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97" time="2025-10-18T12:33:11-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97.slice" time="2025-10-18T12:33:11-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97.slice" time="2025-10-18T12:33:11-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2025-10-18T12:33:11-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f -u be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f/userdata -p /run/containers/storage/overlay-containers/be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f/userdata/pidfile -n 1400d3113be4-infra --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /var/lib/containers/storage --exit-command-arg --runroot --exit-command-arg /run/containers/storage --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/libpod --exit-command-arg --network-config-dir --exit-command-arg --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /var/lib/containers/storage/volumes --exit-command-arg --db-backend --exit-command-arg sqlite --exit-command-arg --transient-store=false --exit-command-arg --hooks-dir --exit-command-arg /usr/share/containers/oci/hooks.d --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --storage-opt --exit-command-arg overlay.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 be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f]" time="2025-10-18T12:33:11-04:00" level=info msg="Running conmon under slice machine-libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97.slice and unitName libpod-conmon-be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f.scope" time="2025-10-18T12:33:11-04:00" level=debug msg="Received: 32382" time="2025-10-18T12:33:11-04:00" level=info msg="Got Conmon PID as 32380" time="2025-10-18T12:33:11-04:00" level=debug msg="Created container be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f in OCI runtime" time="2025-10-18T12:33:11-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2025-10-18T12:33:11-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2025-10-18T12:33:11-04:00" level=debug msg="Starting container be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f with command [/catatonit -P]" time="2025-10-18T12:33:11-04:00" level=debug msg="Started container be53e7ba06657559435759e234018befe2f03da87266ae0510116e306275e16f" time="2025-10-18T12:33:11-04:00" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/l/7P2FOBZO6ARAXUIJCH7VKVXSF6,upperdir=/var/lib/containers/storage/overlay/66d41dd9a3b73fd956df78a0923f8ceb37357bdd64b4340816a569737ae97310/diff,workdir=/var/lib/containers/storage/overlay/66d41dd9a3b73fd956df78a0923f8ceb37357bdd64b4340816a569737ae97310/work,nodev,metacopy=on,context=\"system_u:object_r:container_file_t:s0:c122,c410\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Mounted container \"e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02\" at \"/var/lib/containers/storage/overlay/66d41dd9a3b73fd956df78a0923f8ceb37357bdd64b4340816a569737ae97310/merged\"" time="2025-10-18T12:33:11-04:00" level=debug msg="Created root filesystem for container e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02 at /var/lib/containers/storage/overlay/66d41dd9a3b73fd956df78a0923f8ceb37357bdd64b4340816a569737ae97310/merged" time="2025-10-18T12:33:11-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2025-10-18T12:33:11-04:00" level=debug msg="Setting Cgroups for container e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02 to machine-libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97.slice:libpod:e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02" time="2025-10-18T12:33:11-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2025-10-18T12:33:11-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2025-10-18T12:33:11-04:00" level=debug msg="Created OCI spec for container e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02 at /var/lib/containers/storage/overlay-containers/e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02/userdata/config.json" time="2025-10-18T12:33:11-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97.slice for parent machine.slice and name libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97" time="2025-10-18T12:33:11-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97.slice" time="2025-10-18T12:33:11-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97.slice" time="2025-10-18T12:33:11-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2025-10-18T12:33:11-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02 -u e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02/userdata -p /run/containers/storage/overlay-containers/e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02/userdata/pidfile -n httpd2-httpd2 --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /var/lib/containers/storage --exit-command-arg --runroot --exit-command-arg /run/containers/storage --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/libpod --exit-command-arg --network-config-dir --exit-command-arg --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /var/lib/containers/storage/volumes --exit-command-arg --db-backend --exit-command-arg sqlite --exit-command-arg --transient-store=false --exit-command-arg --hooks-dir --exit-command-arg /usr/share/containers/oci/hooks.d --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --storage-opt --exit-command-arg overlay.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 e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02]" time="2025-10-18T12:33:11-04:00" level=info msg="Running conmon under slice machine-libpod_pod_1400d3113be4267e819d11c25efde5be55ba45f8301e1a50fb07fbe22ec60d97.slice and unitName libpod-conmon-e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02.scope" time="2025-10-18T12:33:11-04:00" level=debug msg="Received: 32388" time="2025-10-18T12:33:11-04:00" level=info msg="Got Conmon PID as 32385" time="2025-10-18T12:33:11-04:00" level=debug msg="Created container e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02 in OCI runtime" time="2025-10-18T12:33:11-04:00" level=debug msg="Starting container e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02 with command [/bin/busybox-extras httpd -f -p 80]" time="2025-10-18T12:33:11-04:00" level=debug msg="Started container e4c54e1f2cfe0a7031455f5f1a87beb88d30ef14b1eb5080959c0cc5615dbe02" time="2025-10-18T12:33:11-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="2025-10-18T12:33:11-04:00" level=debug msg="Shutting down engines" time="2025-10-18T12:33:11-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=32323 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Saturday 18 October 2025 12:33:11 -0400 (0:00:00.830) 0:03:38.424 ****** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:85 Saturday 18 October 2025 12:33:12 -0400 (0:00:00.794) 0:03:39.219 ****** 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": "systemd-journald.socket sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount basic.target network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "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": "3019018240", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount \"system-podman\\\\x2dkube.slice\" sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21829", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 Saturday 18 October 2025 12:33:13 -0400 (0:00:00.917) 0:03:40.136 ****** 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 sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount basic.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "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": "3025215488", "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\" -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21829", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 18 October 2025 12:33:24 -0400 (0:00:11.274) 0:03:51.410 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:33:24 -0400 (0:00:00.064) 0:03:51.474 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\nspec:\n containers:\n - name: httpd3\n image: quay.io/libpod/testimage:20210610\n command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n ports:\n - containerPort: 80\n hostPort: 15003\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - name: www\n hostPath:\n path: \"/tmp/lsr_6l77dj0d_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_6l77dj0d_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:33:24 -0400 (0:00:00.064) 0:03:51.539 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd3" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd3", "ports": [ { "containerPort": 80, "hostPort": 15003 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd3-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:33:24 -0400 (0:00:00.068) 0:03:51.607 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:33:24 -0400 (0:00:00.058) 0:03:51.665 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:33:24 -0400 (0:00:00.070) 0:03:51.736 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:33:24 -0400 (0:00:00.044) 0:03:51.781 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:33:25 -0400 (0:00:00.044) 0:03:51.826 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:33:25 -0400 (0:00:00.059) 0:03:51.885 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:33:25 -0400 (0:00:00.395) 0:03:52.280 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:33:25 -0400 (0:00:00.103) 0:03:52.384 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:33:25 -0400 (0:00:00.043) 0:03:52.428 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:33:25 -0400 (0:00:00.063) 0:03:52.494 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:33:25 -0400 (0:00:00.067) 0:03:52.562 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:33:25 -0400 (0:00:00.043) 0:03:52.605 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:33:25 -0400 (0:00:00.044) 0:03:52.649 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:33:25 -0400 (0:00:00.045) 0:03:52.695 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:33:25 -0400 (0:00:00.042) 0:03:52.738 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:33:25 -0400 (0:00:00.043) 0:03:52.781 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:33:26 -0400 (0:00:00.052) 0:03:52.834 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:33:26 -0400 (0:00:00.047) 0:03:52.881 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:33:26 -0400 (0:00:00.045) 0:03:52.927 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:33:26 -0400 (0:00:00.114) 0:03:53.041 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005446", "end": "2025-10-18 12:33:26.576611", "rc": 0, "start": "2025-10-18 12:33:26.571165" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:33:26 -0400 (0:00:00.435) 0:03:53.476 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:33:26 -0400 (0:00:00.063) 0:03:53.540 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 18 October 2025 12:33:26 -0400 (0:00:00.166) 0:03:53.706 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:33:27 -0400 (0:00:00.116) 0:03:53.823 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:33:27 -0400 (0:00:00.063) 0:03:53.886 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:33:27 -0400 (0:00:00.065) 0:03:53.952 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 18 October 2025 12:33:27 -0400 (0:00:00.064) 0:03:54.016 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_6l77dj0d_podman/httpd3", "/tmp/lsr_6l77dj0d_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 18 October 2025 12:33:27 -0400 (0:00:00.070) 0:03:54.087 ****** ok: [managed-node2] => (item=/tmp/lsr_6l77dj0d_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_6l77dj0d_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_6l77dj0d_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_6l77dj0d_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_6l77dj0d_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_6l77dj0d_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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 18 October 2025 12:33:28 -0400 (0:00:00.787) 0:03:54.874 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 18 October 2025 12:33:28 -0400 (0:00:00.134) 0:03:55.008 ****** changed: [managed-node2] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 18 October 2025 12:33:29 -0400 (0:00:01.069) 0:03:56.078 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_booted", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 18 October 2025 12:33:29 -0400 (0:00:00.041) 0:03:56.120 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 18 October 2025 12:33:29 -0400 (0:00:00.417) 0:03:56.537 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 18 October 2025 12:33:30 -0400 (0:00:00.407) 0:03:56.945 ****** changed: [managed-node2] => { "changed": true, "checksum": "fe58a154da3e55d3c9894c78ec2548d93f0b7226", "dest": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "gid": 0, "group": "root", "md5sum": "6b71ffab3d369fb67112a58207888c8c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 762, "src": "/root/.ansible/tmp/ansible-tmp-1760805210.2053769-14476-9250179038638/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 18 October 2025 12:33:30 -0400 (0:00:00.730) 0:03:57.676 ****** changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": true } STDOUT: Pod: 318cd567c5f25cc1c5eb81b810cf39bcabaa29d38de39e001edb13fd1fdc4813 Container: b27fd44860eda4362477e79da23ac9da3a6d43c8cf4aa7542adbc66f53b50072 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Saturday 18 October 2025 12:33:31 -0400 (0:00:00.769) 0:03:58.445 ****** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:85 Saturday 18 October 2025 12:33:32 -0400 (0:00:00.800) 0:03:59.245 ****** 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": "systemd-journald.socket basic.target network-online.target sysinit.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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "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": "3013951488", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21829", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 Saturday 18 October 2025 12:33:33 -0400 (0:00:00.846) 0:04:00.091 ****** 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": "sysinit.target systemd-journald.socket basic.target \"system-podman\\\\x2dkube.slice\" network-online.target -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "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": "3018002432", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21829", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 18 October 2025 12:33:44 -0400 (0:00:11.125) 0:04:11.217 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 18 October 2025 12:33:44 -0400 (0:00:00.107) 0:04:11.324 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 18 October 2025 12:33:44 -0400 (0:00:00.036) 0:04:11.361 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 18 October 2025 12:33:44 -0400 (0:00:00.034) 0:04:11.395 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 18 October 2025 12:33:44 -0400 (0:00:00.035) 0:04:11.431 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check if pods are running] *********************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:302 Saturday 18 October 2025 12:33:44 -0400 (0:00:00.056) 0:04:11.487 ****** 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.078081", "end": "2025-10-18 12:33:45.193115", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2025-10-18 12:33:45.115034" } 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.031916", "end": "2025-10-18 12:33:45.604973", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2025-10-18 12:33:45.573057" } 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.030637", "end": "2025-10-18 12:33:45.977180", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2025-10-18 12:33:45.946543" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:313 Saturday 18 October 2025 12:33:46 -0400 (0:00:01.374) 0:04:12.862 ****** 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.011467", "end": "2025-10-18 12:33:46.460596", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2025-10-18 12:33:46.449129" } 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.014364", "end": "2025-10-18 12:33:46.824341", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2025-10-18 12:33:46.809977" } 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.013804", "end": "2025-10-18 12:33:47.176820", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2025-10-18 12:33:47.163016" } 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-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:330 Saturday 18 October 2025 12:33:47 -0400 (0:00:01.210) 0:04:14.072 ****** ok: [managed-node2] => (item=15001) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sat, 18 Oct 2025 16:33:47 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Sat, 18 Oct 2025 16:29:39 GMT", "redirected": false, "status": 200, "url": "http://localhost:15001/index.txt" } MSG: OK (3 bytes) ok: [managed-node2] => (item=15002) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sat, 18 Oct 2025 16:33:48 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Sat, 18 Oct 2025 16:29:40 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) TASK [Check host directories] ************************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:338 Saturday 18 October 2025 12:33:48 -0400 (0:00:01.062) 0:04:15.135 ****** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_6l77dj0d_podman/httpd1-create" ], "delta": "0:00:00.005107", "end": "2025-10-18 12:33:48.684470", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2025-10-18 12:33:48.679363" } STDOUT: total 0 drwxr-xr-x. 2 podman_basic_user podman_basic_user 6 Oct 18 12:32 ./ drwxrwxrwx. 8 root root 111 Oct 18 12:33 ../ ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_6l77dj0d_podman/httpd2-create" ], "delta": "0:00:00.004362", "end": "2025-10-18 12:33:49.024546", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2025-10-18 12:33:49.020184" } STDOUT: total 0 drwxr-xr-x. 2 root root 6 Oct 18 12:33 ./ drwxrwxrwx. 8 root root 111 Oct 18 12:33 ../ ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_6l77dj0d_podman/httpd3-create" ], "delta": "0:00:00.003998", "end": "2025-10-18 12:33:49.382139", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2025-10-18 12:33:49.378141" } STDOUT: total 0 drwxrwxrwx. 8 root root 111 Oct 18 12:33 ../ drwxr-xr-x. 2 root root 6 Oct 18 12:33 ./ TASK [Run role again to test for idempotency] ********************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:343 Saturday 18 October 2025 12:33:49 -0400 (0:00:01.147) 0:04:16.282 ****** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 18 October 2025 12:33:49 -0400 (0:00:00.213) 0:04:16.496 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 18 October 2025 12:33:49 -0400 (0:00:00.195) 0:04:16.691 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 18 October 2025 12:33:49 -0400 (0:00:00.080) 0:04:16.771 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 18 October 2025 12:33:50 -0400 (0:00:00.073) 0:04:16.845 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 18 October 2025 12:33:50 -0400 (0:00:00.077) 0:04:16.922 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 18 October 2025 12:33:50 -0400 (0:00:00.062) 0:04:16.984 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 18 October 2025 12:33:50 -0400 (0:00:00.049) 0:04:17.034 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 18 October 2025 12:33:50 -0400 (0:00:00.091) 0:04:17.126 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 18 October 2025 12:33:50 -0400 (0:00:00.047) 0:04:17.173 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 18 October 2025 12:33:50 -0400 (0:00:00.043) 0:04:17.216 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 18 October 2025 12:33:50 -0400 (0:00:00.042) 0:04:17.258 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 18 October 2025 12:33:51 -0400 (0:00:01.092) 0:04:18.351 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 18 October 2025 12:33:51 -0400 (0:00:00.044) 0:04:18.395 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 18 October 2025 12:33:51 -0400 (0:00:00.065) 0:04:18.460 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 18 October 2025 12:33:51 -0400 (0:00:00.039) 0:04:18.500 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 18 October 2025 12:33:51 -0400 (0:00:00.038) 0:04:18.538 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 18 October 2025 12:33:51 -0400 (0:00:00.037) 0:04:18.576 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.021710", "end": "2025-10-18 12:33:52.114720", "rc": 0, "start": "2025-10-18 12:33:52.093010" } STDOUT: podman version 5.6.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 18 October 2025 12:33:52 -0400 (0:00:00.435) 0:04:19.012 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 18 October 2025 12:33:52 -0400 (0:00:00.069) 0:04:19.081 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 18 October 2025 12:33:52 -0400 (0:00:00.066) 0:04:19.148 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 18 October 2025 12:33:52 -0400 (0:00:00.067) 0:04:19.215 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 18 October 2025 12:33:52 -0400 (0:00:00.168) 0:04:19.383 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 18 October 2025 12:33:52 -0400 (0:00:00.113) 0:04:19.496 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 18 October 2025 12:33:52 -0400 (0:00:00.120) 0:04:19.617 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:33:52 -0400 (0:00:00.130) 0:04:19.747 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:33:53 -0400 (0:00:00.075) 0:04:19.823 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:33:53 -0400 (0:00:00.076) 0:04:19.899 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:33:53 -0400 (0:00:00.092) 0:04:19.991 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:33:53 -0400 (0:00:00.410) 0:04:20.402 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:33:53 -0400 (0:00:00.040) 0:04:20.443 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:33:53 -0400 (0:00:00.040) 0:04:20.483 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:33:53 -0400 (0:00:00.112) 0:04:20.596 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:33:53 -0400 (0:00:00.046) 0:04:20.642 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:33:53 -0400 (0:00:00.067) 0:04:20.709 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:33:53 -0400 (0:00:00.069) 0:04:20.779 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:33:54 -0400 (0:00:00.069) 0:04:20.848 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 18 October 2025 12:33:54 -0400 (0:00:00.071) 0:04:20.920 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 18 October 2025 12:33:54 -0400 (0:00:00.142) 0:04:21.062 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 18 October 2025 12:33:54 -0400 (0:00:00.130) 0:04:21.193 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 18 October 2025 12:33:54 -0400 (0:00:00.069) 0:04:21.263 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 18 October 2025 12:33:54 -0400 (0:00:00.069) 0:04:21.333 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 October 2025 12:33:54 -0400 (0:00:00.212) 0:04:21.545 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 18 October 2025 12:33:54 -0400 (0:00:00.058) 0:04:21.604 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 18 October 2025 12:33:54 -0400 (0:00:00.050) 0:04:21.654 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 18 October 2025 12:33:54 -0400 (0:00:00.083) 0:04:21.737 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 18 October 2025 12:33:54 -0400 (0:00:00.040) 0:04:21.778 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 18 October 2025 12:33:55 -0400 (0:00:00.039) 0:04:21.817 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 18 October 2025 12:33:55 -0400 (0:00:00.074) 0:04:21.892 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 18 October 2025 12:33:55 -0400 (0:00:00.039) 0:04:21.931 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 18 October 2025 12:33:55 -0400 (0:00:00.037) 0:04:21.969 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 18 October 2025 12:33:55 -0400 (0:00:00.038) 0:04:22.007 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 18 October 2025 12:33:55 -0400 (0:00:00.129) 0:04:22.136 ****** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 18 October 2025 12:33:55 -0400 (0:00:00.125) 0:04:22.262 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 18 October 2025 12:33:55 -0400 (0:00:00.080) 0:04:22.342 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 18 October 2025 12:33:55 -0400 (0:00:00.048) 0:04:22.391 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 18 October 2025 12:33:55 -0400 (0:00:00.042) 0:04:22.433 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 18 October 2025 12:33:55 -0400 (0:00:00.041) 0:04:22.474 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 18 October 2025 12:33:55 -0400 (0:00:00.041) 0:04:22.516 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 18 October 2025 12:33:55 -0400 (0:00:00.046) 0:04:22.563 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 18 October 2025 12:33:55 -0400 (0:00:00.045) 0:04:22.608 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 18 October 2025 12:33:55 -0400 (0:00:00.150) 0:04:22.758 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 18 October 2025 12:33:56 -0400 (0:00:00.047) 0:04:22.806 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Saturday 18 October 2025 12:33:56 -0400 (0:00:00.824) 0:04:23.630 ****** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Saturday 18 October 2025 12:33:56 -0400 (0:00:00.071) 0:04:23.702 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Saturday 18 October 2025 12:33:56 -0400 (0:00:00.059) 0:04:23.761 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 18 October 2025 12:33:57 -0400 (0:00:00.043) 0:04:23.804 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Saturday 18 October 2025 12:33:57 -0400 (0:00:00.051) 0:04:23.856 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Saturday 18 October 2025 12:33:57 -0400 (0:00:00.054) 0:04:23.911 ****** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-10-18 12:30:48 EDT", "ActiveEnterTimestampMonotonic": "266456731", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.socket sysinit.target dbus-broker.service system.slice polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-10-18 12:30:47 EDT", "AssertTimestampMonotonic": "265544875", "Before": "multi-user.target network-pre.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "774237000", "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": "Sat 2025-10-18 12:30:47 EDT", "ConditionTimestampMonotonic": "265544871", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4932", "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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainHandoffTimestampMonotonic": "265572895", "ExecMainPID": "13266", "ExecMainStartTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainStartTimestampMonotonic": "265547790", "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 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-10-18 12:30:47 EDT", "InactiveExitTimestampMonotonic": "265548421", "InvocationID": "95921e66959c40ff924c9aec03194388", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13266", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3010269184", "MemoryCurrent": "33439744", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "56229888", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-10-18 12:33:33 EDT", "StateChangeTimestampMonotonic": "430764893", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessExitStatus": "251", "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": "21829", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Saturday 18 October 2025 12:33:57 -0400 (0:00:00.570) 0:04:24.482 ****** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-10-18 12:30:48 EDT", "ActiveEnterTimestampMonotonic": "266456731", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.socket sysinit.target dbus-broker.service system.slice polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-10-18 12:30:47 EDT", "AssertTimestampMonotonic": "265544875", "Before": "multi-user.target network-pre.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "774237000", "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": "Sat 2025-10-18 12:30:47 EDT", "ConditionTimestampMonotonic": "265544871", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4932", "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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainHandoffTimestampMonotonic": "265572895", "ExecMainPID": "13266", "ExecMainStartTimestamp": "Sat 2025-10-18 12:30:47 EDT", "ExecMainStartTimestampMonotonic": "265547790", "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 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-10-18 12:30:47 EDT", "InactiveExitTimestampMonotonic": "265548421", "InvocationID": "95921e66959c40ff924c9aec03194388", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13266", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3005853696", "MemoryCurrent": "33439744", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "56229888", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-10-18 12:33:33 EDT", "StateChangeTimestampMonotonic": "430764893", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessExitStatus": "251", "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": "21829", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Saturday 18 October 2025 12:33:58 -0400 (0:00:00.579) 0:04:25.061 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.12", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Saturday 18 October 2025 12:33:58 -0400 (0:00:00.051) 0:04:25.113 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Saturday 18 October 2025 12:33:58 -0400 (0:00:00.037) 0:04:25.150 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Saturday 18 October 2025 12:33:58 -0400 (0:00:00.117) 0:04:25.267 ****** ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.549) 0:04:25.817 ****** skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.064) 0:04:25.882 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.052) 0:04:25.934 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.040) 0:04:25.975 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.040) 0:04:26.015 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.037) 0:04:26.053 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.038) 0:04:26.091 ****** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.062) 0:04:26.154 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.238) 0:04:26.392 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.072) 0:04:26.464 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.049) 0:04:26.513 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.072) 0:04:26.586 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.042) 0:04:26.628 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.042) 0:04:26.671 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.047) 0:04:26.719 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 18 October 2025 12:33:59 -0400 (0:00:00.059) 0:04:26.778 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 18 October 2025 12:34:00 -0400 (0:00:00.076) 0:04:26.855 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 18 October 2025 12:34:00 -0400 (0:00:00.826) 0:04:27.681 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 18 October 2025 12:34:01 -0400 (0:00:00.177) 0:04:27.859 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 18 October 2025 12:34:01 -0400 (0:00:00.876) 0:04:28.735 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 18 October 2025 12:34:02 -0400 (0:00:00.826) 0:04:29.562 ****** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 18 October 2025 12:34:02 -0400 (0:00:00.067) 0:04:29.629 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 18 October 2025 12:34:02 -0400 (0:00:00.066) 0:04:29.695 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 18 October 2025 12:34:02 -0400 (0:00:00.061) 0:04:29.756 ****** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 18 October 2025 12:34:03 -0400 (0:00:00.916) 0:04:30.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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 18 October 2025 12:34:03 -0400 (0:00:00.052) 0:04:30.726 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 18 October 2025 12:34:03 -0400 (0:00:00.048) 0:04:30.774 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 18 October 2025 12:34:04 -0400 (0:00:00.043) 0:04:30.818 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 18 October 2025 12:34:04 -0400 (0:00:00.049) 0:04:30.868 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 18 October 2025 12:34:04 -0400 (0:00:00.040) 0:04:30.908 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 18 October 2025 12:34:04 -0400 (0:00:00.139) 0:04:31.047 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 18 October 2025 12:34:04 -0400 (0:00:00.063) 0:04:31.111 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 18 October 2025 12:34:04 -0400 (0:00:00.064) 0:04:31.176 ****** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 18 October 2025 12:34:04 -0400 (0:00:00.067) 0:04:31.243 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 18 October 2025 12:34:04 -0400 (0:00:00.065) 0:04:31.309 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 18 October 2025 12:34:04 -0400 (0:00:00.046) 0:04:31.355 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 18 October 2025 12:34:04 -0400 (0:00:00.046) 0:04:31.401 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 18 October 2025 12:34:04 -0400 (0:00:00.046) 0:04:31.448 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 18 October 2025 12:34:04 -0400 (0:00:00.042) 0:04:31.490 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 18 October 2025 12:34:04 -0400 (0:00:00.036) 0:04:31.526 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 18 October 2025 12:34:04 -0400 (0:00:00.037) 0:04:31.564 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 18 October 2025 12:34:05 -0400 (0:00:00.584) 0:04:32.148 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 18 October 2025 12:34:05 -0400 (0:00:00.037) 0:04:32.186 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:516fc1334de0624253025c6e8df41be7e1416593a0b4d428ac1444715a65ce48", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:9d30fc54abaa02d9e4d9571fdbe46e074b0120b91b4c8b455b94e2201fdca356", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:28614084cc689df308cb61f8a94a69a7e6a73ded19b37a49afcd69e2112701bc", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:428d11ddba5b18eb97e218ebd1cd3fc330b2541ca010a8329d272ee6a1b8a4b4", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:01a578bdb01f705551780f90df43f51a54791f884cbe8e0959181d1c19509f72", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:f1d04ad69271344bcaae314cf30c8db692cef4a9cf5214e9bd25d77111813ac9", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:d70e6129e871ffa80b30e518610f7d0e824c5415fa954de8462abfc2f7fccd73", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:937c211894e03392cecf4a1452f22110de2c5a5e088bc5fe2e39b61d8a9424da", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:5d30696b9d1075be0b31fc80c07cc3820203d16d9e91814b4cc83aedf727aeee", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:50fbaadfab9a7e5b3811dd3e0710a3648854e48bd2bf8f85488c771d20b4840f", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:c8cc82377e90d62aaaf4a2f957eacb0e366bee79428eacc1694e0fcbb310519a", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:25431e641d35db0920262d7931e6c084b11f5dc2ef66c380379c062798d3a302", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:22acee21915a409e588fdd00401c266ef212d23b82bc5e15c962d1819ad617b6", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:d189062fc494d468206cdd11d394abb99f453e2ee680dbd9c6ecfcafe0397b3c", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:5e07e1661961b33ac04ee4a813b0c3c2b30c33c21907ae894bcfebf78c7dfd96", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:98471b96adadeb2d3e282836b1870aceec901f86791c42811ec92cfb7b4722e2", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:c631e69912bc019c6232ddbe45ea26e2a0a1ae26c8ceb0612c6bb5ffd23f872b", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:6e2d3aaaf0235d62bddd51218259e2b0b209847c7c4f9b7cb8a5224742c5ba8d", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:dd5e70e8e7bdf3b6d84ceced346109f899452f692e9674d5d588ec120bc02357", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:142a3a68a7d1d481b8bf8ec3c4a0ff446846d93f0d2c75a802ac8d201bd60cd3", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:8fcfb29be07d3ffaeffb12164939e96f65531205965ae55a75ec5e7c16ac0e2f", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:09832470bc9a76ac28e91b146283bd0785ba48885a1e6c7d8b2b9850959e1e7a", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:3986f1b69898619a970330d214bc5c61aeb81b3572adc4842ad4a1a6900f1aac", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:c962836dee4f0940386878d82b97ad093fdb559bb455dd63a095351d77dfe7ee", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:80e23430f19fc108b5a44629abcd60b9b8426e3f54315bd78b4497156297b2ca", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:16ab4f32d98bbcfb57717cea28a7b6ece13ae4b65f256bad73be947188971fef", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:e03e321b4923dac015f7b0446c9e7dcdc37a4c9da10b2e9798904480c50319fd", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:23c684ab56d5683c616fba4ff8cf408c7740b75eb86082aede26417ac8dcc5ff", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:7cee63efe115abd21ad2f29d525749aa18d2144e303d52b951fe0172970ca576", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:15d514b77a60a7b15cdddd846065c89cc5fc80eafa46e872554a597cdcded948", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:2bfd39abe3a559d5419b15e5d2b58662439cfd46d860d26821029579ece6b6fe", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:c8d601433fd252ea14fb2af1abc20bf5f88c9c682d596c67e89a17b133f270e5", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:ecee7b3f9bdb0a4a7102b4d53a2311afb7a2b5ab510978f836cc9b8972e78694", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:cde39e721f71f5d5d656e89104d6fff5f030a0530c34613bcc96fe6bcb15c1c8", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:163f3ae58c632cf9dc337fd1191b05d8e397d351996d75e17fceb1cd7e5576a6", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:28feeb329549dcf050fdfc50ffbc77a7f12c632307ad1fb8e2fa17f44efebd43", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:68b509aa78b41c795b064b5b7d5b40d15a8bfb26dfec2cb62120da428d93dd4a", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:2d512baafdd7831586744919a1e3ab787551683ca51821307e3d55e32b713e20", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:362b567009304ad166134f067a78e6bab36b79b8c66c365e82e4e16ae62905e7", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:fb4bd7dbb5ec290393b046e211152648b84d0a2fce9745e29c1c0805e30c521b", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:06761d54039e55f5fb41263176ab91b5a900494a35c872e3c0731ebe0a5a496f", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:18aa9b0f7c86dcfda260468a26fa0f91a0a4996779e9b3e31d70cefe290d6d73", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:0c10ebfa126fbe07942b1e7534f7db67584489b13d86624309f6eb5efa09689b", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:d92b86a8fe2c675fdf691a193ae5efd226bc9ee972502ca503d878eabafbe0ba", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:8b823a48aff2d337cafb95f34391d9d90a6b4587c0936ee8a2512929bd470f25", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:407e42b956196dfc597aaca0075a725d7651642b96ae4f8cac8c81aa5da7c5d6", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:6d781c450c00ed80df726ffbad905afba7b2d6e63b4ed27f8fb6eda75754277f", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:b521e3bd4d68151ce51d31f85d7ed51a55349d8afcb3e09a2cd5cda642e8b84c", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f013ea4bea42a7981f78bf03e81610e9b9007e6129daf380b40533d6126feeb3", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:f4b6c9903c4e2228dfdae98dd766b20cfe43ca16b39e4401b667965a34e0aaa8", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:5c0fe3c344c7603859b8ebafb36bf300043930e9574433523b653f8048ae8a18", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:1253912eabdadf39c59b90789c42a8e36d7957c67e50f62b8d2d9f30b2136a76", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:9203c2f26ff9ff9ef26eacc2c116e03fc85510f3e4b17152c647ccb7209b0731", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:beb14de39cbe573d8aea382770d7a260841dd2f9beae133f3e2b52ee3eca8da7", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:b871ae5b3e6316680bba6482d7717bf6fe33242b1e52880d9e2dfc7cb7cf1bb9", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:25792def794bb2aa298ffee78bbf5cb6c022f9ee5753b05d9b81a897c341736e", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:b35e80516f15c671becee027675e517e7717cd3a499ca8b1147b354eb3a8597a", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:535b5bc8fea85daf9e42ab3d6d4f322e08b0c859eca48b46ec6a717c36a9844d", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:cc7a0a3338d4838b62b70e09f452f03e95979e6c34096b118bafbc34167db024", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:30535e9dfbb5ebf8858c69dc2e9e74e6fa73bdc95c90138ebb52160cd9a73620", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:2190345e4b2c61371538790442a1ffb5e2e39146fe0db65e354a892bce5b0b81", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:60cda7af97caa987f5c2cd6af9bd7fab328e72391444f33d53278a7f08d897ba", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:daf4c1c49b12d0d009671ed82a8febc434597354b74531c22f3e85ff92b4e8e0", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:7283f14bc6e5325b07157e442a8ed623e4ce46bf6f7ff9ec530c5e50f9f8a366", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:bf33803bf4ef143fded01923612e6f82aed0046306fa90b9308b9113a5b62136", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:2fea6de390e7fbf74e97a21b56d7f73ce262d6335835528aaa68a1d9bae66665", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:7c8bf27770a56b029492e16000002335344ff72272cea27950e9253576472b6a", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:d3b8171a2b07e25c9de41a7c6206fa49048f0aee1db8ce4b1947c6889b36cb0c", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:2d24fbe20afc9e535e9d48c463b28fbe180db38c9edc8773f9e90c878916097d", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:94c9dcbeb9ecf9d9c02a7601a4437461123858d378ed0633d8b76de153b74575", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:67b89f284bff80827c2e50bf61377d5f2d5ec2c91289b44093c90281929da453", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:8c23480c5b9bfaa67262e70cee6eaf13dd81e677c8130d9387ade8fd44af6c30", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:dce338525bc305a2bd14878998f81ff7523e60d1e265fd8bc162118fb6064cb1", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:19b816c787f9006b2e72a6eec74b28bfbe89ea6950ca156339f0f219b8ea26b0", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:619c57b5b2ed96f368ed06dec28ae50365f0325d6383f8fcef861a1149437fbb", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:4756e0e90007d639de59ca00e4a436ff5377acbc7b851bffe19eafb421a2f1fc", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:5a3b1fc68e50306ddb9d553be6b22623d34b495c76011fe91cf22c40c9c0356b", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:c9fa40236273029bcc8c8a450dc7b2e845c5f8d6b084344c11a471f1b24bb243", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:2a0296a57b852fa64f9e3d1da4d4263fd66599cd5ac6717fb6aabc9581df9f85", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:4ae4d78adca75b14367358858df60147aff562446e8564e1ca058a0fe5b29ea1", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:e82c249a6c6e116596d6037ef6d23f64ed21960d8ab56d7d4f14bf682723eca9", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:fc10f3410281c2ac16ae959de5d4f649ad1aea9cae1dac5633ef79592845b7da", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:a5d3ec9bf632c01a01af62d1acad0dd5645b7c9f215c31d38308c5fedd83e451", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:353e1f02808b88e0c3a39bbfeb835dc06b815a02c27530c2b1470e0087c803b4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:ad6ab2c3878452064ce4e24a5d088396e04245f1b651752b42807c3eadcb376f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:9f9857c24e4681e84ae5bc3bcb9a9f2f72869a804625f992b71f989c1c02eacd", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:03ebc57fa5f1edec92d53093b4c372c897560f2ba654bdf84bf23b7f032d5924", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:28005785caf4b1db1dd4abb7958e95a835a4f61dbea3855340e5e21b26402ad2", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:020e88a823875408098e403243e74844c02b6cdf89d365195badf6e24e0fcac7", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:0ad65402073bf1039fef15b6719764a659139a3118d770b879a265945a43480c", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:2f67ccaffd481b5e02e08239a661edd9c6567ec63fc474e3cabdca07f05d64ae", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:bf5ca0762aa37845f9c1af18e767f47cc671e23779152050b66f6ae19b8aa05d", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:f700a21fa1ee92d45b122f08fad7011b1cac933961db6b78f9f91405eeac0191", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:9f9c3a2d3a1c393b13a6420becc3b00587c61efbe6deda23bf84c64500761272", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:8afc1fd453442353b00853f1ae0322e09311cc9f305a29d81f7722664a29dbaf", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:f7c8e21ebeb9f9be9f790b46474e354b6a99e4a45e8404af1bd972a18aeca500", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:004ef662943e2e4d730ea85b935ba975ae802ce61ff19cb54516e10b8d0bbcc6", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:c95140f632de3fc0795c1f64173cc1e299b5f95ea1e6fbc22458514ba35d9d87", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:6030eb8de24db8e5196ee46a83ca233e2020ffef173a712879197063b4abb4c4", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:d6ef5fa653ef1f58cfe1aa7da19e901ec89d615025668349c4064a84613c7cc1", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:7ce53bc70416d9f2cff045d6dc95f696fb44e86d2ef1e2f5d6dd4fa29e9f49cb", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:097b73c686c88aca86e7ac5922be470f410f2f818e42e6a75942fe6b72d43b85", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:0072743763d80c984f00a0fb7f6488c8fd6c7f53d37d6d4b5bce53c5d9dfc866", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:7e0c4e8ea9eaebbdef5e27412741d557ae42b611a3d54a7745247c6c8a865123", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:ba63c1d4b4388d772b10a367c24072c0cc57d5949edd8afafdfe89aecf1ae88a", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:76f07d28c59fb1f96ce8a006801f5c44c8b9c2c3590ac9e20cb2bba02af58ff6", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:daa76500f634fd43405d98c616503acaaa1098fb24d7e3a2dfbbf35011de760d", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:10972211a1892fc4db5f2fe7337c18414eeb26160d2245a40ab51821165b358b", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:53c966a5a4ca74f3b2470c09bd52e1cdc71dd82ad43dcbe5736fa0a191f8f340", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:c22ff5aa2633786ecdbbe1fde926cbf8656a3426d98177b65d624eb20bcd2f1e", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:44d1f5c3edde60efad2bcb577f212110c1421027f5dc5d653a129d5ae4a4d147", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:7dbb790ed9c100e873ed2717c7795443b55965593ec87f8be140ab288bca8980", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:6a332398dd63ae584ec1a9cbe148de9e020551c2f012fff24e1cca6cf83fdbe4", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:40ed9ebdd53671680257388559a2d845782d2de4626450896d070b60196231c1", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a625e8f1ac239cabbf6f712decfd7c25a0161dd01dfd98e605eb3a4ea997d7dc", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:4e81928216cbe585a95b1ac0b0ca8b6607b8bd75edacb37ebe09fb87130bd004", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:0c7e440e4a47fbf34413ae4f8fa0960a0c80a8c4bc6b3c7d04804c54bc88947b", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:0fdda65a78a4f4701e0a29fe384595a49eef0f16b09083b9aeb36903f9d12596", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:c2c532a1eafeb72b321d261eaf778f68fea4f69e782b52acd9e30315b22b21c4", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:796da804af306138fe8c166092938cba13e978fb89389c90fe4872720492bb5f", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ece651f238aae0686dccb5ccc5ebedaf78f261f4e0e7c3a20fdeda83018b9701", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:c0b6348f1e1b1409076248fdb4415643793d9ba6e6cf9a3d3d6bc94aa80968c8", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:2eafa464ca9c892dbb808c6f0e41ebbc62e4624706d3b38bd0daecaae034fca6", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:ff123e3899e6c00c2f15214a7e47f1addd1a7bdf37da5d7da3bbf79413dd6329", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:26fd3addad9b2b49618d66d4db2b9e9c54b16c97478797700b10ad4dd85f99af", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:9bb4d42f505d8c531aefd8b9710c2f986851aee25bcee4e0d9ab0dd1de9bf554", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:7f7fc4ea1d554633c37e7fb70cb3e2bcb7cea5f63798cd6048dfb7f588c69c8b", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:59e8279a100cd1188757078ff6496fb92a6a587887e122a5c97a4c83ebcef486", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a82a7f6dfd7f92241a0e4ba9e6538005770eb77ae0dd34b282b724bb99b87f4c", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:95a70d72f0954d3e29a8c542e6e7ce537e965bd1a6fa1eabfca59064e4619f63", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:09aaa54f13f5eeb34b0b9e8e3c0f27f44d33238b8e1a219a63f04ed5317eb04f", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:90d7c2e6bac684d13f207e8e6ebe517c7048f19bab00d011d2cc2f69620bba98", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:b165186bb0e1dcc0d20bab5c3263d9813185bc3541c3366887c0fbcd1025501e", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:4f575cb53d7acc1615fcc6fda8985e85140465529d2b886f51c2b1a33aae87b7", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:7312c353383b127b150af203ebd29d0115660de6bd81a5b6cc808f41f6a8d09a", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:4c75aed6f697d4bf5b75e9373643e338124a09b5de66944481bd157ceff3bde5", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:7b161bb0f5f3bc9cd74d347b673cb5429359f8a1a936288fd539aed298e961c2", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:d6675a6f3869063b451aaed23bd383016654c43a8c66c27cd95f2b3d569ff7bd", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:ac53892b7a6dfec86206b7466fc9589f45b2ec495b9bb9adf667c2198a18b3fb", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:033761f96da69926467ce8b9844441ce4fd098b1b76a46b562560c7ae48f8456", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:fe53f3de61a70e511ffe136e45011477de28e414a6dff0d31014a2738377e78d", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:41c3c7ce23807a6618d346f7ab4d4b20410e1090291e47acdf39456f47ecc846", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:4e10da221fdc98adb3b701e42eb571bfd5d5e7a856fd12ba91ad469617729080", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:17e66e8e1079cfbc50f6a7b41f7caaf4cb74f5bc46c0583a9f52a19444b3881e", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0e5d72b0f55b2be6330502590e2376e532cf89be319ffe415ac323ee8142d764", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:06cba894a14bdfe2cf8d13363ce6bc0aedf70253ff766dfd211b39acb8402d37", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:76a8e2b8e71056a7551bfb7ff79a6e75e190615f1257faedaf711305743586ea", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:9e42714e676ff096b83c17780908d789029bd5ebd5c45cf4fbeece0137b3964e", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:639db378f5d2c05b72c6a419e873c6cc9ab28fc44acf9d5746b28a01c6981540", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:71f5b8a111b487852a045a313786eae9fccd01cc96c278b0e073718d2b6ec1b7", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:820ab1a7b59a11b7b5f32bcf9424376e1b8a7278b7ffa8b137c8d4d38ec29b6b", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:5975fbb15366849cc7993317f1066bee953e7159323375e39778bfd66ed9a070", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:98e90fe7ac4d0b82a4cdf95538526abe2c6ac9bb0f07118d599b0395dc2a0fa3", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:d053fb2713a5e0f4a059a678fdb482110ceb8cac1d157bd152b38111fed4835e", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:baa4d86a27bc4e085ccd8fa80463f29338767683787801a5416e8d0ff6e09d5b", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:05671f3bdf8f6d899b49e78ad4380f46bb6d6dc5fb6a1507ebf7cc23de05a5bc", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:0aa5c946688e72879deef01fd5cac0dd863b33b266c1b62f6ddeda8156686387", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:26f1450e0e7063c892377b02538d9d89b1107a1b08abbd131fc90c46ee61a910", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:0dc1e5e77b66c3ab160d5ded9516555e37b5b6a03cbe0993cfaa9277b9b26309", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:024c83ab30b60c5bb4333c20f5864340b935623e500b06c920009680aae582fa", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d871300eb21b13bd79b994d41b9bbd12487e3736ae5cb47fc2e82056a6021ab2", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:56b536d606a0640d7c2a1fb733553fb78cd8f2448f323714ad23e11712b4b478", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:66c745dce773f4caea41036a510e779b0604faaecaf1ee20b885b264480db963", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:3f8e0a9e5df5fddfd12b2b2b43acdcdbdf55755c3d18571984e703259a45a72c", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4f37ee5aa966676345e44e48b17c4c5594807504df477a20474fe1676b2effc0", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:2200ada8b8ac2534bb36889244ef3540212fc14bd1016b6dc3417c1d202844fb", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:c3ed3b126600f66207fcde4b5d05bb124370a9cb63243c67910f4f94d6299447", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ff63a593629dba58191086798b2806b99481488f22d1608172a6398bd00e10b8", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:bd251f40ab2fd6368b28d2caaeacb59c2119678087e3598170830d3e54806d1a", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:3a0d52ce450d01fed2f654fa1ab9811412401e675238226e58588796f509dad5", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:66ac2d9285b48d16ae46a14ce234cdb892f89808be1c7bee9daeca7ccceda8a6", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:d2b3c01bc7d7bca1b71313356f0e615ed663e418f0261eb37af6fb63c671a3ad", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:6e708ec82cde020ca9e3b4cbd1dfd0011386024fae57a3e9b3abc81d2b232e1e", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:ef9fceab231dac78cf7bc0550cc9827addb515a443eed5ca70a2b7d0c90b594e", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:38aeb1f69bb9d79d8b4f6db4c743cee62087f7cbabccadb46c1fe0c6895c3db6", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:4c14ce3799f78a68d308d9ad81ec720a021accc27d6833d670398bab572c77b6", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:cbbf80957fba14042df58b03b1d9054dd3151e5200e481ca85d5af44c39e941a", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:d1440737e161986c088db4973194283ec9ae3e2ebf87199088c6d27687c981a2", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:7a9a8a2781b899d67274f63240287afef1080c130998dbc28b38e353e44ff292", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:5fcd23d2cd25324d78cfdadb4f2e4f1251f36329d279ef69a151623342ea5432", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f1f39e608594e6001bb9155c8ef79c0d2874f880afa04c742c27e59bf193cd18", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:04664a7d39f300ccbf432e2319a4b33ea337bde897b40d71dab073e6bf6ff9b4", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:b9734deeda3780fc927e16141c0302e4fed46b681e033f4a60632b9c48f5ee12", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:13910e87d2572c56eea44249b3789e4d4c3e6bf9e0c3e01c49e26772819a05e5", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:36a2580c4f5b3ed535498f9ee30ccbaf32c042a85a7962cab76f59c5b81eb18d", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:061577cb019b20bbe78cffe460a196d0296cd8572208d410c24d97ec0844959f", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:b722b50dc55a6957fff9e2c945ad5bfc2eb13fb54814602e39d77a2e879cb941", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:b2d9c174163f3e11d3126c5f395a3793724766dfcaae492751dcef41e1fcd945", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:a66bc2829cda8e264774b577006613f77ae7d02ede542abd9f02f7d73a0a241d", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:77dfa37cfdee157e803785fc8b5a3c1cc5f588f95451178294317e33a50569a6", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:bd47e0b249bf3dd626a650452500a46c29cc1d29a83edfda72e1ff9bd1543d01", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8c30c837298211d151e9c118e2a9ef51e3cca9c46fd85a194d6f0b33dcf3c408", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:f1702d320914c2db843747794442f25aa1d68370c7f11a818d07079b52e8ac8d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:6f58f52deb966c5324dc704cdf359c4613534796774ecaa67085f1b4bebf094f", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:5ff7c66f62231636f38e75ff8791d5d0ec3d021f8d99d6d665b42bcc827464b5", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:118303a8c6d51e71636e1d92d1ba140d9efe1213512deb999240cd35f1a60b88", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:0dc693691c7a7d22475b644543434e3a42c7c1e54f363e7d293e251abaf6e718", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:b06c0e111692ea995c6289409b1dfd91d48a9f63fa54ecd76e4a5ff2b976ea05", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:2fed49c5579e6d3275241026ce3505b22b33232a0a7044e18d0f232ad92f028c", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:68c05f8067f6226ff08fe55bf835a60c10ea4bb52b1616a986f275bb4a218124", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:0b15dceba92a5acd672166eb6eb9d0299a17f50baeba35742944c073846b7b43", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:33afde439673ae9505e57a6c5c26cf7473820f5d3fecdaccd340a3c8c4694f9f", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c554271d3646d3d132a44c69321e7609eda9d07bc54d0a65680c7fbc006d5249", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:9e1155e035d2b917e2b59de45a011ee8fc9dd64fd96af113305166ff74029c37", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:47eb4910fbdddeaad50163bd8047d85f19354b094e806f09e9e5f528bb908211", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:6875cf19097fa08dc86efa4af422efcf5a5e0fe6c940b743a862ffea9c90305f", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:d17cffd1103e31e4e38291a9ed5b979aeeb4d2b9028df35a5a56e930f708a780", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:d525736c6e5e7770c44fff98cec78026dde1c29c15991aeece71c6883635bd5a", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:eccff0999d8bcd9a18ae8628965eaaddd8726b0bfe7a380042770117f28b6637", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:7db523cb1e14c32587544907a28237c09c418307c349a9c6c5a0095c9ef22533", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:987ecd76419a56b3edb18f0521a7fa5a5bc00bec0c697d305287c500ad70b3e4", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:23cdb08ace4f5e8ed57e1072c6c9f7f93a1eb370f40f923b707edc85e0bde37b", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:451537c679b41dd5317d346157290c8b71353277565ae5d11a5e1444abc8efeb", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:6883bfc79b02b9edc089791b11b131e8a06f357ff81e7ff2ccdea6dbc3eb2e0e", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:ddc9e0f2dbce7a809d8e41a5465dbaa87e8c2761116c217a604fdc2a70c2c943", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:f36671c5ac0f8ee4a376f5b73cbdc74b3e1314a5f569456f11c383145c5697c5", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6982ef349cda1b518321c8f8296b2da9d069293632bc34e4cd2ae7543a87c0a3", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:b81ab92c459a0bca5b0e59dd512d6f0b1288ca7f22f007b718b5a22bcf1d3ea8", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:763c81b3df98434d35b30479e09182e7c462ff72d379fc91390f5857a76aeba9", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ef0072f761a198b1cbb42ae9106a5364cac77afcd1f4a58e49078b698f56f223", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:788733ddd804746b5ed84a251188481383741d4d92a69e090b450d260f97e5cd", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:f50a00bd73ebd16f368ec52e26b80ebe689e059551f22d5645addcc3ae1a49e5", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:39abb3958fb482a7ac014d6177a30e18cc4f9ee91406176ff7dad84190b247e1", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:af2887f2c523e44f88cd5411d12a9268f5a39251037a9c29ae69961457f4c4fc", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:760b7c8649bf6e6e690a4abf81c6248f603a2d2f2ded64431c6f1ea618e0a447", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:78009c7acd8135254c01d1ed9f8dcd3dd937de9f8ce7a20f0e3df8905fe2d29d", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:0c29e84ac815ad8d8feef275e733789d7b383b24eed8fda80eb70cf1f7e6bc1c", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:70f9b5c63ebb3b70093d4f25ce1f54776c9dbaaa41ee2b3f6fbfe976987fe3ec", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:7d0eb8a97d938847b67257289d32a220c75ceca8b96f9e34d79d0207c5134bda", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:e2103c949d85060327115f2b568713ac9269a03d29bca240c9f7b47afb4b77e6", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d349a9fc2cb80cd353637ed72d636b78f58fe3e6af2f9fb65bf711eac4983d72", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:6e759cbe0adc95cc7f20ae02808460a278d730e8fb6782a354ba61578de21edd", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:341fa53aafa44ea45ee69d7e58680a08fa90d78ff838f7073d88382fa0afdc1a", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:b1715147f59a197cfa0219fe4ad8f353b778fe5ed25ba78bc589fab31d73077a", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:3be0b1667972a2278368d79b79dde5dd01e20e70e01c3fcf10f98e89cbd58611", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:88e7f35629166a332470980bf25975a59e0ab7333aa7f256a58256e1495d57f1", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:cc9a913c29a4a2e1b76cb20134750fc8c0585bf9de683625e620fc6d7def446e", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:2b3e9723e256dbcbf3d7baa320760bc235f90e626b9e378aa824d0d121846c86", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:af0f491bfc0619cc5f15d639814ecb56256fe371311b4bc93158ca2e65e62e93", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:fe0a31a0c04f30cdf7efdfe54e65b95d064d251d46490d18ab2de7ffc084ab64", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:c256d688506ba1424ca1161962e01282f1903d736c75877e39dca21bf1b590c5", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:ab0f3da43024de0115422d4a2131110a7718dd1a4e32822b135d506e35b4b314", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:4a4503c2d1088fa93696fc431d2d5d78be02ef729df4fa113fd01081dc6f0028", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:43b68f254400ae58dada11b08d580438ab4c9d7c87c367520977abc4cf577658", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:42e113d1753bfde7958b2c597c562b12c72a73ab30cfaa330958bb3e7b2406f5", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:eabf56c3a9704a956457915c6f2a52e726769d9968ee3761f05ad261761d8c24", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:66446558b3cf4bec0594695d38e3ecdba82aa1c5d862e495533d1b6b1ecef5c2", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:83af69137ccca18dae12e3446623a17bbe3e97af9140f66eba5cebbf3689b449", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:3ecf37ca5b3485a34fe5305eeedf0cc03d2386ed6b5fbac7ae356d39e1e27b2b", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:8071c79964c472774759b4224953e4fbcdd780bfa17bbb2d60c4286d4c492a11", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:b9433ae93b7e2494be510e0f89b79e810fe6ddb5ce7e77a68a5fb352ac33a3c1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:03089dfa338c6441f2949ba44b8c000c44ac496da75aecc34b0a955c3dfda027", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:aa7a5dbb359b812c3524c56b8f4ced2a30277bf191faaf167833a20d17744464", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:346194b6ee405e8da1b812dda44dd4acb169dcc3a5aa61de06d694cf73202d55", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:3f41d5890fc974a81d72d40e3fb858bf5bb98d8545ea8671c2dabe8a6f82e5c6", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:6a281954af5c8fec67a4dcf6700f719d73705c3f38b8b17d9ebbd0f01d304395", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:18063e2047cebb68c914e52020efaba68dd0801a5ea00296fad8948c3070af66", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:b6f287c57a777fe838ffdf8d7086baad28b4000eb6d1dbed305afa4a8250f7f4", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:6f98d228cbdda6891747c3829227e7f9e193dc768635d330c6c59c6aab6c40a8", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:325298447b1e8dc241483a7214eb25f43900a862d07862ca85b1265cc20cdca4", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:7338285d0ca68762f5839881dfb5c16de4fd8764e745a516761ed6bec5178afd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:5142b9f78d32c0407c1db9329db488ee459045283a679309e5596692395683c1", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:02966d7463832b3791d3a65144219bce9f4d758faa22cbc4c51767087c5e7a5a", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:5a3fea08c4a4537f636ba319a91d5afd43b2aa5122b6a5ce5c2547d898781aa6", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:30fc1d9ec50ec7e765b0702628c7d334481d8885f0903e0da1dcfc774ee95512", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:de1571b9f0a16902c96703ee7a653ad58a48f8321a6666700fced92617eab286", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:b0927717597e270533b67220721bd5527c8248864ba24d173a927153bfc3d06a", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a7342086fce094b7f2210b33880dce2344b4ff402e1387012996333b74d334e0", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:de83a8e0aee93d436a1bd2cd920395f0066802c119deede352cbade4cb9e1933", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:212c46848b2f04589f36fc83860aa389107ba31f030aafccab2b5e9e732411c0", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:4dbab01de4689748719504217c13d00aa04ab1526959f67bd950c04548ad59d9", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:26bb008eb204a7bcb7035a9e7ade556ff381e00b48ef9a19d5aeba7749b1b151", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:19571b06c9a0b595793acb6511509dc48a7ffdae39f29b7c515331f367b30426", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:3cf2bb286d5e8d7236146c457857b4261ad3be3e6a9df15fdad5fdbb4828d48a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:5cde074b3fece5a5ffeab1d2395b799658af35cc9efdfcf5492d996a24ac0e27", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:cc4bd42dc5540a0f19b90c0ce43d87399c44b7a8596737e8e31bdd2a6510909b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:3970790dcf625fc480b99187a2fa5110e9bf159b62203c7afe5e7736e6efdd0c", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:ee99fdad9899c76c807d2c6f2faf04d06c93f20b10be4ebbc7cac9229b819843", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:5e8c59e63ca9282161545eaec25920bfa9119083dbd2989696cc8a0a78aa361f", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:6c30b655dfa38024cff5f5bf6300822fabd2a192bd6871069d21e3c8323e0810", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:66aff8dc1d5dfcffe080bd34f1c0fd10474a3987589d576129efc3b80bd74d02", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:53b69369b6bfc6a705d41bf470f0121b74e4ea16391d24f56915831573620909", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:b34f368c23a2d4904e05f02bdf628c7859638639d780c71fdcbb2425f44cc753", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:0d6fa637f18065512fbd7a5d4d89479f73fe289b2bc2e20451a5cd71dc006a63", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:0148e9e03144c6c3fafc006a33bb1509b169fecbfeb93cb2120b8d70d1af3056", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:5a4aca6a6c19c45a6dd8453b77b9a9df042d9750373a2a7bb7fe85b5e2d68512", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:ba95b89570736f2f64b5349a71168d481311fd6e07cef715677722a5e88d59a0", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:3de9dafab15254be1e61d1b585bc936749c1ede35f4d6ce198cca779d84a2a93", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:5136e404b4f6d79166dcc9b65517ca6ad56dfe26b0e869f5dd7fe9dd4de7e9b1", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e8bdbebf5429649fdc2a595da24078533a5c58e3d18eb36daab521f494a568a9", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:d1b04869363b3ee565e87ae8f01cd93217067e4cd2eead2b0e326646e9f80127", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:38dde585168985626bd39ada6ad39bffcf51aee24cdd413a6f9ded3230427d5e", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:c9375da9ef214ac27722babb1a49a35c3060c027b7830d04febeb5f3a9d1cd5b", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:51911ad26e475d3f3d5c025bbd4ce25e04705dd55cf31ad1a7917bd0ef4b37ff", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:848983e61099aa451798dfeb104b67148e9fea847e89fbca16a0ade2bcfb9042", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:3ade83db5ee8f691ab3f3fef1f04c8cae0eecf06e964148e6855a1e142f066eb", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:bba1bd162a7e887d4e07e7e47ab48ff684b6232daf1b99d32630c2ff18447ca8", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fafac6e764ffa9a8db546c20dcdbc7f8512033bedad519ac7f003501807283a5", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:d8c57d30164e0610fddc694cc2cf7c2b02f101e5ffc91ff4829ea11a0e2226b8", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:2c2bf1fbacbad3c9aa5a351585f1dd64fae207292468f0caa7aae19f07e4959b", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:6b2a6afd9b64502ee986d7202c3d35537bb2e63b9745819bb22f18cd66edcca8", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:d1d88e80c26b0c519000acd6b500a89f47967e522b866001b972c46886d54b22", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:c53a21f4d1744bb97ba01cd5a783bee163b5a44bfd63aab0375891f5ca391a31", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:dc202135a7c60f2b15fe6da3eaf4925c19ee1b7eead08a4589af1c73cc4aba6f", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:c2a9c0312ed3a2e1bf791ee92ae6339328a61194392654b14fa8bbf1e769e5d5", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:4afac0251398b4602de01065c3a58b0ab641bb1e52cb7bc73d9cdaf1c97ddade", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:62b885fc43340a64a68d4156e0fc0e4422178ce3251f05c88510ca228663dd7d", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:bc38794e09a5b71f26d292d4f5102be9a70cdc97972a47733413109c8410f784", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:7e162003566e2f5569a3faafdd7fda9238f6d467deb417ce21d2b7a56a5ab54c", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:a7401c986ffa0c361aa4194cf7de058c04fe9b9923a6f2f5b0910a933f232a0f", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:409cb8eebc3b78d8abcba60f927f00e65f1bdfbabaafb31f040e0ef36db0dfc7", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:3aa383ceea8da0c33173f8711902faa680ccae93f141c149da2f33a1f1dc049a", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:d2314983cbb3943c8e7da1a0d9ad09e712187c1f0344683d28420706c24e4d2d", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:7ae9f3f32c7b06f30b65ca1710265aaabc4940f603869e22a64820dad162dd61", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:4749efa2620ea8407cb65675eaffb48ae56269e0afbf7d7e8c5d533feeac2b72", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:d909f0e93fc31fac1059a0ecea23730969d2396b240a052edf3804900a90af6c", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:9f71200901f37a40683c419e6e648d98076fec013184f36da5000badecd8a909", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:76336a655dc074c82047d31d39ce85c712c96986fdd04505226e9b1b15509ed6", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:339ef744e3d52e421543dd1c1e086ca69a7c9b8f87879db12c3ba3a5610f6e19", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:fa89ab5117bf1144ab63d1d630078532b03aff0407f95bf6766b7c1e22803f9d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3eb00db355727a30e89e6b32bf8ff4e4521472b8332a5615b7fe697af7b6033c", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:f965bccf59a93a9a6c7ad27a4fe17bf05e39c053379f723e0e2e97c88993056d", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:23c1be0b6b823b567f0ad119c5a2a6da8097ed1f9a92d70a3394b19c2a6b3b8e", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:fd7eb0a53d9005064781fee26e940f0b0aa725bb76e193bd426288e704f6f527", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:f00d250b669e3dbad3adf0a3cb55d7bccc748544c3202ccf7d9e590b5fa210c3", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:cdd3a9ae1357489e7b13289c31dafaba549cb97adf3b60c11cc998a3b94d4c84", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:b05cbc9e7b00febb57ca0b08ccfbe25eefeee5af126f3152c69e669ce790867e", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:5c9539c0ecd50a42d58c5a273334b5f64db608862dadf9c376ffdfe3363b8a65", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:38fe26c98df147bea9ab100a1cbb4084c60e55070562798be1042944a6ea2076", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:99d6b6868dad2afc98128885684df3f20736b4c3819ab784979d80c4d31323bf", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:09c5ee428feb22fb75883e3b258a8cb4ec0d7c37b012ef123f98d796946e7683", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:bd5d3167f3232401642408c6343b249b2bf7aae066f0b971d791c9a4648712c2", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:18e6442362df19819b276708ba5753be66da9ce531292ca571b619c1d03ed647", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:d77008d875a5538e32506aa953430948629873d9a0c7ee1be9ef5174b982d92d", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:6a6fe9993c328e0d392aa89f804438b71bf136d7b7bfbf0d455538184c234c5c", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:8922280d37377e5869cbb8e6dc6d61bae0be348af3794ac00f31b3d85d77bea5", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:2d34e420d0114fa7327b8b42a2605156ca88660b1eae69327cba42d73a47bfaa", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:a44714c1de700b34e1d2ec312244456f077136f41210869749ffc2cb6d39bdb3", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:77a3f610c011dfa50cfd314ac3a702a92973e2540b23e955796cf989669da611", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:d3080401a4a060b931d5b253d6f511ba496508855483e4d98a78ff75d8e586b7", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5b4ed9c8a9a85184d75cc7b6758d39e9e450ecf63e5dce6a93e32ac9c0f9c33f", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b7b041fe8b53b009f48415eb492bbec32e0abbd1630f160ee40b4427d8a2fc95", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:52aeb60b920e302649519ace3064b1d0dceea48a6ca41185a062dd7ae27775c1", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:aac722e5609a23ebc0666cfaa74bba759acc9fdd970f15ed54387aea4c10fe20", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fce307245871e2a48ae742dd8f0afab2274548634862b876bcfead722b4a700a", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:ddb5df57389d5400c0d9139eb3f0ed9906e39f0bf0d92c526823cd9f9c3d6af0", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:a8f28afb7bb8f403c7b0ec16b77141ff46eb0e678528dd0cbefd798c12599fd8", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:3b7edc70fd25f18b3cd282da88559b33dea7dcb0334bb782f54375c68e335548", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:14470d1dfec37ca84ace7a23ac4cf46c716c8e8c74927b8331b6488abc0ea062", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:c831beb56446e0c6802e4f8bad00667820e2fcc8467f9fa1dee22a74fc7ce264", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:930c7702d8d2ebba3ed51178ff061c268d19bd21a4a185c46dab1bd30c63fe73", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:d92c1ab5ba40ea17c00354bf1ac267c01f3a6ecbc5a3efe91888e6eea3a667aa", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:814f424d58e57121e95d68b794b51aa9122d2b04913b18eb5bf659e78e4d5d0b", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:811ef64ded8f465786c790760f3d5ddd9e997960a4d09eb689881dfabc4443c6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:0eda2bf0a828c5cb216c6afc1f25230fb8b07a9639e56c51d2432dbe6b54da84", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:0682b68a9debf64eed95914c472323df6999bc1b9cfdd6f366e3f7c6e8e67386", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:7791455ac0f86484773c49ddc8e24c7afdb312554792a0d8536717e8e8470b7e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:4203fd561016b49bbbe1755b4405f53a7c1fbe055a90e6f1254411373b15ea56", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:6647d5c3347b1a4febbb6024767463d3bd14bd09bdc3f54de9f658a53a6e3bda", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:6c4b0925c1c538dc8a2a38d36180ff904e46643dc040b676de34d2e28471387d", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:8d7a09c8450096c9a84e987327696f6b2f552168b1489cecc7997c0b93bdbb0d", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:2910aa711a1397fda2a7ca9884d63a86aa9f52aa9f511df5c072a1832136438f", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9649aa0f66791d3d1c9af9928ab3735150ff7aac4605454de97a10c32ae4a38b", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:ee3927aa9efc4fd34c6d92bca789fc448a05a6c703c09906ad51b05e73acb88c", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:3225e2df2d589eb4edfca4cfc1d71a6bad0fafb1d938f922c16908b2fc2d19c8", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 18 October 2025 12:34:08 -0400 (0:00:02.939) 0:04:35.125 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 18 October 2025 12:34:08 -0400 (0:00:00.057) 0:04:35.183 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 18 October 2025 12:34:08 -0400 (0:00:00.040) 0:04:35.223 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 18 October 2025 12:34:08 -0400 (0:00:00.062) 0:04:35.286 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 18 October 2025 12:34:08 -0400 (0:00:00.039) 0:04:35.326 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 18 October 2025 12:34:08 -0400 (0:00:00.040) 0:04:35.366 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 18 October 2025 12:34:08 -0400 (0:00:00.037) 0:04:35.403 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 18 October 2025 12:34:08 -0400 (0:00:00.057) 0:04:35.461 ****** included: /tmp/collections-Gkt/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-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:34:08 -0400 (0:00:00.224) 0:04:35.686 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd1-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:34:08 -0400 (0:00:00.055) 0:04:35.742 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd1-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "podman_basic_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:34:08 -0400 (0:00:00.055) 0:04:35.797 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:34:09 -0400 (0:00:00.058) 0:04:35.856 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:34:09 -0400 (0:00:00.077) 0:04:35.933 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:34:09 -0400 (0:00:00.444) 0:04:36.378 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:34:09 -0400 (0:00:00.083) 0:04:36.462 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:34:09 -0400 (0:00:00.100) 0:04:36.562 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:34:10 -0400 (0:00:00.462) 0:04:37.025 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003751", "end": "2025-10-18 12:34:10.557625", "rc": 0, "start": "2025-10-18 12:34:10.553874" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:34:10 -0400 (0:00:00.404) 0:04:37.429 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.005576", "end": "2025-10-18 12:34:10.946964", "rc": 0, "start": "2025-10-18 12:34:10.941388" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:34:11 -0400 (0:00:00.394) 0:04:37.823 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:34:11 -0400 (0:00:00.124) 0:04:37.948 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:34:11 -0400 (0:00:00.042) 0:04:37.990 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:34:11 -0400 (0:00:00.040) 0:04:38.030 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:34:11 -0400 (0:00:00.045) 0:04:38.075 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:34:11 -0400 (0:00:00.063) 0:04:38.139 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:34:11 -0400 (0:00:00.054) 0:04:38.194 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:34:11 -0400 (0:00:00.067) 0:04:38.261 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_xdg_runtime_dir": "/run/user/3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:34:11 -0400 (0:00:00.065) 0:04:38.326 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:34:11 -0400 (0:00:00.054) 0:04:38.381 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:34:11 -0400 (0:00:00.045) 0:04:38.427 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:34:11 -0400 (0:00:00.045) 0:04:38.473 ****** 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.005394", "end": "2025-10-18 12:34:11.983337", "rc": 0, "start": "2025-10-18 12:34:11.977943" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:34:12 -0400 (0:00:00.410) 0:04:38.883 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:34:12 -0400 (0:00:00.166) 0:04:39.049 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 18 October 2025 12:34:12 -0400 (0:00:00.138) 0:04:39.188 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:34:12 -0400 (0:00:00.149) 0:04:39.338 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:34:12 -0400 (0:00:00.438) 0:04:39.776 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:34:13 -0400 (0:00:00.076) 0:04:39.853 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 18 October 2025 12:34:13 -0400 (0:00:00.070) 0:04:39.923 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_6l77dj0d_podman/httpd1", "/tmp/lsr_6l77dj0d_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 18 October 2025 12:34:13 -0400 (0:00:00.097) 0:04:40.021 ****** ok: [managed-node2] => (item=/tmp/lsr_6l77dj0d_podman/httpd1) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_6l77dj0d_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_6l77dj0d_podman/httpd1", "secontext": "system_u:object_r:container_file_t:s0:c232,c912", "size": 23, "state": "directory", "uid": 3001 } ok: [managed-node2] => (item=/tmp/lsr_6l77dj0d_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_6l77dj0d_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_6l77dj0d_podman/httpd1-create", "secontext": "system_u:object_r:container_file_t:s0:c232,c912", "size": 6, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 18 October 2025 12:34:14 -0400 (0:00:00.782) 0:04:40.803 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 18 October 2025 12:34:14 -0400 (0:00:00.081) 0:04:40.885 ****** changed: [managed-node2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 18 October 2025 12:34:15 -0400 (0:00:01.320) 0:04:42.206 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 18 October 2025 12:34:15 -0400 (0:00:00.060) 0:04:42.266 ****** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1760805169.1196632, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9ac691c165e3c3e6bbd9a1e9d3644525da8f40db", "ctime": 1760805168.573662, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 381681867, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1760805168.3066616, "nlink": 1, "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "pw_name": "podman_basic_user", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 762, "uid": 3001, "version": "988576368", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 18 October 2025 12:34:15 -0400 (0:00:00.413) 0:04:42.679 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 18 October 2025 12:34:16 -0400 (0:00:00.413) 0:04:43.093 ****** ok: [managed-node2] => { "changed": false, "checksum": "9ac691c165e3c3e6bbd9a1e9d3644525da8f40db", "dest": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "gid": 3001, "group": "podman_basic_user", "mode": "0644", "owner": "podman_basic_user", "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 762, "state": "file", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 18 October 2025 12:34:16 -0400 (0:00:00.660) 0:04:43.754 ****** 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="2025-10-18T12:34:17-04:00" level=info msg="/bin/podman filtering at log level debug" time="2025-10-18T12:34:17-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="2025-10-18T12:34:17-04:00" level=info msg="Setting parallel job count to 7" time="2025-10-18T12:34:17-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2025-10-18T12:34:17-04:00" level=info msg="Using sqlite as database backend" time="2025-10-18T12:34:17-04:00" level=debug msg="systemd-logind: Unknown object '/'." time="2025-10-18T12:34:17-04:00" level=debug msg="Using graph driver overlay" time="2025-10-18T12:34:17-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2025-10-18T12:34:17-04:00" level=debug msg="Using run root /run/user/3001/containers" time="2025-10-18T12:34:17-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2025-10-18T12:34:17-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2025-10-18T12:34:17-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2025-10-18T12:34:17-04:00" level=debug msg="Using transient store: false" time="2025-10-18T12:34:17-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2025-10-18T12:34:17-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-10-18T12:34:17-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-10-18T12:34:17-04:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2025-10-18T12:34:17-04:00" level=debug msg="Cached value indicated that native-diff is usable" time="2025-10-18T12:34:17-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2025-10-18T12:34:17-04:00" level=debug msg="Initializing event backend file" time="2025-10-18T12:34:17-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2025-10-18T12:34:17-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2025-10-18T12:34:17-04:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2025-10-18T12:34:17-04:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2025-10-18T12:34:17-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2025-10-18T12:34:17-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2025-10-18T12:34:17-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2025-10-18T12:34:17-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2025-10-18T12:34:17-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2025-10-18T12:34:17-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2025-10-18T12:34:17-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 265f32d09782984e4d46eab12a6066ee6605ca2a0d782bdd6197d53e82e6a18b bridge podman1 2025-10-18 12:32:49.120670178 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2025-10-18T12:34:17-04:00" level=debug msg="Successfully loaded 2 networks" time="2025-10-18T12:34:17-04:00" level=debug msg="Pod using bridge network mode" time="2025-10-18T12:34:17-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_b62deb2a16364f596c62ac4001df4cbc86cd533a14890320250348c0561e64af.slice for parent user.slice and name libpod_pod_b62deb2a16364f596c62ac4001df4cbc86cd533a14890320250348c0561e64af" time="2025-10-18T12:34:17-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_b62deb2a16364f596c62ac4001df4cbc86cd533a14890320250348c0561e64af.slice" time="2025-10-18T12:34:17-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_b62deb2a16364f596c62ac4001df4cbc86cd533a14890320250348c0561e64af.slice" time="2025-10-18T12:34:17-04:00" level=debug msg="Shutting down engines" time="2025-10-18T12:34:17-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=41581 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Saturday 18 October 2025 12:34:17 -0400 (0:00:00.566) 0:04:44.320 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:85 Saturday 18 October 2025 12:34:17 -0400 (0:00:00.050) 0:04:44.371 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 Saturday 18 October 2025 12:34:17 -0400 (0:00:00.043) 0:04:44.415 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 18 October 2025 12:34:17 -0400 (0:00:00.053) 0:04:44.468 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:34:17 -0400 (0:00:00.052) 0:04:44.521 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd2-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:34:17 -0400 (0:00:00.058) 0:04:44.579 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd2-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:34:17 -0400 (0:00:00.084) 0:04:44.664 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:34:18 -0400 (0:00:00.137) 0:04:44.802 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:34:18 -0400 (0:00:00.074) 0:04:44.876 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:34:18 -0400 (0:00:00.398) 0:04:45.275 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:34:18 -0400 (0:00:00.056) 0:04:45.331 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:34:18 -0400 (0:00:00.061) 0:04:45.393 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:34:18 -0400 (0:00:00.398) 0:04:45.792 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:34:19 -0400 (0:00:00.053) 0:04:45.846 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:34:19 -0400 (0:00:00.046) 0:04:45.892 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:34:19 -0400 (0:00:00.041) 0:04:45.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 : Get subgid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:34:19 -0400 (0:00:00.041) 0:04:45.976 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:34:19 -0400 (0:00:00.040) 0:04:46.016 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:34:19 -0400 (0:00:00.124) 0:04:46.141 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:34:19 -0400 (0:00:00.070) 0:04:46.212 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:34:19 -0400 (0:00:00.071) 0:04:46.283 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:34:19 -0400 (0:00:00.076) 0:04:46.359 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:34:19 -0400 (0:00:00.093) 0:04:46.453 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:34:19 -0400 (0:00:00.089) 0:04:46.542 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:34:19 -0400 (0:00:00.099) 0:04:46.642 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:34:19 -0400 (0:00:00.079) 0:04:46.721 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005294", "end": "2025-10-18 12:34:20.262253", "rc": 0, "start": "2025-10-18 12:34:20.256959" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:34:20 -0400 (0:00:00.445) 0:04:47.167 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:34:20 -0400 (0:00:00.067) 0:04:47.234 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 18 October 2025 12:34:20 -0400 (0:00:00.108) 0:04:47.343 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:34:20 -0400 (0:00:00.150) 0:04:47.494 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:34:20 -0400 (0:00:00.040) 0:04:47.534 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:34:20 -0400 (0:00:00.039) 0:04:47.573 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 18 October 2025 12:34:20 -0400 (0:00:00.056) 0:04:47.630 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_6l77dj0d_podman/httpd2", "/tmp/lsr_6l77dj0d_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 18 October 2025 12:34:20 -0400 (0:00:00.091) 0:04:47.722 ****** ok: [managed-node2] => (item=/tmp/lsr_6l77dj0d_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_6l77dj0d_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_6l77dj0d_podman/httpd2", "secontext": "system_u:object_r:container_file_t:s0:c319,c759", "size": 23, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_6l77dj0d_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_6l77dj0d_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_6l77dj0d_podman/httpd2-create", "secontext": "system_u:object_r:container_file_t:s0:c319,c759", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 18 October 2025 12:34:21 -0400 (0:00:00.794) 0:04:48.517 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 18 October 2025 12:34:21 -0400 (0:00:00.126) 0:04:48.643 ****** changed: [managed-node2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 18 October 2025 12:34:22 -0400 (0:00:00.998) 0:04:49.641 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 18 October 2025 12:34:22 -0400 (0:00:00.070) 0:04:49.712 ****** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1760805191.1857061, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0ba02d39b83f9f747e83246a4ae5afd0ba303767", "ctime": 1760805190.7217052, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 230687003, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1760805190.4627047, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 762, "uid": 0, "version": "2203704729", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 18 October 2025 12:34:23 -0400 (0:00:00.414) 0:04:50.126 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 18 October 2025 12:34:23 -0400 (0:00:00.462) 0:04:50.589 ****** ok: [managed-node2] => { "changed": false, "checksum": "0ba02d39b83f9f747e83246a4ae5afd0ba303767", "dest": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "secontext": "system_u:object_r:etc_t:s0", "size": 762, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 18 October 2025 12:34:24 -0400 (0:00:00.675) 0:04:51.264 ****** 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="2025-10-18T12:34:24-04:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2025-10-18T12:34:24-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="2025-10-18T12:34:24-04:00" level=info msg="Setting parallel job count to 7" time="2025-10-18T12:34:24-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2025-10-18T12:34:24-04:00" level=info msg="Using sqlite as database backend" time="2025-10-18T12:34:24-04:00" level=debug msg="Using graph driver overlay" time="2025-10-18T12:34:24-04:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2025-10-18T12:34:24-04:00" level=debug msg="Using run root /run/containers/storage" time="2025-10-18T12:34:24-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2025-10-18T12:34:24-04:00" level=debug msg="Using tmp dir /run/libpod" time="2025-10-18T12:34:24-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2025-10-18T12:34:24-04:00" level=debug msg="Using transient store: false" time="2025-10-18T12:34:24-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2025-10-18T12:34:24-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-10-18T12:34:24-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-10-18T12:34:24-04:00" level=debug msg="Cached value indicated that metacopy is being used" time="2025-10-18T12:34:24-04:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2025-10-18T12:34:24-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="2025-10-18T12:34:24-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2025-10-18T12:34:24-04:00" level=debug msg="Initializing event backend journald" time="2025-10-18T12:34:24-04:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2025-10-18T12:34:24-04:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2025-10-18T12:34:24-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2025-10-18T12:34:24-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2025-10-18T12:34:24-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2025-10-18T12:34:24-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2025-10-18T12:34:24-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2025-10-18T12:34:24-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2025-10-18T12:34:24-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2025-10-18T12:34:24-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2025-10-18T12:34:24-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network dccaf62a224baf97d5933c62b29c6e4eb2d0e89d68c3a04f05929ed40ec1eb1a bridge podman1 2025-10-18 12:31:05.424960789 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2025-10-18T12:34:24-04:00" level=debug msg="Successfully loaded 2 networks" time="2025-10-18T12:34:24-04:00" level=debug msg="Pod using bridge network mode" time="2025-10-18T12:34:24-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_969a410aec0d583b8ad09715f7ac87e117ae07657eca0f24db1c96624f6e94f1.slice for parent machine.slice and name libpod_pod_969a410aec0d583b8ad09715f7ac87e117ae07657eca0f24db1c96624f6e94f1" time="2025-10-18T12:34:24-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_969a410aec0d583b8ad09715f7ac87e117ae07657eca0f24db1c96624f6e94f1.slice" time="2025-10-18T12:34:24-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_969a410aec0d583b8ad09715f7ac87e117ae07657eca0f24db1c96624f6e94f1.slice" time="2025-10-18T12:34:24-04:00" level=debug msg="Shutting down engines" time="2025-10-18T12:34:24-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=43280 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Saturday 18 October 2025 12:34:24 -0400 (0:00:00.518) 0:04:51.783 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:85 Saturday 18 October 2025 12:34:25 -0400 (0:00:00.097) 0:04:51.881 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 Saturday 18 October 2025 12:34:25 -0400 (0:00:00.050) 0:04:51.931 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 18 October 2025 12:34:25 -0400 (0:00:00.056) 0:04:51.988 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:34:25 -0400 (0:00:00.054) 0:04:52.042 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\nspec:\n containers:\n - name: httpd3\n image: quay.io/libpod/testimage:20210610\n command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n ports:\n - containerPort: 80\n hostPort: 15003\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - name: www\n hostPath:\n path: \"/tmp/lsr_6l77dj0d_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_6l77dj0d_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:34:25 -0400 (0:00:00.062) 0:04:52.104 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd3" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd3", "ports": [ { "containerPort": 80, "hostPort": 15003 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd3-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:34:25 -0400 (0:00:00.061) 0:04:52.166 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:34:25 -0400 (0:00:00.054) 0:04:52.221 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:34:25 -0400 (0:00:00.071) 0:04:52.292 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:34:25 -0400 (0:00:00.110) 0:04:52.403 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:34:25 -0400 (0:00:00.046) 0:04:52.450 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:34:25 -0400 (0:00:00.063) 0:04:52.514 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:34:26 -0400 (0:00:00.408) 0:04:52.922 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:34:26 -0400 (0:00:00.041) 0:04:52.963 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:34:26 -0400 (0:00:00.041) 0:04:53.005 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:34:26 -0400 (0:00:00.050) 0:04:53.055 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:34:26 -0400 (0:00:00.068) 0:04:53.124 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:34:26 -0400 (0:00:00.070) 0:04:53.194 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:34:26 -0400 (0:00:00.068) 0:04:53.263 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:34:26 -0400 (0:00:00.069) 0:04:53.333 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:34:26 -0400 (0:00:00.070) 0:04:53.404 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:34:26 -0400 (0:00:00.172) 0:04:53.576 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:34:26 -0400 (0:00:00.092) 0:04:53.668 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:34:26 -0400 (0:00:00.084) 0:04:53.752 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:34:27 -0400 (0:00:00.077) 0:04:53.830 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:34:27 -0400 (0:00:00.091) 0:04:53.921 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005331", "end": "2025-10-18 12:34:27.460729", "rc": 0, "start": "2025-10-18 12:34:27.455398" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:34:27 -0400 (0:00:00.419) 0:04:54.341 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:34:27 -0400 (0:00:00.043) 0:04:54.384 ****** included: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 18 October 2025 12:34:27 -0400 (0:00:00.090) 0:04:54.475 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:34:27 -0400 (0:00:00.066) 0:04:54.542 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:34:27 -0400 (0:00:00.038) 0:04:54.580 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:34:27 -0400 (0:00:00.124) 0:04:54.705 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 18 October 2025 12:34:27 -0400 (0:00:00.055) 0:04:54.761 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_6l77dj0d_podman/httpd3", "/tmp/lsr_6l77dj0d_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 18 October 2025 12:34:28 -0400 (0:00:00.083) 0:04:54.844 ****** ok: [managed-node2] => (item=/tmp/lsr_6l77dj0d_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_6l77dj0d_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_6l77dj0d_podman/httpd3", "secontext": "system_u:object_r:container_file_t:s0:c25,c442", "size": 23, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_6l77dj0d_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_6l77dj0d_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_6l77dj0d_podman/httpd3-create", "secontext": "system_u:object_r:container_file_t:s0:c25,c442", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 18 October 2025 12:34:28 -0400 (0:00:00.796) 0:04:55.640 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 18 October 2025 12:34:28 -0400 (0:00:00.070) 0:04:55.710 ****** changed: [managed-node2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 18 October 2025 12:34:30 -0400 (0:00:01.139) 0:04:56.850 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 18 October 2025 12:34:30 -0400 (0:00:00.056) 0:04:56.906 ****** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1760805211.313753, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fe58a154da3e55d3c9894c78ec2548d93f0b7226", "ctime": 1760805210.7727516, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 33554706, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1760805210.5057507, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 762, "uid": 0, "version": "3857734990", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 18 October 2025 12:34:30 -0400 (0:00:00.419) 0:04:57.325 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 18 October 2025 12:34:30 -0400 (0:00:00.389) 0:04:57.715 ****** ok: [managed-node2] => { "changed": false, "checksum": "fe58a154da3e55d3c9894c78ec2548d93f0b7226", "dest": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "secontext": "system_u:object_r:etc_t:s0", "size": 762, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 18 October 2025 12:34:31 -0400 (0:00:00.655) 0:04:58.371 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Saturday 18 October 2025 12:34:32 -0400 (0:00:00.472) 0:04:58.843 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:85 Saturday 18 October 2025 12:34:32 -0400 (0:00:00.114) 0:04:58.958 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 Saturday 18 October 2025 12:34:32 -0400 (0:00:00.046) 0:04:59.004 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 18 October 2025 12:34:32 -0400 (0:00:00.050) 0:04:59.054 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 18 October 2025 12:34:32 -0400 (0:00:00.055) 0:04:59.110 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 18 October 2025 12:34:32 -0400 (0:00:00.035) 0:04:59.146 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 18 October 2025 12:34:32 -0400 (0:00:00.035) 0:04:59.181 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 18 October 2025 12:34:32 -0400 (0:00:00.035) 0:04:59.217 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check if pods are running] *********************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:353 Saturday 18 October 2025 12:34:32 -0400 (0:00:00.063) 0:04:59.280 ****** 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.072723", "end": "2025-10-18 12:34:32.944665", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2025-10-18 12:34:32.871942" } 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.031796", "end": "2025-10-18 12:34:33.322475", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2025-10-18 12:34:33.290679" } 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.030398", "end": "2025-10-18 12:34:33.698206", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2025-10-18 12:34:33.667808" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:364 Saturday 18 October 2025 12:34:33 -0400 (0:00:01.292) 0:05:00.572 ****** 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.011818", "end": "2025-10-18 12:34:34.167251", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2025-10-18 12:34:34.155433" } 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.014582", "end": "2025-10-18 12:34:34.541070", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2025-10-18 12:34:34.526488" } 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.014025", "end": "2025-10-18 12:34:34.898994", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2025-10-18 12:34:34.884969" } 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-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:381 Saturday 18 October 2025 12:34:34 -0400 (0:00:01.202) 0:05:01.775 ****** ok: [managed-node2] => (item=15001) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sat, 18 Oct 2025 16:34:35 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Sat, 18 Oct 2025 16:29:39 GMT", "redirected": false, "status": 200, "url": "http://localhost:15001/index.txt" } MSG: OK (3 bytes) ok: [managed-node2] => (item=15002) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sat, 18 Oct 2025 16:34:35 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Sat, 18 Oct 2025 16:29:40 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) ok: [managed-node2] => (item=15003) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sat, 18 Oct 2025 16:34:36 GMT", "elapsed": 0, "failed_when_result": false, "item": 15003, "last_modified": "Sat, 18 Oct 2025 16:29:40 GMT", "redirected": false, "status": 200, "url": "http://localhost:15003/index.txt" } MSG: OK (3 bytes) TASK [Remove pods and units] *************************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:393 Saturday 18 October 2025 12:34:36 -0400 (0:00:01.300) 0:05:03.075 ****** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 18 October 2025 12:34:36 -0400 (0:00:00.215) 0:05:03.291 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 18 October 2025 12:34:36 -0400 (0:00:00.070) 0:05:03.361 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 18 October 2025 12:34:36 -0400 (0:00:00.048) 0:05:03.410 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 18 October 2025 12:34:36 -0400 (0:00:00.042) 0:05:03.453 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 18 October 2025 12:34:36 -0400 (0:00:00.042) 0:05:03.496 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 18 October 2025 12:34:36 -0400 (0:00:00.040) 0:05:03.536 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 18 October 2025 12:34:36 -0400 (0:00:00.041) 0:05:03.578 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 18 October 2025 12:34:36 -0400 (0:00:00.074) 0:05:03.652 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 18 October 2025 12:34:36 -0400 (0:00:00.042) 0:05:03.695 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 18 October 2025 12:34:37 -0400 (0:00:00.111) 0:05:03.806 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 18 October 2025 12:34:37 -0400 (0:00:00.044) 0:05:03.851 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 18 October 2025 12:34:37 -0400 (0:00:00.913) 0:05:04.764 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 18 October 2025 12:34:38 -0400 (0:00:00.039) 0:05:04.803 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 18 October 2025 12:34:38 -0400 (0:00:00.050) 0:05:04.854 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 18 October 2025 12:34:38 -0400 (0:00:00.039) 0:05:04.893 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 18 October 2025 12:34:38 -0400 (0:00:00.039) 0:05:04.933 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 18 October 2025 12:34:38 -0400 (0:00:00.039) 0:05:04.973 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022852", "end": "2025-10-18 12:34:38.499049", "rc": 0, "start": "2025-10-18 12:34:38.476197" } STDOUT: podman version 5.6.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 18 October 2025 12:34:38 -0400 (0:00:00.401) 0:05:05.375 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 18 October 2025 12:34:38 -0400 (0:00:00.042) 0:05:05.417 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 18 October 2025 12:34:38 -0400 (0:00:00.108) 0:05:05.525 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 18 October 2025 12:34:38 -0400 (0:00:00.041) 0:05:05.567 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 18 October 2025 12:34:38 -0400 (0:00:00.047) 0:05:05.615 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 18 October 2025 12:34:38 -0400 (0:00:00.049) 0:05:05.664 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 18 October 2025 12:34:38 -0400 (0:00:00.055) 0:05:05.720 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:34:38 -0400 (0:00:00.073) 0:05:05.793 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:34:39 -0400 (0:00:00.045) 0:05:05.839 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:34:39 -0400 (0:00:00.044) 0:05:05.883 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:34:39 -0400 (0:00:00.054) 0:05:05.938 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:34:39 -0400 (0:00:00.465) 0:05:06.403 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:34:39 -0400 (0:00:00.051) 0:05:06.455 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:34:39 -0400 (0:00:00.044) 0:05:06.500 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:34:39 -0400 (0:00:00.041) 0:05:06.541 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:34:39 -0400 (0:00:00.039) 0:05:06.581 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:34:39 -0400 (0:00:00.040) 0:05:06.621 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:34:39 -0400 (0:00:00.040) 0:05:06.661 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:34:39 -0400 (0:00:00.046) 0:05:06.708 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 18 October 2025 12:34:39 -0400 (0:00:00.039) 0:05:06.747 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.079) 0:05:06.827 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.071) 0:05:06.898 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.121) 0:05:07.020 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.041) 0:05:07.061 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.071) 0:05:07.133 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.039) 0:05:07.173 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.038) 0:05:07.211 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.076) 0:05:07.287 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.052) 0:05:07.340 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.040) 0:05:07.380 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.074) 0:05:07.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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.101) 0:05:07.556 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.041) 0:05:07.598 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.040) 0:05:07.638 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.038) 0:05:07.677 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.038) 0:05:07.715 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.038) 0:05:07.753 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 18 October 2025 12:34:40 -0400 (0:00:00.037) 0:05:07.791 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 18 October 2025 12:34:41 -0400 (0:00:00.036) 0:05:07.827 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 18 October 2025 12:34:41 -0400 (0:00:00.035) 0:05:07.863 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 18 October 2025 12:34:41 -0400 (0:00:00.037) 0:05:07.900 ****** included: /tmp/collections-Gkt/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-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:34:41 -0400 (0:00:00.121) 0:05:08.021 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd1-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:34:41 -0400 (0:00:00.208) 0:05:08.229 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd1-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "podman_basic_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:34:41 -0400 (0:00:00.059) 0:05:08.289 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:34:41 -0400 (0:00:00.074) 0:05:08.363 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:34:41 -0400 (0:00:00.072) 0:05:08.436 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:34:42 -0400 (0:00:00.390) 0:05:08.826 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:34:42 -0400 (0:00:00.049) 0:05:08.876 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:34:42 -0400 (0:00:00.058) 0:05:08.934 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:34:42 -0400 (0:00:00.418) 0:05:09.353 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003702", "end": "2025-10-18 12:34:42.922892", "rc": 0, "start": "2025-10-18 12:34:42.919190" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:34:42 -0400 (0:00:00.441) 0:05:09.794 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.005185", "end": "2025-10-18 12:34:43.306614", "rc": 0, "start": "2025-10-18 12:34:43.301429" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:34:43 -0400 (0:00:00.385) 0:05:10.180 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:34:43 -0400 (0:00:00.057) 0:05:10.238 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:34:43 -0400 (0:00:00.115) 0:05:10.353 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:34:43 -0400 (0:00:00.066) 0:05:10.420 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:34:43 -0400 (0:00:00.064) 0:05:10.485 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:34:43 -0400 (0:00:00.045) 0:05:10.530 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:34:43 -0400 (0:00:00.050) 0:05:10.580 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:34:43 -0400 (0:00:00.046) 0:05:10.627 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_xdg_runtime_dir": "/run/user/3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:34:43 -0400 (0:00:00.053) 0:05:10.681 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:34:43 -0400 (0:00:00.050) 0:05:10.731 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:34:43 -0400 (0:00:00.050) 0:05:10.782 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:34:44 -0400 (0:00:00.069) 0:05:10.851 ****** 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.006063", "end": "2025-10-18 12:34:44.390748", "rc": 0, "start": "2025-10-18 12:34:44.384685" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:34:44 -0400 (0:00:00.442) 0:05:11.294 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 18 October 2025 12:34:44 -0400 (0:00:00.223) 0:05:11.518 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805164.1036534, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1760805169.3856637, "dev": 51, "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": 1760805169.3856637, "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 18 October 2025 12:34:45 -0400 (0:00:00.403) 0:05:11.922 ****** changed: [managed-node2] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-10-18 12:33:03 EDT", "ActiveEnterTimestampMonotonic": "401047296", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target -.mount network-online.target run-user-3001.mount \"app-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-10-18 12:32:52 EDT", "AssertTimestampMonotonic": "390415450", "Before": "shutdown.target default.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "323567000", "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": "Sat 2025-10-18 12:32:52 EDT", "ConditionTimestampMonotonic": "390415447", "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": "6690", "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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "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": "30534", "ExecMainStartTimestamp": "Sat 2025-10-18 12:33:03 EDT", "ExecMainStartTimestampMonotonic": "400810001", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[Sat 2025-10-18 12:32:52 EDT] ; stop_time=[n/a] ; pid=30492 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[Sat 2025-10-18 12:32:52 EDT] ; stop_time=[n/a] ; pid=30492 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-10-18 12:32:52 EDT", "InactiveExitTimestampMonotonic": "390416655", "InvocationID": "2d1b8192c0854e079fa22927298c2be4", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "30534", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3577073664", "MemoryCurrent": "32530432", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "53026816", "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": "Sat 2025-10-18 12:33:03 EDT", "StateChangeTimestampMonotonic": "401047296", "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": "21829", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 18 October 2025 12:34:56 -0400 (0:00:11.031) 0:05:22.953 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805169.1196632, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9ac691c165e3c3e6bbd9a1e9d3644525da8f40db", "ctime": 1760805168.573662, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 381681867, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1760805168.3066616, "nlink": 1, "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "pw_name": "podman_basic_user", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 762, "uid": 3001, "version": "988576368", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 18 October 2025 12:34:56 -0400 (0:00:00.423) 0:05:23.377 ****** 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 kubernetes yaml file] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 18 October 2025 12:34:57 -0400 (0:00:00.586) 0:05:23.964 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 18 October 2025 12:34:57 -0400 (0:00:00.417) 0:05:24.381 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 18 October 2025 12:34:57 -0400 (0:00:00.049) 0:05:24.431 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:34:57 -0400 (0:00:00.065) 0:05:24.497 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:34:57 -0400 (0:00:00.042) 0:05:24.540 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:34:57 -0400 (0:00:00.041) 0:05:24.581 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:34:57 -0400 (0:00:00.147) 0:05:24.729 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:34:57 -0400 (0:00:00.067) 0:05:24.797 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd2-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:34:58 -0400 (0:00:00.091) 0:05:24.888 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd2-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:34:58 -0400 (0:00:00.099) 0:05:24.988 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:34:58 -0400 (0:00:00.088) 0:05:25.076 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:34:58 -0400 (0:00:00.127) 0:05:25.204 ****** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:34:58 -0400 (0:00:00.415) 0:05:25.620 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:34:58 -0400 (0:00:00.046) 0:05:25.666 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:34:58 -0400 (0:00:00.081) 0:05:25.748 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:34:59 -0400 (0:00:00.409) 0:05:26.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 : Check with getsubids for user subgids] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:34:59 -0400 (0:00:00.047) 0:05:26.205 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:34:59 -0400 (0:00:00.173) 0:05:26.378 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:34:59 -0400 (0:00:00.072) 0:05:26.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 : Get subgid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:34:59 -0400 (0:00:00.066) 0:05:26.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:34:59 -0400 (0:00:00.068) 0:05:26.585 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:34:59 -0400 (0:00:00.067) 0:05:26.653 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:34:59 -0400 (0:00:00.074) 0:05:26.728 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:34:59 -0400 (0:00:00.066) 0:05:26.794 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:35:00 -0400 (0:00:00.071) 0:05:26.865 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:35:00 -0400 (0:00:00.096) 0:05:26.962 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:35:00 -0400 (0:00:00.098) 0:05:27.061 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:35:00 -0400 (0:00:00.073) 0:05:27.135 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:35:00 -0400 (0:00:00.077) 0:05:27.212 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005901", "end": "2025-10-18 12:35:00.755778", "rc": 0, "start": "2025-10-18 12:35:00.749877" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:35:00 -0400 (0:00:00.545) 0:05:27.757 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 18 October 2025 12:35:01 -0400 (0:00:00.131) 0:05:27.889 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 18 October 2025 12:35:01 -0400 (0:00:00.064) 0:05:27.953 ****** changed: [managed-node2] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-10-18 12:33:24 EDT", "ActiveEnterTimestampMonotonic": "422079815", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "\"system-podman\\\\x2dkube.slice\" -.mount network-online.target systemd-journald.socket sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-10-18 12:33:13 EDT", "AssertTimestampMonotonic": "411423991", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "297997000", "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": "Sat 2025-10-18 12:33:13 EDT", "ConditionTimestampMonotonic": "411423988", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "ControlGroupId": "8102", "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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "33027", "ExecMainStartTimestamp": "Sat 2025-10-18 12:33:24 EDT", "ExecMainStartTimestampMonotonic": "421840001", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-10-18 12:33:13 EDT", "InactiveExitTimestampMonotonic": "411425450", "InvocationID": "fcf869997464469a8ea33b5b6e09a985", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "33027", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3053977600", "MemoryCurrent": "2265088", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "24006656", "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\" -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-10-18 12:33:24 EDT", "StateChangeTimestampMonotonic": "422079815", "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": "21829", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 18 October 2025 12:35:12 -0400 (0:00:11.187) 0:05:39.141 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805191.1857061, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0ba02d39b83f9f747e83246a4ae5afd0ba303767", "ctime": 1760805190.7217052, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 230687003, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1760805190.4627047, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 762, "uid": 0, "version": "2203704729", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 18 October 2025 12:35:12 -0400 (0:00:00.429) 0:05:39.571 ****** ok: [managed-node2] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/httpd2.yml" ], "changed": false, "failed_when_result": false } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 18 October 2025 12:35:13 -0400 (0:00:00.515) 0:05:40.086 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 18 October 2025 12:35:13 -0400 (0:00:00.403) 0:05:40.489 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 18 October 2025 12:35:13 -0400 (0:00:00.074) 0:05:40.564 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:35:13 -0400 (0:00:00.078) 0:05:40.642 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:35:13 -0400 (0:00:00.046) 0:05:40.689 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:35:14 -0400 (0:00:00.117) 0:05:40.807 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:35:14 -0400 (0:00:00.041) 0:05:40.848 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:35:14 -0400 (0:00:00.038) 0:05:40.887 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\nspec:\n containers:\n - name: httpd3\n image: quay.io/libpod/testimage:20210610\n command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n ports:\n - containerPort: 80\n hostPort: 15003\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - name: www\n hostPath:\n path: \"/tmp/lsr_6l77dj0d_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_6l77dj0d_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:35:14 -0400 (0:00:00.073) 0:05:40.960 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd3" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd3", "ports": [ { "containerPort": 80, "hostPort": 15003 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd3-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:35:14 -0400 (0:00:00.090) 0:05:41.051 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:35:14 -0400 (0:00:00.099) 0:05:41.150 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:35:14 -0400 (0:00:00.125) 0:05:41.276 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:35:14 -0400 (0:00:00.089) 0:05:41.366 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:35:14 -0400 (0:00:00.092) 0:05:41.458 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:35:14 -0400 (0:00:00.067) 0:05:41.525 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:35:15 -0400 (0:00:00.413) 0:05:41.939 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:35:15 -0400 (0:00:00.128) 0:05:42.068 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:35:15 -0400 (0:00:00.047) 0:05:42.116 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:35:15 -0400 (0:00:00.042) 0:05:42.158 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:35:15 -0400 (0:00:00.041) 0:05:42.200 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:35:15 -0400 (0:00:00.042) 0:05:42.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 : Fail if user not in subuid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:35:15 -0400 (0:00:00.049) 0:05:42.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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:35:15 -0400 (0:00:00.050) 0:05:42.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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:35:15 -0400 (0:00:00.051) 0:05:42.393 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:35:15 -0400 (0:00:00.059) 0:05:42.452 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:35:15 -0400 (0:00:00.053) 0:05:42.506 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:35:15 -0400 (0:00:00.049) 0:05:42.555 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:35:15 -0400 (0:00:00.044) 0:05:42.600 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:35:15 -0400 (0:00:00.180) 0:05:42.781 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005411", "end": "2025-10-18 12:35:16.320354", "rc": 0, "start": "2025-10-18 12:35:16.314943" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:35:16 -0400 (0:00:00.437) 0:05:43.218 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 18 October 2025 12:35:16 -0400 (0:00:00.135) 0:05:43.353 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 18 October 2025 12:35:16 -0400 (0:00:00.046) 0:05:43.400 ****** changed: [managed-node2] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-10-18 12:33:44 EDT", "ActiveEnterTimestampMonotonic": "441904410", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target sysinit.target -.mount systemd-journald.socket basic.target \"system-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-10-18 12:33:33 EDT", "AssertTimestampMonotonic": "431382095", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "279021000", "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": "Sat 2025-10-18 12:33:33 EDT", "ConditionTimestampMonotonic": "431382091", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "ControlGroupId": "9417", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "35338", "ExecMainStartTimestamp": "Sat 2025-10-18 12:33:44 EDT", "ExecMainStartTimestampMonotonic": "441720001", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-10-18 12:33:33 EDT", "InactiveExitTimestampMonotonic": "431384163", "InvocationID": "60323d0f4c804ba5bbecdeaa6945a78c", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "35338", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3067731968", "MemoryCurrent": "2199552", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "23928832", "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": "Sat 2025-10-18 12:33:44 EDT", "StateChangeTimestampMonotonic": "441904410", "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": "21829", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 18 October 2025 12:35:27 -0400 (0:00:11.227) 0:05:54.627 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805211.313753, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fe58a154da3e55d3c9894c78ec2548d93f0b7226", "ctime": 1760805210.7727516, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 33554706, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1760805210.5057507, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 762, "uid": 0, "version": "3857734990", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 18 October 2025 12:35:28 -0400 (0:00:00.414) 0:05:55.041 ****** ok: [managed-node2] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": false, "failed_when_result": false } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 18 October 2025 12:35:28 -0400 (0:00:00.536) 0:05:55.577 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 18 October 2025 12:35:29 -0400 (0:00:00.450) 0:05:56.027 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 18 October 2025 12:35:29 -0400 (0:00:00.059) 0:05:56.087 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:35:29 -0400 (0:00:00.082) 0:05:56.169 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:35:29 -0400 (0:00:00.113) 0:05:56.282 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:35:29 -0400 (0:00:00.040) 0:05:56.323 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:35:29 -0400 (0:00:00.040) 0:05:56.363 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 18 October 2025 12:35:29 -0400 (0:00:00.041) 0:05:56.405 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 18 October 2025 12:35:29 -0400 (0:00:00.058) 0:05:56.463 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Saturday 18 October 2025 12:35:29 -0400 (0:00:00.123) 0:05:56.586 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Saturday 18 October 2025 12:35:30 -0400 (0:00:00.396) 0:05:56.983 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Saturday 18 October 2025 12:35:30 -0400 (0:00:00.056) 0:05:57.039 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805164.1036534, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1760805169.3856637, "dev": 51, "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": 1760805169.3856637, "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Saturday 18 October 2025 12:35:30 -0400 (0:00:00.410) 0:05:57.450 ****** ok: [managed-node2] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Saturday 18 October 2025 12:35:31 -0400 (0:00:00.660) 0:05:58.110 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.045351", "end": "2025-10-18 12:35:31.737913", "rc": 0, "start": "2025-10-18 12:35:31.692562" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Saturday 18 October 2025 12:35:31 -0400 (0:00:00.503) 0:05:58.613 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.036184", "end": "2025-10-18 12:35:32.243548", "rc": 0, "start": "2025-10-18 12:35:32.207364" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Saturday 18 October 2025 12:35:32 -0400 (0:00:00.633) 0:05:59.247 ****** changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "podman_basic_user" ], "delta": "0:00:00.007472", "end": "2025-10-18 12:35:32.798838", "rc": 0, "start": "2025-10-18 12:35:32.791366" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 Saturday 18 October 2025 12:35:32 -0400 (0:00:00.441) 0:05:59.688 ****** 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.006070", "end": "2025-10-18 12:35:44.942397", "failed_when_result": false, "rc": 1, "start": "2025-10-18 12:35:44.936327" } 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:82 Saturday 18 October 2025 12:35:45 -0400 (0:00:12.155) 0:06:11.843 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:87 Saturday 18 October 2025 12:35:45 -0400 (0:00:00.071) 0:06:11.915 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:98 Saturday 18 October 2025 12:35:45 -0400 (0:00:00.067) 0:06:11.983 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 18 October 2025 12:35:45 -0400 (0:00:00.074) 0:06:12.057 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 18 October 2025 12:35:45 -0400 (0:00:00.063) 0:06:12.121 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that pods are not running] ***************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:406 Saturday 18 October 2025 12:35:45 -0400 (0:00:00.120) 0:06:12.242 ****** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd1" ], "delta": "0:00:00.025459", "end": "2025-10-18 12:35:45.900720", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 125, "start": "2025-10-18 12:35:45.875261" } STDERR: time="2025-10-18T12:35:45-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.027395", "end": "2025-10-18 12:35:46.309474", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2025-10-18 12:35:46.282079" } 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.026526", "end": "2025-10-18 12:35:46.688190", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2025-10-18 12:35:46.661664" } MSG: non-zero return code TASK [Check Services should be absent] ***************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:419 Saturday 18 October 2025 12:35:46 -0400 (0:00:01.346) 0:06:13.589 ****** 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.007675", "end": "2025-10-18 12:35:47.178333", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 1, "start": "2025-10-18 12:35:47.170658" } 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.013915", "end": "2025-10-18 12:35:47.546220", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2025-10-18 12:35:47.532305" } 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.012614", "end": "2025-10-18 12:35:47.928098", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2025-10-18 12:35:47.915484" } MSG: non-zero return code TASK [Ensure no linger] ******************************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:438 Saturday 18 October 2025 12:35:48 -0400 (0:00:01.238) 0:06:14.827 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:446 Saturday 18 October 2025 12:35:48 -0400 (0:00:00.413) 0:06:15.241 ****** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 18 October 2025 12:35:48 -0400 (0:00:00.355) 0:06:15.597 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 18 October 2025 12:35:48 -0400 (0:00:00.126) 0:06:15.723 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 18 October 2025 12:35:49 -0400 (0:00:00.084) 0:06:15.807 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 18 October 2025 12:35:49 -0400 (0:00:00.068) 0:06:15.875 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 18 October 2025 12:35:49 -0400 (0:00:00.071) 0:06:15.947 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 18 October 2025 12:35:49 -0400 (0:00:00.075) 0:06:16.022 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 18 October 2025 12:35:49 -0400 (0:00:00.067) 0:06:16.089 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 18 October 2025 12:35:49 -0400 (0:00:00.129) 0:06:16.219 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 18 October 2025 12:35:49 -0400 (0:00:00.064) 0:06:16.284 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 18 October 2025 12:35:49 -0400 (0:00:00.138) 0:06:16.422 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 18 October 2025 12:35:49 -0400 (0:00:00.050) 0:06:16.472 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 18 October 2025 12:35:50 -0400 (0:00:00.924) 0:06:17.397 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 18 October 2025 12:35:50 -0400 (0:00:00.050) 0:06:17.447 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 18 October 2025 12:35:50 -0400 (0:00:00.068) 0:06:17.515 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 18 October 2025 12:35:50 -0400 (0:00:00.040) 0:06:17.555 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 18 October 2025 12:35:50 -0400 (0:00:00.041) 0:06:17.597 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 18 October 2025 12:35:50 -0400 (0:00:00.039) 0:06:17.636 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.021558", "end": "2025-10-18 12:35:51.167884", "rc": 0, "start": "2025-10-18 12:35:51.146326" } STDOUT: podman version 5.6.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 18 October 2025 12:35:51 -0400 (0:00:00.437) 0:06:18.073 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 18 October 2025 12:35:51 -0400 (0:00:00.072) 0:06:18.146 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 18 October 2025 12:35:51 -0400 (0:00:00.189) 0:06:18.336 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 18 October 2025 12:35:51 -0400 (0:00:00.069) 0:06:18.406 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 18 October 2025 12:35:51 -0400 (0:00:00.091) 0:06:18.497 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 18 October 2025 12:35:51 -0400 (0:00:00.084) 0:06:18.582 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 18 October 2025 12:35:51 -0400 (0:00:00.066) 0:06:18.648 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:35:51 -0400 (0:00:00.087) 0:06:18.735 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:35:52 -0400 (0:00:00.393) 0:06:19.129 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:35:52 -0400 (0:00:00.046) 0:06:19.176 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:35:52 -0400 (0:00:00.056) 0:06:19.232 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:35:52 -0400 (0:00:00.517) 0:06:19.750 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:35:53 -0400 (0:00:00.051) 0:06:19.801 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:35:53 -0400 (0:00:00.048) 0:06:19.850 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:35:53 -0400 (0:00:00.044) 0:06:19.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 : Get subgid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:35:53 -0400 (0:00:00.041) 0:06:19.936 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:35:53 -0400 (0:00:00.039) 0:06:19.976 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:35:53 -0400 (0:00:00.041) 0:06:20.017 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:35:53 -0400 (0:00:00.041) 0:06:20.058 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 18 October 2025 12:35:53 -0400 (0:00:00.044) 0:06:20.103 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 18 October 2025 12:35:53 -0400 (0:00:00.140) 0:06:20.243 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 18 October 2025 12:35:53 -0400 (0:00:00.127) 0:06:20.371 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 18 October 2025 12:35:53 -0400 (0:00:00.169) 0:06:20.540 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 18 October 2025 12:35:53 -0400 (0:00:00.094) 0:06:20.635 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 October 2025 12:35:53 -0400 (0:00:00.126) 0:06:20.761 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 18 October 2025 12:35:54 -0400 (0:00:00.070) 0:06:20.832 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 18 October 2025 12:35:54 -0400 (0:00:00.062) 0:06:20.894 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 18 October 2025 12:35:54 -0400 (0:00:00.082) 0:06:20.977 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 18 October 2025 12:35:54 -0400 (0:00:00.047) 0:06:21.024 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 18 October 2025 12:35:54 -0400 (0:00:00.042) 0:06:21.067 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 18 October 2025 12:35:54 -0400 (0:00:00.074) 0:06:21.141 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 18 October 2025 12:35:54 -0400 (0:00:00.116) 0:06:21.258 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 18 October 2025 12:35:54 -0400 (0:00:00.065) 0:06:21.324 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 18 October 2025 12:35:54 -0400 (0:00:00.068) 0:06:21.392 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 18 October 2025 12:35:54 -0400 (0:00:00.066) 0:06:21.458 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 18 October 2025 12:35:54 -0400 (0:00:00.067) 0:06:21.526 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 18 October 2025 12:35:54 -0400 (0:00:00.064) 0:06:21.590 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 18 October 2025 12:35:54 -0400 (0:00:00.082) 0:06:21.672 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 18 October 2025 12:35:54 -0400 (0:00:00.062) 0:06:21.734 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 18 October 2025 12:35:54 -0400 (0:00:00.057) 0:06:21.791 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 18 October 2025 12:35:55 -0400 (0:00:00.056) 0:06:21.848 ****** included: /tmp/collections-Gkt/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-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:35:55 -0400 (0:00:00.284) 0:06:22.132 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd1-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:35:55 -0400 (0:00:00.063) 0:06:22.196 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd1-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "podman_basic_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:35:55 -0400 (0:00:00.060) 0:06:22.256 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:35:55 -0400 (0:00:00.054) 0:06:22.310 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:35:55 -0400 (0:00:00.076) 0:06:22.387 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:35:56 -0400 (0:00:00.411) 0:06:22.799 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:35:56 -0400 (0:00:00.053) 0:06:22.852 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:35:56 -0400 (0:00:00.070) 0:06:22.923 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:35:56 -0400 (0:00:00.390) 0:06:23.313 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003968", "end": "2025-10-18 12:35:56.833019", "rc": 0, "start": "2025-10-18 12:35:56.829051" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:35:56 -0400 (0:00:00.413) 0:06:23.727 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.005081", "end": "2025-10-18 12:35:57.250794", "rc": 0, "start": "2025-10-18 12:35:57.245713" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:35:57 -0400 (0:00:00.396) 0:06:24.123 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:35:57 -0400 (0:00:00.133) 0:06:24.256 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:35:57 -0400 (0:00:00.045) 0:06:24.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:35:57 -0400 (0:00:00.064) 0:06:24.366 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:35:57 -0400 (0:00:00.068) 0:06:24.434 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:35:57 -0400 (0:00:00.064) 0:06:24.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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:35:57 -0400 (0:00:00.045) 0:06:24.545 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:35:57 -0400 (0:00:00.055) 0:06:24.600 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_xdg_runtime_dir": "/run/user/3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:35:57 -0400 (0:00:00.058) 0:06:24.659 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:35:57 -0400 (0:00:00.050) 0:06:24.709 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:35:57 -0400 (0:00:00.057) 0:06:24.766 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:35:58 -0400 (0:00:00.047) 0:06:24.814 ****** 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.005495", "end": "2025-10-18 12:35:58.347810", "rc": 0, "start": "2025-10-18 12:35:58.342315" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:35:58 -0400 (0:00:00.406) 0:06:25.221 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 18 October 2025 12:35:58 -0400 (0:00:00.192) 0:06:25.414 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 18 October 2025 12:35:59 -0400 (0:00:00.409) 0:06:25.824 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_rootless or __podman_xdg_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 18 October 2025 12:35:59 -0400 (0:00:00.049) 0:06:25.873 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 18 October 2025 12:35:59 -0400 (0:00:00.386) 0:06:26.259 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_rootless or __podman_xdg_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 18 October 2025 12:35:59 -0400 (0:00:00.047) 0:06:26.307 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 18 October 2025 12:35:59 -0400 (0:00:00.401) 0:06:26.708 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 18 October 2025 12:35:59 -0400 (0:00:00.054) 0:06:26.763 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:36:00 -0400 (0:00:00.079) 0:06:26.842 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:36:00 -0400 (0:00:00.045) 0:06:26.888 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:36:00 -0400 (0:00:00.046) 0:06:26.935 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:36:00 -0400 (0:00:00.182) 0:06:27.117 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:36:00 -0400 (0:00:00.066) 0:06:27.184 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_6l77dj0d_podman/httpd2-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:36:00 -0400 (0:00:00.099) 0:06:27.284 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd2-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:36:00 -0400 (0:00:00.095) 0:06:27.379 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:36:00 -0400 (0:00:00.097) 0:06:27.477 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:36:00 -0400 (0:00:00.126) 0:06:27.603 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:36:01 -0400 (0:00:00.427) 0:06:28.030 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:36:01 -0400 (0:00:00.056) 0:06:28.087 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:36:01 -0400 (0:00:00.099) 0:06:28.186 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:36:01 -0400 (0:00:00.430) 0:06:28.617 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:36:01 -0400 (0:00:00.052) 0:06:28.669 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:36:02 -0400 (0:00:00.143) 0:06:28.813 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:36:02 -0400 (0:00:00.044) 0:06:28.857 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:36:02 -0400 (0:00:00.064) 0:06:28.922 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:36:02 -0400 (0:00:00.064) 0:06:28.986 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:36:02 -0400 (0:00:00.073) 0:06:29.060 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:36:02 -0400 (0:00:00.058) 0:06:29.118 ****** skipping: [managed-node2] => { "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:36:02 -0400 (0:00:00.053) 0:06:29.171 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:36:02 -0400 (0:00:00.054) 0:06:29.226 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:36:02 -0400 (0:00:00.060) 0:06:29.287 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:36:02 -0400 (0:00:00.054) 0:06:29.341 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:36:02 -0400 (0:00:00.048) 0:06:29.389 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:36:02 -0400 (0:00:00.053) 0:06:29.443 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005547", "end": "2025-10-18 12:36:02.964913", "rc": 0, "start": "2025-10-18 12:36:02.959366" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:36:03 -0400 (0:00:00.423) 0:06:29.866 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 18 October 2025 12:36:03 -0400 (0:00:00.288) 0:06:30.155 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 18 October 2025 12:36:03 -0400 (0:00:00.064) 0:06:30.219 ****** 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": "-.mount \"system-podman\\\\x2dkube.slice\" basic.target network-online.target sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "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": "3093082112", "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": "21829", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 18 October 2025 12:36:04 -0400 (0:00:00.595) 0:06:30.815 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 18 October 2025 12:36:04 -0400 (0:00:00.419) 0:06:31.234 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 18 October 2025 12:36:04 -0400 (0:00:00.076) 0:06:31.310 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 18 October 2025 12:36:04 -0400 (0:00:00.426) 0:06:31.737 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 18 October 2025 12:36:04 -0400 (0:00:00.056) 0:06:31.793 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:36:05 -0400 (0:00:00.068) 0:06:31.862 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:36:05 -0400 (0:00:00.041) 0:06:31.904 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:36:05 -0400 (0:00:00.144) 0:06:32.048 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:36:05 -0400 (0:00:00.050) 0:06:32.098 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 18 October 2025 12:36:05 -0400 (0:00:00.046) 0:06:32.145 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\nspec:\n containers:\n - name: httpd3\n image: quay.io/libpod/testimage:20210610\n command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n ports:\n - containerPort: 80\n hostPort: 15003\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - name: www\n hostPath:\n path: \"/tmp/lsr_6l77dj0d_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_6l77dj0d_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 18 October 2025 12:36:05 -0400 (0:00:00.064) 0:06:32.209 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd3" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd3", "ports": [ { "containerPort": 80, "hostPort": 15003 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_6l77dj0d_podman/httpd3-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 18 October 2025 12:36:05 -0400 (0:00:00.063) 0:06:32.273 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 18 October 2025 12:36:05 -0400 (0:00:00.058) 0:06:32.331 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 18 October 2025 12:36:05 -0400 (0:00:00.080) 0:06:32.412 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 18 October 2025 12:36:05 -0400 (0:00:00.061) 0:06:32.473 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 18 October 2025 12:36:05 -0400 (0:00:00.055) 0:06:32.529 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 18 October 2025 12:36:05 -0400 (0:00:00.067) 0:06:32.597 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1760805042.804542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "df1ee2d555173021629f12003ac8185bb2abb8d9", "ctime": 1760805035.0765207, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9176801, "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": 1748217600.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "1723649484", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 18 October 2025 12:36:06 -0400 (0:00:00.389) 0:06:32.986 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 18 October 2025 12:36:06 -0400 (0:00:00.146) 0:06:33.133 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 18 October 2025 12:36:06 -0400 (0:00:00.069) 0:06:33.203 ****** skipping: [managed-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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 18 October 2025 12:36:06 -0400 (0:00:00.075) 0:06:33.278 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 18 October 2025 12:36:06 -0400 (0:00:00.074) 0:06:33.353 ****** skipping: [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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 18 October 2025 12:36:06 -0400 (0:00:00.069) 0:06:33.422 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 18 October 2025 12:36:06 -0400 (0:00:00.064) 0:06:33.487 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 18 October 2025 12:36:06 -0400 (0:00:00.046) 0:06:33.534 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 18 October 2025 12:36:06 -0400 (0:00:00.052) 0:06:33.587 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 18 October 2025 12:36:06 -0400 (0:00:00.050) 0:06:33.637 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 18 October 2025 12:36:06 -0400 (0:00:00.055) 0:06:33.692 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 18 October 2025 12:36:06 -0400 (0:00:00.052) 0:06:33.744 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 18 October 2025 12:36:06 -0400 (0:00:00.047) 0:06:33.792 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 18 October 2025 12:36:07 -0400 (0:00:00.181) 0:06:33.973 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005865", "end": "2025-10-18 12:36:07.501022", "rc": 0, "start": "2025-10-18 12:36:07.495157" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 18 October 2025 12:36:07 -0400 (0:00:00.410) 0:06:34.384 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 18 October 2025 12:36:07 -0400 (0:00:00.135) 0:06:34.519 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 18 October 2025 12:36:07 -0400 (0:00:00.062) 0:06:34.582 ****** ok: [managed-node2] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "\"system-podman\\\\x2dkube.slice\" sysinit.target systemd-journald.socket network-online.target -.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": "3631202304", "EffectiveMemoryMax": "3631202304", "EffectiveTasksMax": "21829", "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": "13643", "LimitNPROCSoft": "13643", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13643", "LimitSIGPENDINGSoft": "13643", "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": "3086082048", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount \"system-podman\\\\x2dkube.slice\" sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21829", "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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 18 October 2025 12:36:08 -0400 (0:00:00.591) 0:06:35.174 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 18 October 2025 12:36:08 -0400 (0:00:00.407) 0:06:35.581 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 18 October 2025 12:36:08 -0400 (0:00:00.054) 0:06:35.636 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 18 October 2025 12:36:09 -0400 (0:00:00.408) 0:06:36.045 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 18 October 2025 12:36:09 -0400 (0:00:00.074) 0:06:36.119 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 18 October 2025 12:36:09 -0400 (0:00:00.116) 0:06:36.236 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 18 October 2025 12:36:09 -0400 (0:00:00.128) 0:06:36.365 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 18 October 2025 12:36:09 -0400 (0:00:00.041) 0:06:36.407 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 18 October 2025 12:36:09 -0400 (0:00:00.039) 0:06:36.447 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 18 October 2025 12:36:09 -0400 (0:00:00.037) 0:06:36.485 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 18 October 2025 12:36:09 -0400 (0:00:00.040) 0:06:36.525 ****** included: /tmp/collections-Gkt/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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Saturday 18 October 2025 12:36:09 -0400 (0:00:00.166) 0:06:36.692 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Saturday 18 October 2025 12:36:10 -0400 (0:00:00.452) 0:06:37.145 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Saturday 18 October 2025 12:36:10 -0400 (0:00:00.114) 0:06:37.259 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Saturday 18 October 2025 12:36:10 -0400 (0:00:00.402) 0:06:37.662 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Saturday 18 October 2025 12:36:10 -0400 (0:00:00.039) 0:06:37.702 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Saturday 18 October 2025 12:36:10 -0400 (0:00:00.038) 0:06:37.741 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Saturday 18 October 2025 12:36:11 -0400 (0:00:00.116) 0:06:37.858 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 Saturday 18 October 2025 12:36:11 -0400 (0:00:00.040) 0:06:37.898 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:82 Saturday 18 October 2025 12:36:11 -0400 (0:00:00.042) 0:06:37.941 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:87 Saturday 18 October 2025 12:36:11 -0400 (0:00:00.042) 0:06:37.983 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:98 Saturday 18 October 2025 12:36:11 -0400 (0:00:00.042) 0:06:38.025 ****** 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-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 18 October 2025 12:36:11 -0400 (0:00:00.040) 0:06:38.066 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 18 October 2025 12:36:11 -0400 (0:00:00.036) 0:06:38.103 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Clean up storage.conf] *************************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:466 Saturday 18 October 2025 12:36:11 -0400 (0:00:00.057) 0:06:38.161 ****** ok: [managed-node2] => { "changed": false, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:473 Saturday 18 October 2025 12:36:11 -0400 (0:00:00.435) 0:06:38.596 ****** changed: [managed-node2] => { "changed": true, "path": "/tmp/lsr_6l77dj0d_podman", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:480 Saturday 18 October 2025 12:36:12 -0400 (0:00:00.425) 0:06:39.022 ****** changed: [managed-node2 -> localhost] => { "changed": true, "path": "/tmp/lsr_podman_szw6hz1b.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=619 changed=54 unreachable=0 failed=0 skipped=913 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-18T16:31:30.775780+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": "2025-10-18T16:31:30.113346+00:00Z", "task_name": "Update containers/pods", "task_path": "/tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 18 October 2025 12:36:12 -0400 (0:00:00.334) 0:06:39.356 ****** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 57.58s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.podman : Wait for user session to exit closing state -- 12.16s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 fedora.linux_system_roles.podman : Start service ----------------------- 11.30s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 fedora.linux_system_roles.podman : Start service ----------------------- 11.27s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.23s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.19s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Start service ----------------------- 11.13s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.03s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.94s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.89s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.85s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.77s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.76s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.75s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Gathering Facts --------------------------------------------------------- 2.34s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 fedora.linux_system_roles.podman : Update containers/pods --------------- 2.19s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 fedora.linux_system_roles.podman : Update containers/pods --------------- 1.96s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Create data files ------------------------------------------------------- 1.90s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.68s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 fedora.linux_system_roles.podman : Ensure container images are present --- 1.50s /tmp/collections-Gkt/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2