ansible-playbook [core 2.17.13] 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-DMV executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Jun 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-8)] (/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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:5 Wednesday 23 July 2025 12:41:32 -0400 (0:00:00.029) 0:00:00.029 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_test_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n" }, "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/tmp/podman-m4A/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Wednesday 23 July 2025 12:41:32 -0400 (0:00:00.020) 0:00:00.049 ******** [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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:143 Wednesday 23 July 2025 12:41:35 -0400 (0:00:02.730) 0:00:02.780 ******** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_kqq09oh8_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Change tmpdir permissions] *********************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:150 Wednesday 23 July 2025 12:41:35 -0400 (0:00:00.439) 0:00:03.220 ******** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0777", "owner": "root", "path": "/tmp/lsr_kqq09oh8_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Enable podman copr] ****************************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:161 Wednesday 23 July 2025 12:41:35 -0400 (0:00:00.487) 0:00:03.707 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:166 Wednesday 23 July 2025 12:41:36 -0400 (0:00:00.033) 0:00:03.740 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:171 Wednesday 23 July 2025 12:41:36 -0400 (0:00:00.033) 0:00:03.774 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:176 Wednesday 23 July 2025 12:41:36 -0400 (0:00:00.030) 0:00:03.804 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:181 Wednesday 23 July 2025 12:41:36 -0400 (0:00:00.839) 0:00:04.643 ******** changed: [managed-node2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_podman_jb0t8ycx.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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:189 Wednesday 23 July 2025 12:41:37 -0400 (0:00:00.201) 0:00:04.844 ******** changed: [managed-node2 -> localhost] => { "changed": true, "checksum": "5042caaefec23743d43a9dbb1ca30edc4bd6c4bf", "dest": "/tmp/lsr_podman_jb0t8ycx.yml", "gid": 0, "group": "root", "md5sum": "dd312305e630a4851d18c83529fa9eb5", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 710, "src": "/root/.ansible/tmp/ansible-tmp-1753288897.153434-7687-72494834972710/.source.yml", "state": "file", "uid": 0 } TASK [Create host directories for data] **************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:196 Wednesday 23 July 2025 12:41:37 -0400 (0:00:00.552) 0:00:05.396 ******** 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_kqq09oh8_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_kqq09oh8_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_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204 Wednesday 23 July 2025 12:41:38 -0400 (0:00:01.079) 0:00:06.476 ******** changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_kqq09oh8_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-1753288898.8091288-7737-127591711893682/.source.txt", "state": "file", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_kqq09oh8_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-1753288899.4648364-7737-227968873980939/.source.txt", "state": "file", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_kqq09oh8_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-1753288900.1195362-7737-246981146415096/.source.txt", "state": "file", "uid": 0 } TASK [Run role - do not pull images] ******************************************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:214 Wednesday 23 July 2025 12:41:40 -0400 (0:00:01.982) 0:00:08.459 ******** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 23 July 2025 12:41:40 -0400 (0:00:00.049) 0:00:08.508 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 23 July 2025 12:41:40 -0400 (0:00:00.023) 0:00:08.532 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 23 July 2025 12:41:40 -0400 (0:00:00.032) 0:00:08.564 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 23 July 2025 12:41:41 -0400 (0:00:00.355) 0:00:08.920 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Wednesday 23 July 2025 12:41:41 -0400 (0:00:00.022) 0:00:08.942 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Wednesday 23 July 2025 12:41:41 -0400 (0:00:00.356) 0:00:09.299 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Wednesday 23 July 2025 12:41:41 -0400 (0:00:00.022) 0:00:09.321 ******** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 23 July 2025 12:41:41 -0400 (0:00:00.042) 0:00:09.364 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 23 July 2025 12:41:42 -0400 (0:00:01.112) 0:00:10.476 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 23 July 2025 12:41:42 -0400 (0:00:00.044) 0:00:10.521 ******** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: libusb1-1.0.28-1.el10.x86_64", "Installed: libassuan-2.5.6-6.el10.x86_64", "Installed: polkit-125-3.el10.x86_64", "Installed: polkit-libs-125-3.el10.x86_64", "Installed: polkit-pkla-compat-0.1-30.el10.x86_64", "Installed: protobuf-c-1.5.0-6.el10.x86_64", "Installed: libksba-1.6.7-2.el10.x86_64", "Installed: conmon-3:2.1.13-1.el10.x86_64", "Installed: libnet-1.3-7.el10.x86_64", "Installed: container-selinux-4:2.238.0-1.el10.noarch", "Installed: containers-common-5:0.63.0-1.el10.noarch", "Installed: shadow-utils-subid-2:4.15.0-6.el10.x86_64", "Installed: gnupg2-smime-2.4.5-2.el10.x86_64", "Installed: containers-common-extra-5:0.63.0-1.el10.noarch", "Installed: npth-1.6-21.el10.x86_64", "Installed: libsecret-0.21.2-8.el10.x86_64", "Installed: pcsc-lite-2.2.3-2.el10.x86_64", "Installed: pcsc-lite-ccid-1.6.0-2.el10.x86_64", "Installed: duktape-2.7.0-10.el10.x86_64", "Installed: pcsc-lite-libs-2.2.3-2.el10.x86_64", "Installed: catatonit-5:0.2.1-1.el10.x86_64", "Installed: passt-0^20250415.g8ec1341-1.el10.x86_64", "Installed: pinentry-1.3.1-1.el10.x86_64", "Installed: passt-selinux-0^20250415.g8ec1341-1.el10.noarch", "Installed: gnupg2-2.4.5-2.el10.x86_64", "Installed: libgcrypt-1.11.0-6.el10.x86_64", "Installed: aardvark-dns-2:1.15.0-1.el10.x86_64", "Installed: criu-3.19-9.el10.x86_64", "Installed: netavark-2:1.15.2-1.el10.x86_64", "Installed: criu-libs-3.19-9.el10.x86_64", "Installed: libgpg-error-1.50-2.el10.x86_64", "Installed: gpgme-1.23.2-6.el10.x86_64", "Installed: crun-1.22-1.el10.x86_64", "Installed: podman-6:5.5.1-1.el10.x86_64" ] } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 23 July 2025 12:42:51 -0400 (0:01:08.439) 0:01:18.960 ******** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Wednesday 23 July 2025 12:42:51 -0400 (0:00:00.046) 0:01:19.007 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Wednesday 23 July 2025 12:42:51 -0400 (0:00:00.044) 0:01:19.051 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Wednesday 23 July 2025 12:42:51 -0400 (0:00:00.045) 0:01:19.096 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026135", "end": "2025-07-23 12:42:51.872793", "rc": 0, "start": "2025-07-23 12:42:51.846658" } STDOUT: podman version 5.5.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Wednesday 23 July 2025 12:42:51 -0400 (0:00:00.551) 0:01:19.647 ******** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.5.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 23 July 2025 12:42:51 -0400 (0:00:00.030) 0:01:19.677 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Wednesday 23 July 2025 12:42:51 -0400 (0:00:00.028) 0:01:19.706 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Wednesday 23 July 2025 12:42:52 -0400 (0:00:00.048) 0:01:19.755 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 23 July 2025 12:42:52 -0400 (0:00:00.061) 0:01:19.817 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Wednesday 23 July 2025 12:42:52 -0400 (0:00:00.060) 0:01:19.878 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Wednesday 23 July 2025 12:42:52 -0400 (0:00:00.072) 0:01:19.951 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:42:52 -0400 (0:00:00.068) 0:01:20.020 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:42:52 -0400 (0:00:00.469) 0:01:20.489 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:42:52 -0400 (0:00:00.037) 0:01:20.527 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:42:52 -0400 (0:00:00.047) 0:01:20.574 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1748217600.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.389) 0:01:20.964 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.029) 0:01:20.994 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.030) 0:01:21.024 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.029) 0:01:21.054 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.029) 0:01:21.083 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.028) 0:01:21.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 subuid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.028) 0:01:21.140 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.027) 0:01:21.168 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.028) 0:01:21.196 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.055) 0:01:21.252 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.052) 0:01:21.305 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.027) 0:01:21.333 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.027) 0:01:21.361 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.079) 0:01:21.440 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.045) 0:01:21.485 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.028) 0:01:21.513 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.055) 0:01:21.568 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.027) 0:01:21.596 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.027) 0:01:21.624 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.056) 0:01:21.680 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Wednesday 23 July 2025 12:42:53 -0400 (0:00:00.026) 0:01:21.707 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Wednesday 23 July 2025 12:42:54 -0400 (0:00:00.028) 0:01:21.735 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Wednesday 23 July 2025 12:42:54 -0400 (0:00:00.027) 0:01:21.762 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Wednesday 23 July 2025 12:42:54 -0400 (0:00:00.027) 0:01:21.790 ******** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Wednesday 23 July 2025 12:42:54 -0400 (0:00:00.095) 0:01:21.886 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Wednesday 23 July 2025 12:42:54 -0400 (0:00:00.053) 0:01:21.940 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Wednesday 23 July 2025 12:42:54 -0400 (0:00:00.033) 0:01:21.973 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Wednesday 23 July 2025 12:42:54 -0400 (0:00:00.380) 0:01:22.353 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Wednesday 23 July 2025 12:42:54 -0400 (0:00:00.065) 0:01:22.418 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Wednesday 23 July 2025 12:42:55 -0400 (0:00:00.409) 0:01:22.828 ******** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Wednesday 23 July 2025 12:42:55 -0400 (0:00:00.058) 0:01:22.887 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.011362", "end": "2025-07-23 12:42:55.555432", "failed_when_result": false, "rc": 0, "start": "2025-07-23 12:42:55.544070" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Wednesday 23 July 2025 12:42:55 -0400 (0:00:00.446) 0:01:23.334 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Wednesday 23 July 2025 12:42:55 -0400 (0:00:00.035) 0:01:23.369 ******** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Wednesday 23 July 2025 12:42:55 -0400 (0:00:00.034) 0:01:23.404 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Wednesday 23 July 2025 12:42:57 -0400 (0:00:01.312) 0:01:24.716 ******** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Wednesday 23 July 2025 12:42:57 -0400 (0:00:00.028) 0:01:24.744 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Wednesday 23 July 2025 12:42:57 -0400 (0:00:00.028) 0:01:24.773 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Wednesday 23 July 2025 12:42:57 -0400 (0:00:00.027) 0:01:24.801 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Wednesday 23 July 2025 12:42:57 -0400 (0:00:00.033) 0:01:24.835 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Wednesday 23 July 2025 12:42:57 -0400 (0:00:00.034) 0:01:24.870 ******** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice sysinit.target basic.target polkit.service dbus-broker.service dbus.socket", "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": "ebtables.service ip6tables.service ipset.service shutdown.target iptables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "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": "3122208768", "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 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", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Wednesday 23 July 2025 12:42:57 -0400 (0:00:00.732) 0:01:25.602 ******** 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": "dbus-broker.service basic.target dbus.socket system.slice polkit.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": "ipset.service ip6tables.service shutdown.target iptables.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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "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": "3120918528", "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", "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": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Wednesday 23 July 2025 12:42:59 -0400 (0:00:01.620) 0:01:27.223 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Wednesday 23 July 2025 12:42:59 -0400 (0:00:00.060) 0:01:27.283 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Wednesday 23 July 2025 12:42:59 -0400 (0:00:00.032) 0:01:27.316 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Wednesday 23 July 2025 12:42:59 -0400 (0:00:00.036) 0:01:27.353 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Wednesday 23 July 2025 12:43:00 -0400 (0:00:01.036) 0:01:28.389 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Wednesday 23 July 2025 12:43:00 -0400 (0:00:00.047) 0:01:28.436 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Wednesday 23 July 2025 12:43:00 -0400 (0:00:00.036) 0:01:28.473 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Wednesday 23 July 2025 12:43:00 -0400 (0:00:00.028) 0:01:28.501 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Wednesday 23 July 2025 12:43:00 -0400 (0:00:00.059) 0:01:28.560 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Wednesday 23 July 2025 12:43:00 -0400 (0:00:00.031) 0:01:28.592 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Wednesday 23 July 2025 12:43:00 -0400 (0:00:00.038) 0:01:28.631 ******** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Wednesday 23 July 2025 12:43:00 -0400 (0:00:00.058) 0:01:28.689 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Wednesday 23 July 2025 12:43:01 -0400 (0:00:00.153) 0:01:28.843 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Wednesday 23 July 2025 12:43:01 -0400 (0:00:00.045) 0:01:28.889 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Wednesday 23 July 2025 12:43:01 -0400 (0:00:00.036) 0:01:28.925 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Wednesday 23 July 2025 12:43:01 -0400 (0:00:00.072) 0:01:28.997 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Wednesday 23 July 2025 12:43:01 -0400 (0:00:00.402) 0:01:29.399 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Wednesday 23 July 2025 12:43:01 -0400 (0:00:00.064) 0:01:29.464 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Wednesday 23 July 2025 12:43:02 -0400 (0:00:00.393) 0:01:29.857 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Wednesday 23 July 2025 12:43:02 -0400 (0:00:00.053) 0:01:29.911 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Wednesday 23 July 2025 12:43:02 -0400 (0:00:00.049) 0:01:29.961 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Wednesday 23 July 2025 12:43:03 -0400 (0:00:00.824) 0:01:30.785 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Wednesday 23 July 2025 12:43:03 -0400 (0:00:00.077) 0:01:30.863 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Wednesday 23 July 2025 12:43:03 -0400 (0:00:00.836) 0:01:31.700 ******** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: policycoreutils-python-utils-3.8-2.el10.noarch" ] } TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Wednesday 23 July 2025 12:43:05 -0400 (0:00:01.326) 0:01:33.026 ******** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Wednesday 23 July 2025 12:43:05 -0400 (0:00:00.028) 0:01:33.055 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Wednesday 23 July 2025 12:43:05 -0400 (0:00:00.029) 0:01:33.085 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Wednesday 23 July 2025 12:43:05 -0400 (0:00:00.028) 0:01:33.113 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Wednesday 23 July 2025 12:43:06 -0400 (0:00:00.994) 0:01:34.108 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009088", "end": "2025-07-23 12:43:06.716062", "failed_when_result": false, "rc": 0, "start": "2025-07-23 12:43:06.706974" } STDOUT: running TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Wednesday 23 July 2025 12:43:06 -0400 (0:00:00.385) 0:01:34.494 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Wednesday 23 July 2025 12:43:06 -0400 (0:00:00.037) 0:01:34.532 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Wednesday 23 July 2025 12:43:06 -0400 (0:00:00.037) 0:01:34.570 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Wednesday 23 July 2025 12:43:06 -0400 (0:00:00.037) 0:01:34.607 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Wednesday 23 July 2025 12:43:06 -0400 (0:00:00.027) 0:01:34.635 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Wednesday 23 July 2025 12:43:06 -0400 (0:00:00.037) 0:01:34.673 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Wednesday 23 July 2025 12:43:07 -0400 (0:00:00.038) 0:01:34.711 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Wednesday 23 July 2025 12:43:07 -0400 (0:00:00.028) 0:01:34.740 ******** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Wednesday 23 July 2025 12:43:07 -0400 (0:00:00.027) 0:01:34.767 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Wednesday 23 July 2025 12:43:07 -0400 (0:00:00.029) 0:01:34.797 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Wednesday 23 July 2025 12:43:07 -0400 (0:00:00.027) 0:01:34.824 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Wednesday 23 July 2025 12:43:07 -0400 (0:00:00.027) 0:01:34.852 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Wednesday 23 July 2025 12:43:07 -0400 (0:00:00.042) 0:01:34.895 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Wednesday 23 July 2025 12:43:07 -0400 (0:00:00.027) 0:01:34.922 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Wednesday 23 July 2025 12:43:07 -0400 (0:00:00.026) 0:01:34.948 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Wednesday 23 July 2025 12:43:07 -0400 (0:00:00.058) 0:01:35.006 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Wednesday 23 July 2025 12:43:09 -0400 (0:00:01.881) 0:01:36.888 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Wednesday 23 July 2025 12:43:09 -0400 (0:00:00.037) 0:01:36.926 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:e4ea7d50b5a6144c51d9dbbbc51333a6210f91b924c590c24bddf16fd194d569", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:8eef9cf6ee45815427e24e0004d7955f6bdff25024700f8cf524c9842709d786", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:b567fa877d54d8d5b8fa2dc57a2b23c0ba2d7c44f386061bafbfee1265d3fcc8", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:193e56c9a38831a22d3c5d94c11cf577b6fa7dcfe77901f15616319f6997cb73", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:2115eae80db04893b3eb586f059b48c177581b244a594b3bb1fac4a6871db719", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:2c755ff2bfe3f383ea8c258fd52b7cabee97eae67970aa3cd07082338122b333", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9d3540bc177cb2bce4a71ad4eada807d857332a2a5d95451cfd7400bad7b9a55", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:096c7e1737ff6b3c945a70e277083caff25c6502dde9883d54a44f395e7241d4", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:4b921c9cb165ace187da7e6c5a17113ba0f7be0855645937a2cd1f098d544670", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7a3a73cfa2fb3d90dd958be2bccd9d281baca95d996b1414e55f44e69b5c332e", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:0238020714819d661e580ca114750af2b886b5cc69e6f579e5c6b4a45d562eff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:573bcf3a234986104937694eaa17a33d539451174044bb8e25ddeb89326ca284", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:1604b2e4c15a774b0e7c0c5088e2eb482478fa357f00800507811a114f4aba81", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:996d7ba221535a387a28f6cd4efc1146677a4c20fe1f81ae7d8b505d238d6c5f", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:31b2f3f4b64b01e2c173a58801f7835e7d00a924a48b029c1d8d754603da211e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:cacc3e227d14b33c01002600491c4c1abca2df7fc537c8e969151909f40c78da", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:8fc95dd14a430f6461e1bf9cfe2a0f4e4e5df7f072aa9c41b63e85a00b844d47", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:7374435af3eb50307da53455b0ed008ff20b648a43f222274371246c2c76304a", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4ae82ef212e71cebdc3882b8fca34a9246e83080a7aead8c8690fc13327f8c45", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:998af8c73e85f25be8a3da8b187953f0aa7f1d4e67713405f88083c0a48182c1", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:957d178cc482a2c8190bcbe338c22db1e2b13253fc3337d365b523807953e4b1", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:1475803363410e043183972af0b2987fb187efb9f961c2cdb95c80c710a12f16", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:b79650caf6f3dbd9ca2b81cb6eba85a72487775b4c24917be2374cf186ec46c8", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:c4fdc1fcb651ce014dea47bf6772ff7eb01820b427be1fb8750d92ec2fa03d12", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:14dbc6e633336534e9f181b056fc6cb9359745f536858f46621e1007b1cf56f3", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:a8d6bf860cb79cf4248bb786945329cb43559547cf82ff5016ae451bf89bce5e", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:9c71cdbc585f1f8ba677c2d2788676a059d4fdaaf7814198b06376fe328bb354", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:c7d8d226f1a6dc06930b2d2b72a1c64681148e71735cf656744b92b1ddf5a260", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:cf31443eaa76ca90fe205886d05d18c3b23f641b4db5c60df7c5acf849904974", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:f4580db91fd4f2bd961d8338e6b60b69f3ec75b65a9ed5f4b369a7d472b35d12", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:2057c6b9a791e3bd093a2ccd5db269b8eb43e5dcd9e172edd00130f970ba1bb4", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:e49e17f8cfcca68fee1e445446ffb4e08c22811f5283b8c251e1d13c12f4d8c7", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:f3f4a36ee1cae59620184efa3594bcad9fd7d80c48b13e2de4b9275d78be56e0", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:3f3b07d1c9de18c96ea7bbf12eb5ac8d47623c9df7224432d0357d988d1f72c4", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:85fd7b989e0778429930608bf25e6fc697f556810bb68e6742d0aa03127dc732", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:5b1a2a27d9599ab90186e5b6f3ce476e5d48133653157fa23a9c1d63ee910400", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:9b3727e8ec615aad56f6146546278f0caf5bb8d1114cc1bc7ef649e15647ea63", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c06d2e0183f2e1b567b2e81c8e6f7bcdf66c259c328037b7f262993453b0f9ca", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:c47e2d58f06f312e64c82b9fb72bb52e8337270735502b7c198f3ec4bd3fed35", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:b7fc454ce18340d1c1e191ac82c72ab8d2f6d0a8cf06846a127963329af9bff8", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:d1de473c6db097bdb5e73678f9fc1a1a29687f5de130573228d90590427d56f5", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:f9b8616ba7b8613a2a0c7345266dce151ae11f8185367358c27f9822b176038e", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:f54a18016ccb13f5d82a072349a8ad873a2c44008495c9fa8cbf92a24e73f5af", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:4780b43ac24c3cc8aadba63da31bcb7c036ce286dbdd2e4c5b9897687db968d2", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:47e4924f11b63d198f29ef7cf371b6fd2927aa746e612867c8e954823e700e76", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:f1c2428264bb3686d328aa32d417ccfee9d89511f13cf96e068603db7b0e895f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:081c2cd8300cc81c8b930df87834c2c9e3a0df1e24e2d64cceea44a343344eab", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:a05d7dd522d004396aa3051c64755cad1723be055754cac032de0e202c14d7dd", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:8b3ecb15887e1ef65fc39b5455cc63065cfaa14a3cdf2cd74612b1d4530e6a7c", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:af49721d5aa39e5038f7ba4515989f5672a77c93a7538c1c5461b655c699432f", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:54c29ad9eea717959a50a029e3c735670c1b06cbf0f45d72efbc0ddbba80c260", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:88942d6f32b10dcf2a8bb88a03b1a28973046f48d88826d7c037e5f715174620", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:43697ff520be41d687a7beb9fc0b502f66a75954607aa43849d66adf7624e8ec", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:5722a2f4e8d6f252d37f73e10681ad74368f4a8bf3394dbab6a7d4a72839ec57", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:8ebe457f66f9cee63598ffe20f5704a2aaba65d847964182284e909dd98de477", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:76c5317351ebaa96c38fb720bc7f47c01fa92de70048f70b86e1808fac1c4b21", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:90b84567bb56f3038714d67e066da7ae9e91848b89eb534e9f09c9d2e9a3d67e", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:1dddb24d705387ce3f66eb65244214d68c105a8c91585ac745c835a41d62f833", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:ba0224828b77ae059c0a80f0621f89d14b73671197cfbf9c2b86d124af5494dc", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:612e0f655d77e4a7382c496465cb0d06589b3c7a4d474a31cfb33a66d8f5c2ad", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:2d800bbf626539f60c2d434f779f19aeeb03f43c70538c52aef1bb5b95fe949f", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:f3dff18bc5fecf085cc0181acb46ea57aa573198801abeff85d104bee464d7f0", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:83f851cb13cbe50cfee455941cf62434401809ed4da7422fefbc5dbec711d374", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:897b408ab7d03609875d9f2dadfceb78e0db4808213d237e5b415b13bb9421d7", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:7fa21947b6420d32a2d3485772a7506b4eae60f39a2e3dcc3571988e4534c7f0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:44517aa39d38175715f2e6ccb2e36e8ea9e152fad10081bdab288d5bc167a580", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:80939025c245b119f6de45539be5f650ffcce042a2f68c68f92ecae8c7d6d740", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:699bf8f103b405736b644f56aba9ad0a862edd0b57940384a7da115aedb0010e", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:0b9238c17d536715575f59bfecc12b9bd073684e5b1d11f91a6af7e59da196cb", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:6d2b07a68470a854ea159b65d9635dd7b93702459fcb078d11a0ca7e369d021d", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:6c75d826aa351a91a5b27c91128300c3e912c3a366a1c6ead13762a32ee08137", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:e167828d7f89a5c3081c59a43d424a7cb691e58d0996f12ef066939e1949c34a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:a3f302a3eeec46cfbfce6e4dad0c2c7330a5a2c558ed1608c8171919d48cac5d", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:d34d6443a78e7df85c5c97d73947717ca3939b3a28b3e32934af8b9a5af32062", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:0b27d6aeb8869720ed19fab950cfd66f74042859f50968c5ff99e84a28a39eef", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:70f9cfcb569aaeae8547718eac7743e587fad2f1664d2df87fb38d614ed27b84", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:7bf09eb0b6ba28bac4727eb1092dbc2594c2aa46c1b8c02ac864c8bf5aeb1fd9", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:feb0ceb39dd490df8bf9b86df6072b767a3027e26ebf47103c8ba5ef8ff23465", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:2f3b3d1328d56a2ec2052edd18ce0e92ec0bc52f43359df3b632be1c885673d1", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:15e28eeeb11271e1d8305d944fdb9d79b88978e2fe3d336893fa6db6b5d42e37", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:f19f03db6978058949040dda5a18471586a285693e3b4d9deebe6bd4923ad456", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:19a8c5deb9b24ad71c434733f737d425341d9ba746c23e3d3ef31e4b4bfb2db5", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d76d65e11ddac8b9ec5fcf6068037816468590b4f4846dd19cf450217c4e0863", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:8677b0936b1d11e96c8021ad859569f70a680bd4cacee6f8d995f93e9d0c6621", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:037378efee02b22f1fc0932cc731ca39502bc26ef9d59d2242cfe31982f72f4d", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:b08852f6ee71d545cb74ff5e4699824511a74f2c970f77d6c0a74b5b378ae1b0", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:dfc6c204e6bf11c2681032c461399cc476eb0d90f3d80a15b4350b6088c79a48", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:89a3fb4eba440a2937aad1ed21f4b218299c04296828733fc48f1c01f132f70b", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:a56b93015eff48e01ff9a10e8b924792211f90690e17e79fb3132d026b8f31e4", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:7a26876f7876a5492c6df0e528c993716113f2455ff09a855febfdc75c9c2a2c", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:4133df3c0cdfe8f95ec179d55b41b1c20a4618dda012a105a89cf43895024e06", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:0d60878f686f9ca9ba3fe1421e5242537d7954d9202819464f0821b9ed6b8ed2", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:3606da90bbf95187f4bf3719b56d721193fc3341663d19955de67559c40aa58a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:c698c1db669071616c558c242ff7cc6e033bc75fcda304877424ddbc0f6b5242", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:338eb56a234aae4eef828fd110d8218508a3ca92b92d067386e5468e8e6fdf24", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:fce9ff72dd249b127c1b4cd7396acffacb3ec4e12aa7a4bd5269d56901be9b8d", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:da2529002c3c92bb86d2cacbfb0d0dbcbd3fc930bfd5fa4ae0979cbadcdc0b42", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:269a126a53bcf58763678d5d3214e281c9da08c34826b4ef3d55f4eec4b6fd3b", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:ed682c316c38583995dd7dd104727f9cf543de51ba1b4368952e2fc990a801ad", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:916cc83892dc1953fd17b3d13792cefe6126a45e0b50032e4ba3a93a63de5802", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:95b1c7d8043c449537ca197e73c0b380ca60942b0030af4986d212d1f23c6e79", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:41e56aa9bb3fe0f083110484e9f735f74a8ce67bc0ca9c0b820d03c87568501d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:3600a0e5c4b885f0ec0c92339c95289de66025f32d1f255ae59bc1eced6f6e93", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:4dce85f5d6ac71b9969a1174982f7600bac39777c17449ce14b231fb4cd1d041", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:7b02ac13da15246a0a494ff99e33ec45dde49b14af081b4463f28eb1578ea776", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:16ac50052f4c35207ec45d707fafb31686d38019355087d0cdd223a1a3aa978b", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:d40b77643a8b86168479d52c6833349668c17bd2678dc6cb0f24ed4981e996f2", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:b70aae17320c4a09c075cbdf96c768a8d81bc15fb31d5e0ad149386e750d66e8", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:4be29418a9d80b4e7a5bf662adce9715009ba852e0dcb99ab20f0bfe3f439c3a", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:1b1dd5d8cc3d4aba93cf919422cb8c8a1c5fa49baa5e08636eac45a6b833f956", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:c65c975929e3f74abead4e0d36bc721444b8d4f7eee82a90e091c6a906024b9b", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:85c0225ce4174c7b0b365ed2cc134cdc71b1b49b7c894b2a5a57741bbad729d6", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:a7d2b879c44c9dfff753e9592496d79e2119a9580b2acd7585a2e501be16156c", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:13e22d466bace4a695ca5a8284894427890fb1b552477347045f2506b691cff3", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:5d4f16949614cbd053088cdd53db9d5e3af4abe84d64c04022a2030b9e9f67d2", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:a0d311aa354e1e249916e3b3dd2b4220065651c6d8211e6cd762622c1aaa983d", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:5242070b3e27c06675769bb30a7439ce44023bb0ad25cfa246a9b915f9319f2f", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:142e57dd759e7b118fb5d2daf0f5bf1610533d53a4318337d032153cbb3d3c81", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:e4b8577424d766fc878a74c8589950033d8f96b8bdf216b2dc604396da3ea4e9", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:54b88a98db22d2ed585d2e567eceef406cd8139f06f13ca72aba54bb695f4577", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:fdac15de5067a65166da761fc3e26792b33f2b400ba7327d6232dd4190c5a8bd", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:3318ad791610f71878bdf25546115e3ec7dbe394b3ba1b6ee39cb2ebd02d61ac", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:da94971968712a2b7eaebf685f46612865e1ecccbc7a90579940e07ce6df1bb0", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:356c1035a12d8589e8ffa7503ec638ab45af3ff4ce891a7f59f78dec96ddac18", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:70577035401265a402294e6dbff3f26aeb55a5e2bdfec4a60bc68ca49b7abdcc", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:2bee56fef63d0061f7b2ec6888ef6d287dd305c311a5ee01d71d961687bc18c3", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1f70b062eee71f16bcc682030376ebf5f52a439548d3b09e4b966e5de3099a4e", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:94b851d9f96d0a60309a5c083308ca596161dc5bf084730404e505a267f5e598", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:65c714576d810dea0c8e57f8865e5c0e5f92795675ae636cf55ca5870c850f12", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:2b0d366b1ad903029181227a5cbce54e0fa32b79b5d938312de5799b19962fa8", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:d443a32e80e33b46426d4fac031452b63fdcebbbfcfd35eddf8a29366d68a8ee", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:00400f60981e8fca496a281dd562cfc3b174c436baa1d626103da4db35b6651c", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:ac511e403ab522a4b36c814da8579ab06f4eb1eea3388ff5744a88fa047f1857", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:87ea4a3cfa34dee81eba318c3c82150ae418ea1865e25a1ce16117693295a7f1", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:371854a0b935b07d27459ea55bf79e3b7da7b79fa6f358b094ec65f6ce5ae4a9", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f85e3b1ae04f64eba8fcef23b88f905b8cf83d8af5f50749a747edec6a932935", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:c9fdfd17a6c49f253def7bb0ea4ad5ea7cea6faedd7ddc271cf92427d2fe66b7", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:00a9103e83bcb279b5d510e7ef704c75e05eba0a585d4f83e66ad1f0df9cae59", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:16c2161c1f0913c893d673130952464fad161957155944c32ee2897f16f4329c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:3513b9cec01bb81fcd93c040e1e8a47e4f7267070e4ca7b4a1cf30a96d9faf9a", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:50ed406d890b0af8d73db0d6922dfb062d24baabcddc5dfbf1e6371e302b25d9", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:a8fecf4401dbeb7b893aec0860394b9600ae1e7aec30573cbddd066e0fd2ff9a", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:44e45c9670817bb2d56578fd3bbc8aa2556f65d20d0ab11d1ccd0ec969c0f518", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:0e0a11b08a25308a426a7b6077dfb601af85e09a3c4811117e755b3b6260b357", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:6112e0a44e473402f6599167328ff4b3a3d968d1a0be12e852b7c20b903e51be", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:eb56b1c0a2a56517399986778a5c912e31bafb0c41b68f9295d92220289a283b", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:04bbc0aecada14d52d0b5eb579e7e2057809d46ccbda52255a94fbf4f4f27fbd", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:3a5460fc695fee8e9c217cfb6f0d1f9f512c68dd5d28312d8b7ebcd55aef84b0", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:e1f3d4c815a42a1df7053a74f99b32313a7c2238d7491c1ce27ddd09152bce39", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:baa46336bdfbd1824a7abe0dc1a9f4d98747f3e546f869cb4442a8973b5bbe32", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:91c63280ad555f8fe9204531d2793ad7f5e44c9321de3f06ecce75e27d6f471e", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:904971bbbfad2d1746e02e969b434f416f0d328d0e136a17f4a3a42a2e888f81", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:1593c070dddaaafac485602ccddf88d7313921998e8cdd6933879086d7418aeb", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:7b8888f45b7ec8f09cc63ff3853bdf6deaa999713fcb943e3ae89f565c1ceace", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:02dccedf084e2df74fd1bdecc5a548d6e69a38b49d856e46c6b5427b938537a2", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:b2708a55e1d0294eb4cea20a4196a3910209aca84547481525a3730e87d38d8e", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:57a05791b5e47fdb756963168032bd084cccee05a46f87a92a916c1a90d9dfa2", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:2c0bcfd97fdc58181ea7ec4570fb02b46a6daf876aba91eed260d96389cb7d78", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:e01d4f338e87fd2d88e74e20d881cb4b22e4ca9ee669e1ee1c687a5353c9ab35", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acec326fd878f1c6ac6cf1e3b96f3db22fa7b55e7f50150fe1d6b964627adb67", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:5f31c64308b5317e43eea65b250f9ea2c764c1407a4e203b1eee7369f9f17b03", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:36d2e6aec0dc93461fa35e68b8ed17c48f2269017602eab96edc47f87ffa3f28", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:afd0c27293faa4dc9848405fa9b7258d0429961316e687010ada2ecb2c5cd1c4", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:abc04bc36c5caf4f20218de20b8cf9aa89963b5ea80660edf538716c1f37aa52", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:ceaf5b3adb3e94774e977f209933dfef4954c145b05c856ce442b64199444c07", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:bc0dccaba2a1b2009ea761148056cef57cb2527711430b57380369eb8303597c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:17fd8806b4ccf9c9091e64bcb81707e1aa4b25444b311f39b716ad010b607dc6", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:544a2a1d77e86d698d4fc7a06a704515fc0f88f57bc3490cdda59cf530e83aa1", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:fb8fc2804a54c0251edaf8d0c33b50ea935eace411be5f59968a90107b04bdda", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:fd0e1c626359906315e9e4523c2b3a2e49cfcee101a76db4d07409795fa6ee48", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:e2f4c4ed2a9ddc16d4aa71ccd77a66445eda6836a4c41cfe0765c88f5726e44a", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:beb2fe6bc1ad07f59cd052d7ecb5095a9f0bf5f85ab01f8abc7d295545883d64", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:004b0eafaed71fb7a35c9464116d49bc38480fa47cf75108637c23b64723436a", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:b9a1e68be6a4f710d2635645fe86f008e8db26e4019fbda3761d6919759a1c86", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:ac98915cdeba1b392bb0053ee36c3d4b796bad22795fbb74ab8730c11535c884", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:e6096763c7702792b9397b55a09f6d9755bb294198a322598aa3193d3b1469c8", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:b6dfa83724433c17e9b5634ad137d7e3a5e5d58a09e334b4af537668dd66a953", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:13b5559cd00f464279f6602ac272bc77c85ab4d8b088747e7d21ef1daa75147b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:c3bf8b0536cc2de22efb75ed39ca661749371652d08ee4c4dc8885bdd823f1b3", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:02e7c1900c48f9080456a4f66d36053dec25ea0a3d30849b1b5524a8cb19691f", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:e7925b19cc41e810e79e7706910eaf24be550f5d8dbb64fa1e033e8f5265e466", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:e4d69855e16fcf043a4c1b3c2c106dd70e8120ad57b37031be79a2b9b231e91d", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:4bd0b628571f32514368a91d8028858dbd037a428e8d460c9000f86aee75e435", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:3c9d8f428a7b0bf5bc24e6ed6647f04d03e60d4988131d07283fbfd55fc03124", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:48fdb9460d2a88d7b14df6932432e3584104ac9e0f0f18600c9c6d2290971079", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:3b6b6c8b4de7e5fb46501bedb083e2ea402486a072c0ba7b62fd92aab9e36814", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:cb367fa7240701b79bf84824cb89596b98f5cc9cdd2ea1e707796186c0f1a368", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:94b9ce99696214d1cc24a74d57824baf7373cd5e765d4cbd7886537ce071c6a7", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:e74bd8cf8a25c4428183d87dd9260954ad1c34a401c9205091d791a1306ac7a8", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:8e3a4ee7a13511de33169052cc78864c72a29358e63668275f86856b4975f624", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:2dfbdc3a5a92f2f5be3e4478df5b4a609272596867b19a3e2c4fbc1508ea7766", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8ded7f9973279ad47a63cf063eed5ff9f07a9d195699a1c639557041a00a3c79", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:498595f7547d2e6d3c17f7a95e2a66fb636e34d28012611a7c684df3416bed33", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:3e51da39c56defb7bc01056cf043caf1b8a5a4aca8bb91f67e2538d6533e65ea", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:d431ce798c944be3ddaeb5c818e6eb228bb48031f0c68b48aa62463cb3c1df6b", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:19f7ed1639a710dcb0a26b7f6be93bca21e17a8ed3165188fbc4353935c1badf", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:3f9f68dc5c5aad94f73e473e9798a9c4807e53269b26c45aac5658da79db859c", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:2bdea01224b603018cc2b9ac6b8dbd572fa7629165ab0db21effaa6d7ec07bee", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:451e1a96098ac06bc4be46a730795229f60bcfdea5143d2723279685b90ceaa7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:ed3f6adf43b0da3a8073422a896296f1f158c0c75429da7003b5c3f9eb244cb5", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:6fcba08b61f3d6fa47a08d0a5003035b78ce3daf55ede158891957283b23af7a", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:f66911ff08696ad4bb14a53ba28c7a0e1a74e6e90da59ef097aede2ff8c29ee1", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:d1475abdc29e6060ab67d1ae1de4460de2fd4e0984aa17ba1dd61294a1209937", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:fc5cddc168092fca18aadc49733aae27480597b3c82546a345f90d2fb34659a9", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:4035058cc2a745f882531979ebab46a2c90d745ae48d2c1b1bd74ef28f39a534", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:e0b78fcb210efd493dd2ea999fb1340644406b09d209e897984567d502d169ce", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:649c10b3fb3f97b36b013219e6ba3352dd9464700c0837432686ad518c5a3b5c", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b4786ebdcd5b9ac90835ca304acb2574158410dfbd3ab2ce3470df6f1e71734c", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:bae0d298fba1e64569a3dc250a5e45d19e7669f185bb36452c6624fdd4211c37", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:0a4d91091c2f57aa29c070e9e7b967323501792eb1b6c3637ca4e3d1b0b9cd91", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:db0ffc3911ff5657065b4de6fbdb26f04150ecff3c46fff66076856c831376d8", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:4925a528c42a9f646467ba4d0bf102938a5edd8f18bd25c211830880e55a5f86", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:be46e2e5016783bcbd1b6121c16dac420ad84599fbc9ab03cef6e73c635491cb", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:36f7ab1582be93e02bbdc834ccc247cc4e38789758beab56dae383c975329335", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:67eba482a5bbd24a02c8d27ebe519f33201b3ce79aa2ae5216e8388b842427e4", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:e8cad5b42141d2ec77e6a439d0d9c35fddb52f8915bc43f07b60d9531fb77a69", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5450ee371c78bed8bf0ec1c19145111158f8208dc8c259f014f4eaa2880f657e", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:64e5bdfc3a9f4db74bd22952f6a91ab0648f11396e075006690af6ae78a19e4b", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:d73c05e79e81ca7bc9cafbf6ef60b595dc9dfe001f3bfc4edbbcf089a3c162bf", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:b1295d812d377d3057fd6f50cce387a9a1d685b82ce1f2db94259def8e8a8178", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:9f110ced2b888709ca0b11e20304a10b7e6f48ecb60183f84673fcf46158d922", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:38bb156f77c1cd8f2e19c963fd83452c049c955ea6b5af3bdf67b7a02d6487bf", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:85d7740ec11e9e9e3bed007b2a2a9d1096fdd3a293d60a24389065462d8835ac", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:673f39ea95fd949b39e202bb23ee8039b37d7e82b5353eeb5153d712269a4302", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:84b2bed2bf86c1ae18e8f097a87e0403360608d352ebdcd23be33ee6c8e73433", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:26e1baf9459ca879633ba28a1a84aa370edd3f932b7b47464c5549eea57ee919", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:df355bc1eb0dfbbefb88e689e4b93305d3914c8ab6c2d7e60ac2b91aeed18a50", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:1925b8e054a2d83ceba75edc2ad4afeffef707844f07a4d41c1d0e656d4b6b13", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:dcabc753b8f94f205a5789e1002762bf925bccba78f81006577b4dfe4447e69a", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:41015e7118f63f54987554f279679c09e61af6d39ed6d329363d408df6e2d94b", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:3c15ed36a0e8f5323d71fc061a25aebf4604ffb2ec21ba56ba0ee8c972203c31", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:19ea6f5d96cdaf706855b34d0b42e4c4cc325b058da3ea0789fdf844e5b03c20", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:1f26895762f6436d139b0bbdae0e778b76c1870e5ec2a70c9805fefa8843b7cf", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:5de62f06583e91f772dcec03a6bc2ae4924dbb3c1273914a663b20980fd1bfe8", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:a010b1fe387213bc9796692c891fd555250eaa96338aa30d827edb7eaf2e346d", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:e1cfa9930cfdb5add35cf66c744ba96311f079f6f8481e8afb418d3f5453ecda", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:06a1ad528499c522da483a2ecac7ba283b8b38788be5a553fd1a66a5a8f74ff8", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:7c1af96e197d39a4b415366f9653feb8ebcf6f36dd67ffa7a990d8860af31fd3", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:49b607c1e4f0a0c80318c24bba1daebf923b3919d4df413ebf11ea5219a25398", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:0d4293f214aac975f23291e3d0653b7134c2049ecd3fea2fa3dbaff31c8ca2eb", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:c0e08220e5884a66127464db6d58bfd986fbd774d0222f49e1fd29b78b3cc0b9", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:99d3212c821f54164487eb08ca734afa114f78f5a1508d66660605867e921a89", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:7efdf21950a64b1cbab955995f8429f7bb9c8373fcbf2b290d035ee5dfdc0b25", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:5e73acaada24e985584c2ce59062501321cae5178770e1e7910d7b66b77c3a0c", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:1fb0b1b74da93865139e16b049a9b35f73230fb2c9de6d0f3f2c767d0cad125b", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:88f39fea74393f95cf57f21e3383ce4335926316fe72ce687ad5d4985620883f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:1da516fcc8743003b36725cf7d7279f264ec7ce359751ee7e018262dc54f0226", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:c9fbd762fc108d68d5ddb326f5f7d1259df44e1f274468dbe783e850f5727532", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:b1bbd358f24d0d3f5b7eaae8549634a358486deff8e23e73a08029ea5a200897", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:a8af648958d994224fa0185187a1f7fac36dcd2f9860568443adde7cf69514cc", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:eca0b3bcf2637ca132d57b7727481afe218bd195fc65b36bdd836fc1d8f49a10", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:3982604acb7748d747b3f053e494c102ab8af57aec179e5b220e458f9a7cd961", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:4df59b18b700404a8fcc05469b3179c304e75bfe60d1fc780b03583633760afb", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a6b6e0522240e083fff4f7d32223412f4bf9a757a681e1a78b000aed9c873a22", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:9706778e32b5a0c3559b59c648dff43d2246f847e4b8627c65629ccc7162b172", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:4a2d6b6c82c3e7b70db5395a539cf63a0c9dfb76c551f7565531c47f5915a2a8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:1fa012c304f616dd887f786d1bc269d630cea6991082739fdd125245d3b1345e", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:250ebd82dda97bc2f8aae2e6f95359c6a259b7f9c059a7c7c9feeeabf59cdbf6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:ed9c18d6d5e242fe95ca67d8a484237a50e3b9112e1fd3f2a4bde333be7e36bd", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:0613b152bb0606dd3d5bfb45c3df41449cc67e2ccb6e91e25ba8951a8f27365d", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:9d96611320219c63bb99070d8e63b33dd12cd1b68910a682ae4fb7b48a93d63d", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:30b5f2df89c6ec326949d94a73bf12b4ab693df3bf912459ab0d80dc34359457", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:c1fb6f4596dc1ac9266833e72de243bf9095e4e5fdd2a453e3fea4b1d872facf", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:a4e5e3b5c1061a07a300b3b29a2c6259730e939e8f503a76e3d96c030dd143d1", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:18b037e23a78165416436a235dc4d5063ca24fe1c66455c3cee7c91986e6f89f", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:0f5f34bc0c96fcd5ecd74c4a40a4ab94d9ae9e5070f1924d269cabc9ee9361b1", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:e24ccd5125a504d726241c619cafd3f06877a267aced41f377c418386a5153d0", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:823e606b20756cb23f46aaa8d4092b3e1bffc58c668cb54c222a8023aeacc53a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:e0e09172ed873250ab6b8748e1fc6280a449b45ba3484ec994a75a7318764268", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:d30b1e4e5ff87079cddac33c18949ae22fc1d2eb1c7105eb9ec5a2bda0b57145", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:30be1cea1a0cd9cdd736a2c9a147d6d7ffa97d077244dc00a044cff463cc9fba", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:0d437fbe39eab7f490218e71fae2a728ccca0a8f3bc34bf607d164a0ff782fe6", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:8d9ac2a151956a975049b1461b1e3b65e41186f6025fbb892bf65d79c5446487", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:930629550a43a60d9f611ac51ff0fe9f62fe397e92ae64dc39d232d50b0e28a6", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:42ea728702eff08b08236457f08e70b7a00468a373e81046b6a8caad890984cb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:f2d90da6deb4a331f88519241196e911073a62ce478d0bbecd2354f83108a1e1", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:1e8c4c647503dc7e2f700d4a50e9705aeab03558e7a83eac2e9517f542d944f8", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:949477676402f4fe8b2bed32015c1185d66eddeb5159f0c1bbb0f5de6f98501c", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:0dedda2aa7b673d014b285ea496f2e16232d2e3e63ceac30a6ff8226359b7729", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:23cf4e30ba30051a1479a4e136d6ba8058782ac295a0ee8aa898a609720dfe1c", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:2daf6eb37fec7c4aca13783495f09fadc001e3a8d70c62c871a97210e021d3c2", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:2716a030f648a3b4758650d0e0122b2dc22a3983d96e7d70844eea6064f91eb3", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:473cefdc52efa91bb868fed27c195c1239a840be15fd7f56139e3921d8d4375c", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:10e2635379af480cc06c8c182eb7c9e88812791566cd42a362f7791263aca8a4", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:1551cdc64f18458da3deb7f4530c0a74a1ac414285e1c8291d1ebc04934fb6ea", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:ddc348418bb18a0effea2748db5a0ddb49a2d079f39b44daf1ffe9b32d9f81cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:4ddc02c623583ea4fb43c3243c135abe6ea10807690d320930324fdf941d847d", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:14542d1e99d5950cd6076e71a4087e085b8992b04abe3d5898fdef18c8d98394", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:74d6501b24e3fa658ed744ab478a8751f49b43c1acb0ac168b056d9f84eb9b12", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:708af5e5aebf1f388d30c66dd0b29f3a51cc19f5b35067563f54f01e594d847e", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:dac44ab99a6302a4e940f7aceb9a4601ca358d44671aa96301b8bb1e70223c57", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:c07d4b78b1601be56da5e8a12dd71b130883e51cae74036dd65a0e8938ce995d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:c6c7a4c14905bbec1a809e5baeab8869df04ce86e6e7af7f833ba002fef1f14f", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:dc3fde9f8d2d4911dc2d9c5b1296ff4aed7f337e0c81369beb88941643914683", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:74fceb571fa21e32de21e57835f76714831aee1a6d2f2e192833ca4cc2a02e00", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:8b11673d4717df47968b441bacef66e1789c00cd9be0493c6957c25056ccd0e3", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:ded3aede6fd375c5078407ffac45c98aa5cede8a33d01e12373bbfcfc9195557", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:15ac534014765f5f3788ae424c03627f4aa606bdfd763a7a56c2cc537f268571", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:b6e7ae905ce38eebf83f453a034a1d035c83acea503de077a4c2ae89a2652949", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:a543621a0824e96e5b2e3a51ecc10510fee605842ef4d5f10353dad9e291cebf", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:27494f6b5844c807d054694dcbe9951e2ecf431e59fc818f44fc52b28c6b0d2e", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:184aea46b019d9889fe8fe9cdf993825a49b08c261e04522098790cf567fdf1e", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e666d250e6d615e6b400bcdde5b9c5fa055ff5e4fdcc307fdfaa49bcfbb5fdde", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:cda595280cf5f1fb45071ae662e33cf6faf5cd5ade84052c9bcde3b9cacaba27", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:96e8190a61a15b5b7a495e00821e2bd403bcc02aaddffcf8b73db84fc0c01da2", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:d437acb0a8759db6902143444b6519aee7c5c7d4203eb47b6debe8cbacec3524", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:cebd06aca5b556fa1e0e72b20d1e62339299b97f0ed6c287fb59e2fd5d527099", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:bd45c50388332480f5fc41d1850b34e40e36c5e357514f70151218d2cd6d3696", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:cccc2e5314a88538d4e04d68c0a47b420439b9cf3c75a8d25ceb238414dfd4a6", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:8bc4319c04c50f01196784114c216154fb01e1c2f442e85383c5167d29ab960e", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:8a84adfc7de6725c95d7c83b9caf0393a1bfa318a1b28bfe73ace270529add96", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:e2c6d1cb90533349665122b69a30309067a89deec1913c91d76583db1137704b", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:404aa194627e86813689f2322ed52a207e7b59c37075234dfdeb9d3037a3fba0", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:71a84c172ae587b2bc59af29916eeeb446fdd94389876b80881faa7ee393e1e0", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:8ffb5712bc861ac7bf7ff1ce80c7460c6b9d18f05d315109b298047d65fde160", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:f783db19a42b2eaeb812750d9e19a3e08d3b6c1c66f5b372db4815a8ab0501ec", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:5a3b265141cb6b288077e126fab36fa11e2eda86ebf4255e9af4d7a3d97a64ad", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:35c4ffe6844e8b2efb6bd2b17fa6b8f7374768b29075d3663f03c3a3b4f630e6", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:9602906f7235964dccfcdca8730c3b5b9ed02da09db883912f80620918ee90fc", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:45312c963e2f2624083126e16494ae1c02c83dcfacd8b6361096b97379705a72", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:ed1c063d93095ee0e6aa51ba88db5d594dd63adf08c22e229bdfaeef3ddd6041", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e327c5fe316c0c8f26dc42c9934605f5a465b23e2c69dd4b54e9a679a3a0d8a7", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:ca4008994520fbb440db5cc902d328639a5ce9b2de2b04a243c3877e37770387", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:901d51b9f6a7dc60bc9447a38afed15016b6380a1c488a2eeb265fc555ddd23c", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:1e81979ccda40274f77ba2ef4ab617aafc7c8d46e2f6cdca1b513339ebce0ebf", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3befcf83ade571f2ba648d05de2f0c8cd4a6034c20df60390e2c6621dfaa98b8", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:90f2ecf1642afcc7f8dd3893173e2832d43c7c7c43cf7e0598947df0bdfdd699", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:550828e18eb625333951fd9ef992be2a18076a9c2ab10d4a4a7cbb6316a0b89a", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:5ecf3fa7d0855932164013257ab7a927d9e233331967a0fbd12567a610bbe813", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:96ecdcb94edd25c19aaaf9e7ebb64285a57e8c05728df975a7ca8c322afda3d6", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:9ac8b5f3ad17a7f2a250ccd82991f42795692b67270c289f2e9ac34c17bd618a", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:3ee19750f325fa25a5e0e0b63ef4d975f9ceb176a938be366e6b78a2117d6b80", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:9a62d804a86fbbd9b971b84a0de8e068cca3ce12222f08d1cfc0fd7a785ac340", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:40dc44927e6b1b5e816729cfafeaf9d63864910dba3a6916851546692980e287", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:57a4dbaf6550b474e025bf9881b9231f512d0f9ba04afe617cd26830c6e439f1", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:3c677834cb828f2aee098785982b4578c0a3a39ee9633db50fe9459648c05fa5", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:f85249ff0ed55875c4a69079d7ecd14e1ab1145d9d488e4500793f75f946c963", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:efe210b27fcd6ce21a1fcfa53ffa06de7ffecac7816c3f87b13c219ea7188b13", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:4dcb04fda0b54f9bb5cda7976691faae3efd2e06c7c3f41077f29846495e54eb", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:98fc6c793ccdf4415b82903a037a83029d478e7bf04920d7ab22ad311e2d21e7", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:c459f3b2e2f5df490f54d2e535eee1c6d61e7ebefddc10c8c5cf7f508dd1846d", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:9cffb58378729a31769c2de0105e2e572d618aae359dded92269579953df1384", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:6e10304ec76b90cc08e52bc88090b732354492017f7e448ea3e22e7abb2d6f28", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fdfaeec1231cbc6a8fe1366d3d619221199fc669b52c88f78a318dc25b3be448", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:7f305e00748ff82c9800d6e7828d7335b95f677a7b5f77422f3000b450b08ecb", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:3cb6b62a35c140749a38953a00311c9217465a16e50ef61657ded032597f5126", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:6b40017101ee7b37a879acbfd07b399751b6602b230a8e293a131003f1d462c3", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:dfafe5dd0ea73b360c5190c7618d3493cccda7be4f083398005e53dc0ca86322", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:7ac03b53b914b07beb6a4ece0703e3d276d69ce0a1976debe2ac67a4cfed328b", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:49b12fd7ef59c18ddbdedd6155e3a78984d83175c477eb6255c17343fa5bf2b0", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:844efc4302901942e398bb028084d9d2055f3024e3cbe0c34e2e2809712363c3", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:5555d4a7c462894b995e60858377181362fa86660f5b2363baa45e751a7e246a", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:709ed409417f38a820c59fa55278561035f63e6ed3eaca1e0260ae86a7c44363", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:616c7437b295851e68ceac1a2b2c7dc62ca5ad094e7ee0b1967f9bcfee2c7efa", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:67aa3807e78b099dacbb68d7fc7b7a08485728527e6d0b1803283898197eca76", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:709e37211cdb369b59a87a0592833a736352361fc32e746e4e1faff53125df18", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:2104f2a4c05355646d5c32fef9b54bfe7a9b2b2bd78b9244e8133c52846a5aac", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:1bcf22515a219958b40735a948b71bd37c2b4d629fc2c3dd3177a807bcff2d92", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:fd0644378885cac36b394ac9fe7749be4aa4a03dd527959965ae9c48fc647db8", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:14e5b9dde80c0fa86c2b9271f08b4456962a6cde8de4237bee22944712bb1568", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:66ff2f217b26b350a064c0e64ff87585dbdab2de82dc80f92fbffacc396e2849", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9a4972b9fd4d16e5a2199fa84c97cd69898aa6bd431c3b988f4a988498ba8c8d", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:4788a9123253e153c62646cfbd8bdc8ec5bf86cd994bf1b0052553e669aacae2", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:43c63acbf820014c4f394df0ad4c499c44d1f2e4e8ba144d74a14996751c6a67", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Wednesday 23 July 2025 12:43:12 -0400 (0:00:02.830) 0:01:39.757 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Wednesday 23 July 2025 12:43:12 -0400 (0:00:00.043) 0:01:39.800 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Wednesday 23 July 2025 12:43:12 -0400 (0:00:00.033) 0:01:39.834 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Wednesday 23 July 2025 12:43:12 -0400 (0:00:00.053) 0:01:39.887 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Wednesday 23 July 2025 12:43:12 -0400 (0:00:00.035) 0:01:39.923 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Wednesday 23 July 2025 12:43:12 -0400 (0:00:00.031) 0:01:39.955 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Wednesday 23 July 2025 12:43:12 -0400 (0:00:00.034) 0:01:39.989 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Wednesday 23 July 2025 12:43:12 -0400 (0:00:00.055) 0:01:40.045 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:43:12 -0400 (0:00:00.197) 0:01:40.242 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:43:12 -0400 (0:00:00.056) 0:01:40.299 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:43:12 -0400 (0:00:00.052) 0:01:40.352 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "nopull", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:43:12 -0400 (0:00:00.038) 0:01:40.390 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:43:12 -0400 (0:00:00.066) 0:01:40.457 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:43:12 -0400 (0:00:00.041) 0:01:40.498 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:43:12 -0400 (0:00:00.040) 0:01:40.538 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:43:12 -0400 (0:00:00.051) 0:01:40.590 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.390) 0:01:40.981 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.037) 0:01:41.018 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.036) 0:01:41.054 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.052) 0:01:41.107 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.073) 0:01:41.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.038) 0:01:41.219 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.038) 0:01:41.257 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.038) 0:01:41.295 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.037) 0:01:41.332 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.040) 0:01:41.373 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.046) 0:01:41.420 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.050) 0:01:41.471 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.063) 0:01:41.534 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.051) 0:01:41.585 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.039) 0:01:41.624 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:43:13 -0400 (0:00:00.040) 0:01:41.664 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 23 July 2025 12:43:14 -0400 (0:00:00.121) 0:01:41.786 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:43:14 -0400 (0:00:00.062) 0:01:41.849 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:43:14 -0400 (0:00:00.035) 0:01:41.884 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:43:14 -0400 (0:00:00.034) 0:01:41.919 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 23 July 2025 12:43:14 -0400 (0:00:00.038) 0:01:41.957 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 23 July 2025 12:43:14 -0400 (0:00:00.046) 0:01:42.004 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 23 July 2025 12:43:14 -0400 (0:00:00.064) 0:01:42.069 ******** 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 : Check the kubernetes yaml file] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 23 July 2025 12:43:14 -0400 (0:00:00.086) 0:01:42.155 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 23 July 2025 12:43:14 -0400 (0:00:00.417) 0:01:42.572 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Wednesday 23 July 2025 12:43:15 -0400 (0:00:00.419) 0:01:42.991 ******** 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-1753288995.3332365-8985-15189525548962/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:84 Wednesday 23 July 2025 12:43:16 -0400 (0:00:00.732) 0:01:43.724 ******** [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: f47e5fb9c6afc971c6705f09b1bc4ea63622b111cd4ca90130073e627d53b1d7 Container: 14870fcec216c4f9fe37db31faaee7a1200f430c050038dda23f124aabf5e209 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:92 Wednesday 23 July 2025 12:43:17 -0400 (0:00:01.679) 0:01:45.403 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:104 Wednesday 23 July 2025 12:43:17 -0400 (0:00:00.069) 0:01:45.473 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:117 Wednesday 23 July 2025 12:43:17 -0400 (0:00:00.067) 0:01:45.540 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:131 Wednesday 23 July 2025 12:43:17 -0400 (0:00:00.070) 0:01:45.610 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Wednesday 23 July 2025 12:43:17 -0400 (0:00:00.068) 0:01:45.678 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Wednesday 23 July 2025 12:43:18 -0400 (0:00:00.054) 0:01:45.733 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Wednesday 23 July 2025 12:43:18 -0400 (0:00:00.055) 0:01:45.788 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Wednesday 23 July 2025 12:43:18 -0400 (0:00:00.054) 0:01:45.843 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:235 Wednesday 23 July 2025 12:43:18 -0400 (0:00:00.096) 0:01:45.939 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Run role - verify continue if pull fails] ******************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:239 Wednesday 23 July 2025 12:43:18 -0400 (0:00:00.065) 0:01:46.005 ******** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 23 July 2025 12:43:18 -0400 (0:00:00.221) 0:01:46.226 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 23 July 2025 12:43:18 -0400 (0:00:00.127) 0:01:46.354 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 23 July 2025 12:43:18 -0400 (0:00:00.074) 0:01:46.428 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 23 July 2025 12:43:18 -0400 (0:00:00.065) 0:01:46.494 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Wednesday 23 July 2025 12:43:18 -0400 (0:00:00.063) 0:01:46.557 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Wednesday 23 July 2025 12:43:18 -0400 (0:00:00.064) 0:01:46.622 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Wednesday 23 July 2025 12:43:18 -0400 (0:00:00.065) 0:01:46.687 ******** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 23 July 2025 12:43:19 -0400 (0:00:00.130) 0:01:46.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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 23 July 2025 12:43:20 -0400 (0:00:01.041) 0:01:47.859 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 23 July 2025 12:43:20 -0400 (0:00:00.042) 0:01:47.901 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 23 July 2025 12:43:20 -0400 (0:00:00.139) 0:01:48.041 ******** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Wednesday 23 July 2025 12:43:20 -0400 (0:00:00.037) 0:01:48.078 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Wednesday 23 July 2025 12:43:20 -0400 (0:00:00.038) 0:01:48.117 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Wednesday 23 July 2025 12:43:20 -0400 (0:00:00.042) 0:01:48.159 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025505", "end": "2025-07-23 12:43:20.803971", "rc": 0, "start": "2025-07-23 12:43:20.778466" } STDOUT: podman version 5.5.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Wednesday 23 July 2025 12:43:20 -0400 (0:00:00.442) 0:01:48.602 ******** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.5.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 23 July 2025 12:43:20 -0400 (0:00:00.046) 0:01:48.648 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Wednesday 23 July 2025 12:43:21 -0400 (0:00:00.066) 0:01:48.714 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Wednesday 23 July 2025 12:43:21 -0400 (0:00:00.064) 0:01:48.778 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 23 July 2025 12:43:21 -0400 (0:00:00.066) 0:01:48.845 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Wednesday 23 July 2025 12:43:21 -0400 (0:00:00.054) 0:01:48.900 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Wednesday 23 July 2025 12:43:21 -0400 (0:00:00.096) 0:01:48.996 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:43:21 -0400 (0:00:00.073) 0:01:49.070 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:43:21 -0400 (0:00:00.044) 0:01:49.115 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:43:21 -0400 (0:00:00.044) 0:01:49.159 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:43:21 -0400 (0:00:00.077) 0:01:49.237 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:43:21 -0400 (0:00:00.454) 0:01:49.691 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.067) 0:01:49.758 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.047) 0:01:49.806 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.045) 0:01:49.851 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.046) 0:01:49.898 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.040) 0:01:49.938 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.075) 0:01:50.013 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.037) 0:01:50.051 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.037) 0:01:50.089 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.075) 0:01:50.165 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.068) 0:01:50.234 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.038) 0:01:50.272 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.036) 0:01:50.309 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.070) 0:01:50.380 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.036) 0:01:50.416 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.036) 0:01:50.453 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.117) 0:01:50.570 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.045) 0:01:50.616 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Wednesday 23 July 2025 12:43:22 -0400 (0:00:00.045) 0:01:50.661 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Wednesday 23 July 2025 12:43:23 -0400 (0:00:00.123) 0:01:50.785 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Wednesday 23 July 2025 12:43:23 -0400 (0:00:00.063) 0:01:50.849 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Wednesday 23 July 2025 12:43:23 -0400 (0:00:00.066) 0:01:50.916 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Wednesday 23 July 2025 12:43:23 -0400 (0:00:00.064) 0:01:50.981 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Wednesday 23 July 2025 12:43:23 -0400 (0:00:00.064) 0:01:51.045 ******** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Wednesday 23 July 2025 12:43:23 -0400 (0:00:00.175) 0:01:51.221 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Wednesday 23 July 2025 12:43:23 -0400 (0:00:00.069) 0:01:51.291 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Wednesday 23 July 2025 12:43:23 -0400 (0:00:00.045) 0:01:51.336 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Wednesday 23 July 2025 12:43:23 -0400 (0:00:00.040) 0:01:51.376 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Wednesday 23 July 2025 12:43:23 -0400 (0:00:00.044) 0:01:51.421 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Wednesday 23 July 2025 12:43:23 -0400 (0:00:00.059) 0:01:51.481 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Wednesday 23 July 2025 12:43:23 -0400 (0:00:00.071) 0:01:51.552 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Wednesday 23 July 2025 12:43:23 -0400 (0:00:00.075) 0:01:51.627 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Wednesday 23 July 2025 12:43:23 -0400 (0:00:00.063) 0:01:51.691 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Wednesday 23 July 2025 12:43:24 -0400 (0:00:00.066) 0:01:51.757 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Wednesday 23 July 2025 12:43:24 -0400 (0:00:00.874) 0:01:52.632 ******** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Wednesday 23 July 2025 12:43:25 -0400 (0:00:00.116) 0:01:52.748 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Wednesday 23 July 2025 12:43:25 -0400 (0:00:00.065) 0:01:52.814 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Wednesday 23 July 2025 12:43:25 -0400 (0:00:00.062) 0:01:52.876 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Wednesday 23 July 2025 12:43:25 -0400 (0:00:00.072) 0:01:52.949 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Wednesday 23 July 2025 12:43:25 -0400 (0:00:00.075) 0:01:53.024 ******** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2025-07-23 12:42:59 EDT", "ActiveEnterTimestampMonotonic": "253780851", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice dbus.socket polkit.service dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-07-23 12:42:58 EDT", "AssertTimestampMonotonic": "252980539", "Before": "multi-user.target 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": "404160000", "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": "Wed 2025-07-23 12:42:58 EDT", "ConditionTimestampMonotonic": "252980536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service shutdown.target ip6tables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4562", "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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainHandoffTimestampMonotonic": "253011570", "ExecMainPID": "12279", "ExecMainStartTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainStartTimestampMonotonic": "252982991", "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=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; 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": "Wed 2025-07-23 12:42:58 EDT", "InactiveExitTimestampMonotonic": "252983747", "InvocationID": "b3f5df9c28a74e0f80a00bb54306fedd", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12279", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3081920512", "MemoryCurrent": "32489472", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33308672", "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": "Wed 2025-07-23 12:42:59 EDT", "StateChangeTimestampMonotonic": "253780851", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Wednesday 23 July 2025 12:43:25 -0400 (0:00:00.654) 0:01:53.678 ******** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2025-07-23 12:42:59 EDT", "ActiveEnterTimestampMonotonic": "253780851", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice dbus.socket polkit.service dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-07-23 12:42:58 EDT", "AssertTimestampMonotonic": "252980539", "Before": "multi-user.target 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": "404160000", "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": "Wed 2025-07-23 12:42:58 EDT", "ConditionTimestampMonotonic": "252980536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service shutdown.target ip6tables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4562", "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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainHandoffTimestampMonotonic": "253011570", "ExecMainPID": "12279", "ExecMainStartTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainStartTimestampMonotonic": "252982991", "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=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; 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": "Wed 2025-07-23 12:42:58 EDT", "InactiveExitTimestampMonotonic": "252983747", "InvocationID": "b3f5df9c28a74e0f80a00bb54306fedd", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12279", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3081875456", "MemoryCurrent": "32489472", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33308672", "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": "Wed 2025-07-23 12:42:59 EDT", "StateChangeTimestampMonotonic": "253780851", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Wednesday 23 July 2025 12:43:26 -0400 (0:00:00.610) 0:01:54.289 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Wednesday 23 July 2025 12:43:26 -0400 (0:00:00.083) 0:01:54.373 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Wednesday 23 July 2025 12:43:26 -0400 (0:00:00.061) 0:01:54.434 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Wednesday 23 July 2025 12:43:26 -0400 (0:00:00.058) 0:01:54.492 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Wednesday 23 July 2025 12:43:27 -0400 (0:00:00.565) 0:01:55.057 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Wednesday 23 July 2025 12:43:27 -0400 (0:00:00.086) 0:01:55.144 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Wednesday 23 July 2025 12:43:27 -0400 (0:00:00.134) 0:01:55.279 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Wednesday 23 July 2025 12:43:27 -0400 (0:00:00.063) 0:01:55.342 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Wednesday 23 July 2025 12:43:27 -0400 (0:00:00.065) 0:01:55.408 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Wednesday 23 July 2025 12:43:27 -0400 (0:00:00.062) 0:01:55.470 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Wednesday 23 July 2025 12:43:27 -0400 (0:00:00.058) 0:01:55.528 ******** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Wednesday 23 July 2025 12:43:27 -0400 (0:00:00.084) 0:01:55.613 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Wednesday 23 July 2025 12:43:28 -0400 (0:00:00.169) 0:01:55.782 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Wednesday 23 July 2025 12:43:28 -0400 (0:00:00.058) 0:01:55.841 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Wednesday 23 July 2025 12:43:28 -0400 (0:00:00.089) 0:01:55.931 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Wednesday 23 July 2025 12:43:28 -0400 (0:00:00.105) 0:01:56.036 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Wednesday 23 July 2025 12:43:28 -0400 (0:00:00.070) 0:01:56.106 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Wednesday 23 July 2025 12:43:28 -0400 (0:00:00.065) 0:01:56.172 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Wednesday 23 July 2025 12:43:28 -0400 (0:00:00.067) 0:01:56.239 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Wednesday 23 July 2025 12:43:28 -0400 (0:00:00.068) 0:01:56.307 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Wednesday 23 July 2025 12:43:28 -0400 (0:00:00.071) 0:01:56.378 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Wednesday 23 July 2025 12:43:29 -0400 (0:00:00.896) 0:01:57.274 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Wednesday 23 July 2025 12:43:29 -0400 (0:00:00.068) 0:01:57.343 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Wednesday 23 July 2025 12:43:30 -0400 (0:00:00.887) 0:01:58.230 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Wednesday 23 July 2025 12:43:31 -0400 (0:00:00.846) 0:01:59.076 ******** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Wednesday 23 July 2025 12:43:31 -0400 (0:00:00.080) 0:01:59.156 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Wednesday 23 July 2025 12:43:31 -0400 (0:00:00.037) 0:01:59.194 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Wednesday 23 July 2025 12:43:31 -0400 (0:00:00.038) 0:01:59.232 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Wednesday 23 July 2025 12:43:32 -0400 (0:00:00.903) 0:02:00.136 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Wednesday 23 July 2025 12:43:32 -0400 (0:00:00.043) 0:02:00.179 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Wednesday 23 July 2025 12:43:32 -0400 (0:00:00.040) 0:02:00.220 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Wednesday 23 July 2025 12:43:32 -0400 (0:00:00.040) 0:02:00.260 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Wednesday 23 July 2025 12:43:32 -0400 (0:00:00.047) 0:02:00.308 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Wednesday 23 July 2025 12:43:32 -0400 (0:00:00.060) 0:02:00.368 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Wednesday 23 July 2025 12:43:32 -0400 (0:00:00.076) 0:02:00.445 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Wednesday 23 July 2025 12:43:32 -0400 (0:00:00.081) 0:02:00.527 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Wednesday 23 July 2025 12:43:32 -0400 (0:00:00.060) 0:02:00.587 ******** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Wednesday 23 July 2025 12:43:33 -0400 (0:00:00.123) 0:02:00.710 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Wednesday 23 July 2025 12:43:33 -0400 (0:00:00.062) 0:02:00.773 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Wednesday 23 July 2025 12:43:33 -0400 (0:00:00.057) 0:02:00.831 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Wednesday 23 July 2025 12:43:33 -0400 (0:00:00.061) 0:02:00.892 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Wednesday 23 July 2025 12:43:33 -0400 (0:00:00.073) 0:02:00.965 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Wednesday 23 July 2025 12:43:33 -0400 (0:00:00.056) 0:02:01.022 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Wednesday 23 July 2025 12:43:33 -0400 (0:00:00.061) 0:02:01.083 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Wednesday 23 July 2025 12:43:33 -0400 (0:00:00.060) 0:02:01.144 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Wednesday 23 July 2025 12:43:34 -0400 (0:00:00.671) 0:02:01.815 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Wednesday 23 July 2025 12:43:34 -0400 (0:00:00.060) 0:02:01.876 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:e4ea7d50b5a6144c51d9dbbbc51333a6210f91b924c590c24bddf16fd194d569", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:8eef9cf6ee45815427e24e0004d7955f6bdff25024700f8cf524c9842709d786", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:b567fa877d54d8d5b8fa2dc57a2b23c0ba2d7c44f386061bafbfee1265d3fcc8", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:193e56c9a38831a22d3c5d94c11cf577b6fa7dcfe77901f15616319f6997cb73", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:2115eae80db04893b3eb586f059b48c177581b244a594b3bb1fac4a6871db719", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:2c755ff2bfe3f383ea8c258fd52b7cabee97eae67970aa3cd07082338122b333", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9d3540bc177cb2bce4a71ad4eada807d857332a2a5d95451cfd7400bad7b9a55", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:096c7e1737ff6b3c945a70e277083caff25c6502dde9883d54a44f395e7241d4", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:4b921c9cb165ace187da7e6c5a17113ba0f7be0855645937a2cd1f098d544670", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7a3a73cfa2fb3d90dd958be2bccd9d281baca95d996b1414e55f44e69b5c332e", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:0238020714819d661e580ca114750af2b886b5cc69e6f579e5c6b4a45d562eff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:573bcf3a234986104937694eaa17a33d539451174044bb8e25ddeb89326ca284", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:1604b2e4c15a774b0e7c0c5088e2eb482478fa357f00800507811a114f4aba81", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:996d7ba221535a387a28f6cd4efc1146677a4c20fe1f81ae7d8b505d238d6c5f", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:31b2f3f4b64b01e2c173a58801f7835e7d00a924a48b029c1d8d754603da211e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:cacc3e227d14b33c01002600491c4c1abca2df7fc537c8e969151909f40c78da", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:8fc95dd14a430f6461e1bf9cfe2a0f4e4e5df7f072aa9c41b63e85a00b844d47", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:7374435af3eb50307da53455b0ed008ff20b648a43f222274371246c2c76304a", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4ae82ef212e71cebdc3882b8fca34a9246e83080a7aead8c8690fc13327f8c45", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:998af8c73e85f25be8a3da8b187953f0aa7f1d4e67713405f88083c0a48182c1", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:957d178cc482a2c8190bcbe338c22db1e2b13253fc3337d365b523807953e4b1", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:1475803363410e043183972af0b2987fb187efb9f961c2cdb95c80c710a12f16", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:b79650caf6f3dbd9ca2b81cb6eba85a72487775b4c24917be2374cf186ec46c8", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:c4fdc1fcb651ce014dea47bf6772ff7eb01820b427be1fb8750d92ec2fa03d12", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:14dbc6e633336534e9f181b056fc6cb9359745f536858f46621e1007b1cf56f3", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:a8d6bf860cb79cf4248bb786945329cb43559547cf82ff5016ae451bf89bce5e", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:9c71cdbc585f1f8ba677c2d2788676a059d4fdaaf7814198b06376fe328bb354", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:c7d8d226f1a6dc06930b2d2b72a1c64681148e71735cf656744b92b1ddf5a260", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:cf31443eaa76ca90fe205886d05d18c3b23f641b4db5c60df7c5acf849904974", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:f4580db91fd4f2bd961d8338e6b60b69f3ec75b65a9ed5f4b369a7d472b35d12", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:2057c6b9a791e3bd093a2ccd5db269b8eb43e5dcd9e172edd00130f970ba1bb4", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:e49e17f8cfcca68fee1e445446ffb4e08c22811f5283b8c251e1d13c12f4d8c7", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:f3f4a36ee1cae59620184efa3594bcad9fd7d80c48b13e2de4b9275d78be56e0", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:3f3b07d1c9de18c96ea7bbf12eb5ac8d47623c9df7224432d0357d988d1f72c4", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:85fd7b989e0778429930608bf25e6fc697f556810bb68e6742d0aa03127dc732", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:5b1a2a27d9599ab90186e5b6f3ce476e5d48133653157fa23a9c1d63ee910400", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:9b3727e8ec615aad56f6146546278f0caf5bb8d1114cc1bc7ef649e15647ea63", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c06d2e0183f2e1b567b2e81c8e6f7bcdf66c259c328037b7f262993453b0f9ca", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:c47e2d58f06f312e64c82b9fb72bb52e8337270735502b7c198f3ec4bd3fed35", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:b7fc454ce18340d1c1e191ac82c72ab8d2f6d0a8cf06846a127963329af9bff8", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:d1de473c6db097bdb5e73678f9fc1a1a29687f5de130573228d90590427d56f5", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:f9b8616ba7b8613a2a0c7345266dce151ae11f8185367358c27f9822b176038e", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:f54a18016ccb13f5d82a072349a8ad873a2c44008495c9fa8cbf92a24e73f5af", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:4780b43ac24c3cc8aadba63da31bcb7c036ce286dbdd2e4c5b9897687db968d2", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:47e4924f11b63d198f29ef7cf371b6fd2927aa746e612867c8e954823e700e76", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:f1c2428264bb3686d328aa32d417ccfee9d89511f13cf96e068603db7b0e895f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:081c2cd8300cc81c8b930df87834c2c9e3a0df1e24e2d64cceea44a343344eab", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:a05d7dd522d004396aa3051c64755cad1723be055754cac032de0e202c14d7dd", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:8b3ecb15887e1ef65fc39b5455cc63065cfaa14a3cdf2cd74612b1d4530e6a7c", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:af49721d5aa39e5038f7ba4515989f5672a77c93a7538c1c5461b655c699432f", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:54c29ad9eea717959a50a029e3c735670c1b06cbf0f45d72efbc0ddbba80c260", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:88942d6f32b10dcf2a8bb88a03b1a28973046f48d88826d7c037e5f715174620", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:43697ff520be41d687a7beb9fc0b502f66a75954607aa43849d66adf7624e8ec", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:5722a2f4e8d6f252d37f73e10681ad74368f4a8bf3394dbab6a7d4a72839ec57", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:8ebe457f66f9cee63598ffe20f5704a2aaba65d847964182284e909dd98de477", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:76c5317351ebaa96c38fb720bc7f47c01fa92de70048f70b86e1808fac1c4b21", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:90b84567bb56f3038714d67e066da7ae9e91848b89eb534e9f09c9d2e9a3d67e", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:1dddb24d705387ce3f66eb65244214d68c105a8c91585ac745c835a41d62f833", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:ba0224828b77ae059c0a80f0621f89d14b73671197cfbf9c2b86d124af5494dc", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:612e0f655d77e4a7382c496465cb0d06589b3c7a4d474a31cfb33a66d8f5c2ad", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:2d800bbf626539f60c2d434f779f19aeeb03f43c70538c52aef1bb5b95fe949f", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:f3dff18bc5fecf085cc0181acb46ea57aa573198801abeff85d104bee464d7f0", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:83f851cb13cbe50cfee455941cf62434401809ed4da7422fefbc5dbec711d374", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:897b408ab7d03609875d9f2dadfceb78e0db4808213d237e5b415b13bb9421d7", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:7fa21947b6420d32a2d3485772a7506b4eae60f39a2e3dcc3571988e4534c7f0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:44517aa39d38175715f2e6ccb2e36e8ea9e152fad10081bdab288d5bc167a580", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:80939025c245b119f6de45539be5f650ffcce042a2f68c68f92ecae8c7d6d740", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:699bf8f103b405736b644f56aba9ad0a862edd0b57940384a7da115aedb0010e", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:0b9238c17d536715575f59bfecc12b9bd073684e5b1d11f91a6af7e59da196cb", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:6d2b07a68470a854ea159b65d9635dd7b93702459fcb078d11a0ca7e369d021d", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:6c75d826aa351a91a5b27c91128300c3e912c3a366a1c6ead13762a32ee08137", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:e167828d7f89a5c3081c59a43d424a7cb691e58d0996f12ef066939e1949c34a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:a3f302a3eeec46cfbfce6e4dad0c2c7330a5a2c558ed1608c8171919d48cac5d", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:d34d6443a78e7df85c5c97d73947717ca3939b3a28b3e32934af8b9a5af32062", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:0b27d6aeb8869720ed19fab950cfd66f74042859f50968c5ff99e84a28a39eef", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:70f9cfcb569aaeae8547718eac7743e587fad2f1664d2df87fb38d614ed27b84", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:7bf09eb0b6ba28bac4727eb1092dbc2594c2aa46c1b8c02ac864c8bf5aeb1fd9", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:feb0ceb39dd490df8bf9b86df6072b767a3027e26ebf47103c8ba5ef8ff23465", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:2f3b3d1328d56a2ec2052edd18ce0e92ec0bc52f43359df3b632be1c885673d1", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:15e28eeeb11271e1d8305d944fdb9d79b88978e2fe3d336893fa6db6b5d42e37", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:f19f03db6978058949040dda5a18471586a285693e3b4d9deebe6bd4923ad456", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:19a8c5deb9b24ad71c434733f737d425341d9ba746c23e3d3ef31e4b4bfb2db5", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d76d65e11ddac8b9ec5fcf6068037816468590b4f4846dd19cf450217c4e0863", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:8677b0936b1d11e96c8021ad859569f70a680bd4cacee6f8d995f93e9d0c6621", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:037378efee02b22f1fc0932cc731ca39502bc26ef9d59d2242cfe31982f72f4d", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:b08852f6ee71d545cb74ff5e4699824511a74f2c970f77d6c0a74b5b378ae1b0", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:dfc6c204e6bf11c2681032c461399cc476eb0d90f3d80a15b4350b6088c79a48", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:89a3fb4eba440a2937aad1ed21f4b218299c04296828733fc48f1c01f132f70b", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:a56b93015eff48e01ff9a10e8b924792211f90690e17e79fb3132d026b8f31e4", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:7a26876f7876a5492c6df0e528c993716113f2455ff09a855febfdc75c9c2a2c", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:4133df3c0cdfe8f95ec179d55b41b1c20a4618dda012a105a89cf43895024e06", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:0d60878f686f9ca9ba3fe1421e5242537d7954d9202819464f0821b9ed6b8ed2", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:3606da90bbf95187f4bf3719b56d721193fc3341663d19955de67559c40aa58a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:c698c1db669071616c558c242ff7cc6e033bc75fcda304877424ddbc0f6b5242", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:338eb56a234aae4eef828fd110d8218508a3ca92b92d067386e5468e8e6fdf24", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:fce9ff72dd249b127c1b4cd7396acffacb3ec4e12aa7a4bd5269d56901be9b8d", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:da2529002c3c92bb86d2cacbfb0d0dbcbd3fc930bfd5fa4ae0979cbadcdc0b42", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:269a126a53bcf58763678d5d3214e281c9da08c34826b4ef3d55f4eec4b6fd3b", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:ed682c316c38583995dd7dd104727f9cf543de51ba1b4368952e2fc990a801ad", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:916cc83892dc1953fd17b3d13792cefe6126a45e0b50032e4ba3a93a63de5802", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:95b1c7d8043c449537ca197e73c0b380ca60942b0030af4986d212d1f23c6e79", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:41e56aa9bb3fe0f083110484e9f735f74a8ce67bc0ca9c0b820d03c87568501d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:3600a0e5c4b885f0ec0c92339c95289de66025f32d1f255ae59bc1eced6f6e93", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:4dce85f5d6ac71b9969a1174982f7600bac39777c17449ce14b231fb4cd1d041", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:7b02ac13da15246a0a494ff99e33ec45dde49b14af081b4463f28eb1578ea776", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:16ac50052f4c35207ec45d707fafb31686d38019355087d0cdd223a1a3aa978b", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:d40b77643a8b86168479d52c6833349668c17bd2678dc6cb0f24ed4981e996f2", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:b70aae17320c4a09c075cbdf96c768a8d81bc15fb31d5e0ad149386e750d66e8", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:4be29418a9d80b4e7a5bf662adce9715009ba852e0dcb99ab20f0bfe3f439c3a", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:1b1dd5d8cc3d4aba93cf919422cb8c8a1c5fa49baa5e08636eac45a6b833f956", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:c65c975929e3f74abead4e0d36bc721444b8d4f7eee82a90e091c6a906024b9b", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:85c0225ce4174c7b0b365ed2cc134cdc71b1b49b7c894b2a5a57741bbad729d6", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:a7d2b879c44c9dfff753e9592496d79e2119a9580b2acd7585a2e501be16156c", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:13e22d466bace4a695ca5a8284894427890fb1b552477347045f2506b691cff3", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:5d4f16949614cbd053088cdd53db9d5e3af4abe84d64c04022a2030b9e9f67d2", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:a0d311aa354e1e249916e3b3dd2b4220065651c6d8211e6cd762622c1aaa983d", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:5242070b3e27c06675769bb30a7439ce44023bb0ad25cfa246a9b915f9319f2f", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:142e57dd759e7b118fb5d2daf0f5bf1610533d53a4318337d032153cbb3d3c81", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:e4b8577424d766fc878a74c8589950033d8f96b8bdf216b2dc604396da3ea4e9", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:54b88a98db22d2ed585d2e567eceef406cd8139f06f13ca72aba54bb695f4577", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:fdac15de5067a65166da761fc3e26792b33f2b400ba7327d6232dd4190c5a8bd", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:3318ad791610f71878bdf25546115e3ec7dbe394b3ba1b6ee39cb2ebd02d61ac", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:da94971968712a2b7eaebf685f46612865e1ecccbc7a90579940e07ce6df1bb0", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:356c1035a12d8589e8ffa7503ec638ab45af3ff4ce891a7f59f78dec96ddac18", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:70577035401265a402294e6dbff3f26aeb55a5e2bdfec4a60bc68ca49b7abdcc", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:2bee56fef63d0061f7b2ec6888ef6d287dd305c311a5ee01d71d961687bc18c3", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1f70b062eee71f16bcc682030376ebf5f52a439548d3b09e4b966e5de3099a4e", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:94b851d9f96d0a60309a5c083308ca596161dc5bf084730404e505a267f5e598", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:65c714576d810dea0c8e57f8865e5c0e5f92795675ae636cf55ca5870c850f12", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:2b0d366b1ad903029181227a5cbce54e0fa32b79b5d938312de5799b19962fa8", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:d443a32e80e33b46426d4fac031452b63fdcebbbfcfd35eddf8a29366d68a8ee", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:00400f60981e8fca496a281dd562cfc3b174c436baa1d626103da4db35b6651c", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:ac511e403ab522a4b36c814da8579ab06f4eb1eea3388ff5744a88fa047f1857", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:87ea4a3cfa34dee81eba318c3c82150ae418ea1865e25a1ce16117693295a7f1", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:371854a0b935b07d27459ea55bf79e3b7da7b79fa6f358b094ec65f6ce5ae4a9", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f85e3b1ae04f64eba8fcef23b88f905b8cf83d8af5f50749a747edec6a932935", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:c9fdfd17a6c49f253def7bb0ea4ad5ea7cea6faedd7ddc271cf92427d2fe66b7", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:00a9103e83bcb279b5d510e7ef704c75e05eba0a585d4f83e66ad1f0df9cae59", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:16c2161c1f0913c893d673130952464fad161957155944c32ee2897f16f4329c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:3513b9cec01bb81fcd93c040e1e8a47e4f7267070e4ca7b4a1cf30a96d9faf9a", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:50ed406d890b0af8d73db0d6922dfb062d24baabcddc5dfbf1e6371e302b25d9", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:a8fecf4401dbeb7b893aec0860394b9600ae1e7aec30573cbddd066e0fd2ff9a", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:44e45c9670817bb2d56578fd3bbc8aa2556f65d20d0ab11d1ccd0ec969c0f518", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:0e0a11b08a25308a426a7b6077dfb601af85e09a3c4811117e755b3b6260b357", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:6112e0a44e473402f6599167328ff4b3a3d968d1a0be12e852b7c20b903e51be", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:eb56b1c0a2a56517399986778a5c912e31bafb0c41b68f9295d92220289a283b", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:04bbc0aecada14d52d0b5eb579e7e2057809d46ccbda52255a94fbf4f4f27fbd", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:3a5460fc695fee8e9c217cfb6f0d1f9f512c68dd5d28312d8b7ebcd55aef84b0", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:e1f3d4c815a42a1df7053a74f99b32313a7c2238d7491c1ce27ddd09152bce39", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:baa46336bdfbd1824a7abe0dc1a9f4d98747f3e546f869cb4442a8973b5bbe32", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:91c63280ad555f8fe9204531d2793ad7f5e44c9321de3f06ecce75e27d6f471e", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:904971bbbfad2d1746e02e969b434f416f0d328d0e136a17f4a3a42a2e888f81", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:1593c070dddaaafac485602ccddf88d7313921998e8cdd6933879086d7418aeb", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:7b8888f45b7ec8f09cc63ff3853bdf6deaa999713fcb943e3ae89f565c1ceace", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:02dccedf084e2df74fd1bdecc5a548d6e69a38b49d856e46c6b5427b938537a2", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:b2708a55e1d0294eb4cea20a4196a3910209aca84547481525a3730e87d38d8e", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:57a05791b5e47fdb756963168032bd084cccee05a46f87a92a916c1a90d9dfa2", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:2c0bcfd97fdc58181ea7ec4570fb02b46a6daf876aba91eed260d96389cb7d78", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:e01d4f338e87fd2d88e74e20d881cb4b22e4ca9ee669e1ee1c687a5353c9ab35", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acec326fd878f1c6ac6cf1e3b96f3db22fa7b55e7f50150fe1d6b964627adb67", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:5f31c64308b5317e43eea65b250f9ea2c764c1407a4e203b1eee7369f9f17b03", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:36d2e6aec0dc93461fa35e68b8ed17c48f2269017602eab96edc47f87ffa3f28", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:afd0c27293faa4dc9848405fa9b7258d0429961316e687010ada2ecb2c5cd1c4", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:abc04bc36c5caf4f20218de20b8cf9aa89963b5ea80660edf538716c1f37aa52", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:ceaf5b3adb3e94774e977f209933dfef4954c145b05c856ce442b64199444c07", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:bc0dccaba2a1b2009ea761148056cef57cb2527711430b57380369eb8303597c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:17fd8806b4ccf9c9091e64bcb81707e1aa4b25444b311f39b716ad010b607dc6", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:544a2a1d77e86d698d4fc7a06a704515fc0f88f57bc3490cdda59cf530e83aa1", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:fb8fc2804a54c0251edaf8d0c33b50ea935eace411be5f59968a90107b04bdda", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:fd0e1c626359906315e9e4523c2b3a2e49cfcee101a76db4d07409795fa6ee48", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:e2f4c4ed2a9ddc16d4aa71ccd77a66445eda6836a4c41cfe0765c88f5726e44a", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:beb2fe6bc1ad07f59cd052d7ecb5095a9f0bf5f85ab01f8abc7d295545883d64", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:004b0eafaed71fb7a35c9464116d49bc38480fa47cf75108637c23b64723436a", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:b9a1e68be6a4f710d2635645fe86f008e8db26e4019fbda3761d6919759a1c86", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:ac98915cdeba1b392bb0053ee36c3d4b796bad22795fbb74ab8730c11535c884", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:e6096763c7702792b9397b55a09f6d9755bb294198a322598aa3193d3b1469c8", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:b6dfa83724433c17e9b5634ad137d7e3a5e5d58a09e334b4af537668dd66a953", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:13b5559cd00f464279f6602ac272bc77c85ab4d8b088747e7d21ef1daa75147b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:c3bf8b0536cc2de22efb75ed39ca661749371652d08ee4c4dc8885bdd823f1b3", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:02e7c1900c48f9080456a4f66d36053dec25ea0a3d30849b1b5524a8cb19691f", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:e7925b19cc41e810e79e7706910eaf24be550f5d8dbb64fa1e033e8f5265e466", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:e4d69855e16fcf043a4c1b3c2c106dd70e8120ad57b37031be79a2b9b231e91d", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:4bd0b628571f32514368a91d8028858dbd037a428e8d460c9000f86aee75e435", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:3c9d8f428a7b0bf5bc24e6ed6647f04d03e60d4988131d07283fbfd55fc03124", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:48fdb9460d2a88d7b14df6932432e3584104ac9e0f0f18600c9c6d2290971079", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:3b6b6c8b4de7e5fb46501bedb083e2ea402486a072c0ba7b62fd92aab9e36814", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:cb367fa7240701b79bf84824cb89596b98f5cc9cdd2ea1e707796186c0f1a368", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:94b9ce99696214d1cc24a74d57824baf7373cd5e765d4cbd7886537ce071c6a7", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:e74bd8cf8a25c4428183d87dd9260954ad1c34a401c9205091d791a1306ac7a8", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:8e3a4ee7a13511de33169052cc78864c72a29358e63668275f86856b4975f624", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:2dfbdc3a5a92f2f5be3e4478df5b4a609272596867b19a3e2c4fbc1508ea7766", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8ded7f9973279ad47a63cf063eed5ff9f07a9d195699a1c639557041a00a3c79", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:498595f7547d2e6d3c17f7a95e2a66fb636e34d28012611a7c684df3416bed33", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:3e51da39c56defb7bc01056cf043caf1b8a5a4aca8bb91f67e2538d6533e65ea", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:d431ce798c944be3ddaeb5c818e6eb228bb48031f0c68b48aa62463cb3c1df6b", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:19f7ed1639a710dcb0a26b7f6be93bca21e17a8ed3165188fbc4353935c1badf", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:3f9f68dc5c5aad94f73e473e9798a9c4807e53269b26c45aac5658da79db859c", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:2bdea01224b603018cc2b9ac6b8dbd572fa7629165ab0db21effaa6d7ec07bee", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:451e1a96098ac06bc4be46a730795229f60bcfdea5143d2723279685b90ceaa7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:ed3f6adf43b0da3a8073422a896296f1f158c0c75429da7003b5c3f9eb244cb5", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:6fcba08b61f3d6fa47a08d0a5003035b78ce3daf55ede158891957283b23af7a", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:f66911ff08696ad4bb14a53ba28c7a0e1a74e6e90da59ef097aede2ff8c29ee1", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:d1475abdc29e6060ab67d1ae1de4460de2fd4e0984aa17ba1dd61294a1209937", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:fc5cddc168092fca18aadc49733aae27480597b3c82546a345f90d2fb34659a9", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:4035058cc2a745f882531979ebab46a2c90d745ae48d2c1b1bd74ef28f39a534", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:e0b78fcb210efd493dd2ea999fb1340644406b09d209e897984567d502d169ce", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:649c10b3fb3f97b36b013219e6ba3352dd9464700c0837432686ad518c5a3b5c", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b4786ebdcd5b9ac90835ca304acb2574158410dfbd3ab2ce3470df6f1e71734c", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:bae0d298fba1e64569a3dc250a5e45d19e7669f185bb36452c6624fdd4211c37", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:0a4d91091c2f57aa29c070e9e7b967323501792eb1b6c3637ca4e3d1b0b9cd91", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:db0ffc3911ff5657065b4de6fbdb26f04150ecff3c46fff66076856c831376d8", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:4925a528c42a9f646467ba4d0bf102938a5edd8f18bd25c211830880e55a5f86", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:be46e2e5016783bcbd1b6121c16dac420ad84599fbc9ab03cef6e73c635491cb", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:36f7ab1582be93e02bbdc834ccc247cc4e38789758beab56dae383c975329335", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:67eba482a5bbd24a02c8d27ebe519f33201b3ce79aa2ae5216e8388b842427e4", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:e8cad5b42141d2ec77e6a439d0d9c35fddb52f8915bc43f07b60d9531fb77a69", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5450ee371c78bed8bf0ec1c19145111158f8208dc8c259f014f4eaa2880f657e", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:64e5bdfc3a9f4db74bd22952f6a91ab0648f11396e075006690af6ae78a19e4b", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:d73c05e79e81ca7bc9cafbf6ef60b595dc9dfe001f3bfc4edbbcf089a3c162bf", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:b1295d812d377d3057fd6f50cce387a9a1d685b82ce1f2db94259def8e8a8178", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:9f110ced2b888709ca0b11e20304a10b7e6f48ecb60183f84673fcf46158d922", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:38bb156f77c1cd8f2e19c963fd83452c049c955ea6b5af3bdf67b7a02d6487bf", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:85d7740ec11e9e9e3bed007b2a2a9d1096fdd3a293d60a24389065462d8835ac", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:673f39ea95fd949b39e202bb23ee8039b37d7e82b5353eeb5153d712269a4302", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:84b2bed2bf86c1ae18e8f097a87e0403360608d352ebdcd23be33ee6c8e73433", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:26e1baf9459ca879633ba28a1a84aa370edd3f932b7b47464c5549eea57ee919", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:df355bc1eb0dfbbefb88e689e4b93305d3914c8ab6c2d7e60ac2b91aeed18a50", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:1925b8e054a2d83ceba75edc2ad4afeffef707844f07a4d41c1d0e656d4b6b13", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:dcabc753b8f94f205a5789e1002762bf925bccba78f81006577b4dfe4447e69a", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:41015e7118f63f54987554f279679c09e61af6d39ed6d329363d408df6e2d94b", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:3c15ed36a0e8f5323d71fc061a25aebf4604ffb2ec21ba56ba0ee8c972203c31", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:19ea6f5d96cdaf706855b34d0b42e4c4cc325b058da3ea0789fdf844e5b03c20", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:1f26895762f6436d139b0bbdae0e778b76c1870e5ec2a70c9805fefa8843b7cf", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:5de62f06583e91f772dcec03a6bc2ae4924dbb3c1273914a663b20980fd1bfe8", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:a010b1fe387213bc9796692c891fd555250eaa96338aa30d827edb7eaf2e346d", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:e1cfa9930cfdb5add35cf66c744ba96311f079f6f8481e8afb418d3f5453ecda", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:06a1ad528499c522da483a2ecac7ba283b8b38788be5a553fd1a66a5a8f74ff8", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:7c1af96e197d39a4b415366f9653feb8ebcf6f36dd67ffa7a990d8860af31fd3", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:49b607c1e4f0a0c80318c24bba1daebf923b3919d4df413ebf11ea5219a25398", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:0d4293f214aac975f23291e3d0653b7134c2049ecd3fea2fa3dbaff31c8ca2eb", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:c0e08220e5884a66127464db6d58bfd986fbd774d0222f49e1fd29b78b3cc0b9", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:99d3212c821f54164487eb08ca734afa114f78f5a1508d66660605867e921a89", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:7efdf21950a64b1cbab955995f8429f7bb9c8373fcbf2b290d035ee5dfdc0b25", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:5e73acaada24e985584c2ce59062501321cae5178770e1e7910d7b66b77c3a0c", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:1fb0b1b74da93865139e16b049a9b35f73230fb2c9de6d0f3f2c767d0cad125b", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:88f39fea74393f95cf57f21e3383ce4335926316fe72ce687ad5d4985620883f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:1da516fcc8743003b36725cf7d7279f264ec7ce359751ee7e018262dc54f0226", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:c9fbd762fc108d68d5ddb326f5f7d1259df44e1f274468dbe783e850f5727532", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:b1bbd358f24d0d3f5b7eaae8549634a358486deff8e23e73a08029ea5a200897", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:a8af648958d994224fa0185187a1f7fac36dcd2f9860568443adde7cf69514cc", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:eca0b3bcf2637ca132d57b7727481afe218bd195fc65b36bdd836fc1d8f49a10", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:3982604acb7748d747b3f053e494c102ab8af57aec179e5b220e458f9a7cd961", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:4df59b18b700404a8fcc05469b3179c304e75bfe60d1fc780b03583633760afb", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a6b6e0522240e083fff4f7d32223412f4bf9a757a681e1a78b000aed9c873a22", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:9706778e32b5a0c3559b59c648dff43d2246f847e4b8627c65629ccc7162b172", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:4a2d6b6c82c3e7b70db5395a539cf63a0c9dfb76c551f7565531c47f5915a2a8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:1fa012c304f616dd887f786d1bc269d630cea6991082739fdd125245d3b1345e", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:250ebd82dda97bc2f8aae2e6f95359c6a259b7f9c059a7c7c9feeeabf59cdbf6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:ed9c18d6d5e242fe95ca67d8a484237a50e3b9112e1fd3f2a4bde333be7e36bd", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:0613b152bb0606dd3d5bfb45c3df41449cc67e2ccb6e91e25ba8951a8f27365d", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:9d96611320219c63bb99070d8e63b33dd12cd1b68910a682ae4fb7b48a93d63d", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:30b5f2df89c6ec326949d94a73bf12b4ab693df3bf912459ab0d80dc34359457", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:c1fb6f4596dc1ac9266833e72de243bf9095e4e5fdd2a453e3fea4b1d872facf", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:a4e5e3b5c1061a07a300b3b29a2c6259730e939e8f503a76e3d96c030dd143d1", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:18b037e23a78165416436a235dc4d5063ca24fe1c66455c3cee7c91986e6f89f", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:0f5f34bc0c96fcd5ecd74c4a40a4ab94d9ae9e5070f1924d269cabc9ee9361b1", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:e24ccd5125a504d726241c619cafd3f06877a267aced41f377c418386a5153d0", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:823e606b20756cb23f46aaa8d4092b3e1bffc58c668cb54c222a8023aeacc53a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:e0e09172ed873250ab6b8748e1fc6280a449b45ba3484ec994a75a7318764268", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:d30b1e4e5ff87079cddac33c18949ae22fc1d2eb1c7105eb9ec5a2bda0b57145", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:30be1cea1a0cd9cdd736a2c9a147d6d7ffa97d077244dc00a044cff463cc9fba", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:0d437fbe39eab7f490218e71fae2a728ccca0a8f3bc34bf607d164a0ff782fe6", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:8d9ac2a151956a975049b1461b1e3b65e41186f6025fbb892bf65d79c5446487", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:930629550a43a60d9f611ac51ff0fe9f62fe397e92ae64dc39d232d50b0e28a6", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:42ea728702eff08b08236457f08e70b7a00468a373e81046b6a8caad890984cb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:f2d90da6deb4a331f88519241196e911073a62ce478d0bbecd2354f83108a1e1", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:1e8c4c647503dc7e2f700d4a50e9705aeab03558e7a83eac2e9517f542d944f8", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:949477676402f4fe8b2bed32015c1185d66eddeb5159f0c1bbb0f5de6f98501c", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:0dedda2aa7b673d014b285ea496f2e16232d2e3e63ceac30a6ff8226359b7729", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:23cf4e30ba30051a1479a4e136d6ba8058782ac295a0ee8aa898a609720dfe1c", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:2daf6eb37fec7c4aca13783495f09fadc001e3a8d70c62c871a97210e021d3c2", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:2716a030f648a3b4758650d0e0122b2dc22a3983d96e7d70844eea6064f91eb3", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:473cefdc52efa91bb868fed27c195c1239a840be15fd7f56139e3921d8d4375c", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:10e2635379af480cc06c8c182eb7c9e88812791566cd42a362f7791263aca8a4", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:1551cdc64f18458da3deb7f4530c0a74a1ac414285e1c8291d1ebc04934fb6ea", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:ddc348418bb18a0effea2748db5a0ddb49a2d079f39b44daf1ffe9b32d9f81cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:4ddc02c623583ea4fb43c3243c135abe6ea10807690d320930324fdf941d847d", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:14542d1e99d5950cd6076e71a4087e085b8992b04abe3d5898fdef18c8d98394", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:74d6501b24e3fa658ed744ab478a8751f49b43c1acb0ac168b056d9f84eb9b12", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:708af5e5aebf1f388d30c66dd0b29f3a51cc19f5b35067563f54f01e594d847e", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:dac44ab99a6302a4e940f7aceb9a4601ca358d44671aa96301b8bb1e70223c57", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:c07d4b78b1601be56da5e8a12dd71b130883e51cae74036dd65a0e8938ce995d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:c6c7a4c14905bbec1a809e5baeab8869df04ce86e6e7af7f833ba002fef1f14f", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:dc3fde9f8d2d4911dc2d9c5b1296ff4aed7f337e0c81369beb88941643914683", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:74fceb571fa21e32de21e57835f76714831aee1a6d2f2e192833ca4cc2a02e00", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:8b11673d4717df47968b441bacef66e1789c00cd9be0493c6957c25056ccd0e3", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:ded3aede6fd375c5078407ffac45c98aa5cede8a33d01e12373bbfcfc9195557", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:15ac534014765f5f3788ae424c03627f4aa606bdfd763a7a56c2cc537f268571", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:b6e7ae905ce38eebf83f453a034a1d035c83acea503de077a4c2ae89a2652949", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:a543621a0824e96e5b2e3a51ecc10510fee605842ef4d5f10353dad9e291cebf", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:27494f6b5844c807d054694dcbe9951e2ecf431e59fc818f44fc52b28c6b0d2e", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:184aea46b019d9889fe8fe9cdf993825a49b08c261e04522098790cf567fdf1e", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e666d250e6d615e6b400bcdde5b9c5fa055ff5e4fdcc307fdfaa49bcfbb5fdde", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:cda595280cf5f1fb45071ae662e33cf6faf5cd5ade84052c9bcde3b9cacaba27", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:96e8190a61a15b5b7a495e00821e2bd403bcc02aaddffcf8b73db84fc0c01da2", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:d437acb0a8759db6902143444b6519aee7c5c7d4203eb47b6debe8cbacec3524", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:cebd06aca5b556fa1e0e72b20d1e62339299b97f0ed6c287fb59e2fd5d527099", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:bd45c50388332480f5fc41d1850b34e40e36c5e357514f70151218d2cd6d3696", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:cccc2e5314a88538d4e04d68c0a47b420439b9cf3c75a8d25ceb238414dfd4a6", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:8bc4319c04c50f01196784114c216154fb01e1c2f442e85383c5167d29ab960e", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:8a84adfc7de6725c95d7c83b9caf0393a1bfa318a1b28bfe73ace270529add96", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:e2c6d1cb90533349665122b69a30309067a89deec1913c91d76583db1137704b", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:404aa194627e86813689f2322ed52a207e7b59c37075234dfdeb9d3037a3fba0", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:71a84c172ae587b2bc59af29916eeeb446fdd94389876b80881faa7ee393e1e0", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:8ffb5712bc861ac7bf7ff1ce80c7460c6b9d18f05d315109b298047d65fde160", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:f783db19a42b2eaeb812750d9e19a3e08d3b6c1c66f5b372db4815a8ab0501ec", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:5a3b265141cb6b288077e126fab36fa11e2eda86ebf4255e9af4d7a3d97a64ad", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:35c4ffe6844e8b2efb6bd2b17fa6b8f7374768b29075d3663f03c3a3b4f630e6", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:9602906f7235964dccfcdca8730c3b5b9ed02da09db883912f80620918ee90fc", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:45312c963e2f2624083126e16494ae1c02c83dcfacd8b6361096b97379705a72", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:ed1c063d93095ee0e6aa51ba88db5d594dd63adf08c22e229bdfaeef3ddd6041", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e327c5fe316c0c8f26dc42c9934605f5a465b23e2c69dd4b54e9a679a3a0d8a7", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:ca4008994520fbb440db5cc902d328639a5ce9b2de2b04a243c3877e37770387", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:901d51b9f6a7dc60bc9447a38afed15016b6380a1c488a2eeb265fc555ddd23c", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:1e81979ccda40274f77ba2ef4ab617aafc7c8d46e2f6cdca1b513339ebce0ebf", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3befcf83ade571f2ba648d05de2f0c8cd4a6034c20df60390e2c6621dfaa98b8", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:90f2ecf1642afcc7f8dd3893173e2832d43c7c7c43cf7e0598947df0bdfdd699", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:550828e18eb625333951fd9ef992be2a18076a9c2ab10d4a4a7cbb6316a0b89a", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:5ecf3fa7d0855932164013257ab7a927d9e233331967a0fbd12567a610bbe813", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:96ecdcb94edd25c19aaaf9e7ebb64285a57e8c05728df975a7ca8c322afda3d6", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:9ac8b5f3ad17a7f2a250ccd82991f42795692b67270c289f2e9ac34c17bd618a", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:3ee19750f325fa25a5e0e0b63ef4d975f9ceb176a938be366e6b78a2117d6b80", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:9a62d804a86fbbd9b971b84a0de8e068cca3ce12222f08d1cfc0fd7a785ac340", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:40dc44927e6b1b5e816729cfafeaf9d63864910dba3a6916851546692980e287", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:57a4dbaf6550b474e025bf9881b9231f512d0f9ba04afe617cd26830c6e439f1", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:3c677834cb828f2aee098785982b4578c0a3a39ee9633db50fe9459648c05fa5", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:f85249ff0ed55875c4a69079d7ecd14e1ab1145d9d488e4500793f75f946c963", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:efe210b27fcd6ce21a1fcfa53ffa06de7ffecac7816c3f87b13c219ea7188b13", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:4dcb04fda0b54f9bb5cda7976691faae3efd2e06c7c3f41077f29846495e54eb", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:98fc6c793ccdf4415b82903a037a83029d478e7bf04920d7ab22ad311e2d21e7", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:c459f3b2e2f5df490f54d2e535eee1c6d61e7ebefddc10c8c5cf7f508dd1846d", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:9cffb58378729a31769c2de0105e2e572d618aae359dded92269579953df1384", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:6e10304ec76b90cc08e52bc88090b732354492017f7e448ea3e22e7abb2d6f28", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fdfaeec1231cbc6a8fe1366d3d619221199fc669b52c88f78a318dc25b3be448", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:7f305e00748ff82c9800d6e7828d7335b95f677a7b5f77422f3000b450b08ecb", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:3cb6b62a35c140749a38953a00311c9217465a16e50ef61657ded032597f5126", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:6b40017101ee7b37a879acbfd07b399751b6602b230a8e293a131003f1d462c3", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:dfafe5dd0ea73b360c5190c7618d3493cccda7be4f083398005e53dc0ca86322", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:7ac03b53b914b07beb6a4ece0703e3d276d69ce0a1976debe2ac67a4cfed328b", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:49b12fd7ef59c18ddbdedd6155e3a78984d83175c477eb6255c17343fa5bf2b0", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:844efc4302901942e398bb028084d9d2055f3024e3cbe0c34e2e2809712363c3", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:5555d4a7c462894b995e60858377181362fa86660f5b2363baa45e751a7e246a", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:709ed409417f38a820c59fa55278561035f63e6ed3eaca1e0260ae86a7c44363", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:616c7437b295851e68ceac1a2b2c7dc62ca5ad094e7ee0b1967f9bcfee2c7efa", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:67aa3807e78b099dacbb68d7fc7b7a08485728527e6d0b1803283898197eca76", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:709e37211cdb369b59a87a0592833a736352361fc32e746e4e1faff53125df18", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:2104f2a4c05355646d5c32fef9b54bfe7a9b2b2bd78b9244e8133c52846a5aac", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:1bcf22515a219958b40735a948b71bd37c2b4d629fc2c3dd3177a807bcff2d92", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:fd0644378885cac36b394ac9fe7749be4aa4a03dd527959965ae9c48fc647db8", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:14e5b9dde80c0fa86c2b9271f08b4456962a6cde8de4237bee22944712bb1568", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:66ff2f217b26b350a064c0e64ff87585dbdab2de82dc80f92fbffacc396e2849", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9a4972b9fd4d16e5a2199fa84c97cd69898aa6bd431c3b988f4a988498ba8c8d", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:4788a9123253e153c62646cfbd8bdc8ec5bf86cd994bf1b0052553e669aacae2", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:43c63acbf820014c4f394df0ad4c499c44d1f2e4e8ba144d74a14996751c6a67", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Wednesday 23 July 2025 12:43:36 -0400 (0:00:02.824) 0:02:04.701 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Wednesday 23 July 2025 12:43:37 -0400 (0:00:00.047) 0:02:04.748 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Wednesday 23 July 2025 12:43:37 -0400 (0:00:00.082) 0:02:04.830 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Wednesday 23 July 2025 12:43:37 -0400 (0:00:00.058) 0:02:04.889 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Wednesday 23 July 2025 12:43:37 -0400 (0:00:00.043) 0:02:04.932 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Wednesday 23 July 2025 12:43:37 -0400 (0:00:00.053) 0:02:04.986 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Wednesday 23 July 2025 12:43:37 -0400 (0:00:00.060) 0:02:05.046 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Wednesday 23 July 2025 12:43:37 -0400 (0:00:00.059) 0:02:05.106 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:43:37 -0400 (0:00:00.174) 0:02:05.281 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:43:37 -0400 (0:00:00.083) 0:02:05.364 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:43:37 -0400 (0:00:00.086) 0:02:05.450 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "bogus", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:43:37 -0400 (0:00:00.066) 0:02:05.517 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:43:37 -0400 (0:00:00.177) 0:02:05.695 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:43:38 -0400 (0:00:00.075) 0:02:05.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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:43:38 -0400 (0:00:00.076) 0:02:05.847 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:43:38 -0400 (0:00:00.064) 0:02:05.911 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:43:38 -0400 (0:00:00.430) 0:02:06.341 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:43:38 -0400 (0:00:00.067) 0:02:06.409 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:43:38 -0400 (0:00:00.067) 0:02:06.476 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:43:38 -0400 (0:00:00.067) 0:02:06.544 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:43:38 -0400 (0:00:00.067) 0:02:06.611 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:43:38 -0400 (0:00:00.066) 0:02:06.678 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.065) 0:02:06.744 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.108) 0:02:06.853 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.045) 0:02:06.899 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.052) 0:02:06.951 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.050) 0:02:07.002 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.046) 0:02:07.048 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.042) 0:02:07.091 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.042) 0:02:07.134 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.052) 0:02:07.186 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.035) 0:02:07.222 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.079) 0:02:07.301 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.140) 0:02:07.442 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.040) 0:02:07.482 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.043) 0:02:07.526 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.043) 0:02:07.569 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.037) 0:02:07.607 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 23 July 2025 12:43:39 -0400 (0:00:00.040) 0:02:07.647 ******** 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 : Check the kubernetes yaml file] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 23 July 2025 12:43:40 -0400 (0:00:00.792) 0:02:08.440 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 23 July 2025 12:43:41 -0400 (0:00:00.392) 0:02:08.832 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Wednesday 23 July 2025 12:43:41 -0400 (0:00:00.427) 0:02:09.259 ******** 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-1753289021.602711-9891-214784480265763/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:84 Wednesday 23 July 2025 12:43:42 -0400 (0:00:00.715) 0:02:09.975 ******** fatal: [managed-node2]: FAILED! => { "changed": false } MSG: Output: Error=Trying to pull quay.io/linux-system-roles/this_is_a_bogus_image:latest... Error: internal 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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:262 Wednesday 23 July 2025 12:43:42 -0400 (0:00:00.670) 0:02:10.646 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:269 Wednesday 23 July 2025 12:43:43 -0400 (0:00:00.125) 0:02:10.772 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 23 July 2025 12:43:43 -0400 (0:00:00.197) 0:02:10.969 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 23 July 2025 12:43:43 -0400 (0:00:00.063) 0:02:11.033 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 23 July 2025 12:43:43 -0400 (0:00:00.045) 0:02:11.079 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 23 July 2025 12:43:43 -0400 (0:00:00.039) 0:02:11.119 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Wednesday 23 July 2025 12:43:43 -0400 (0:00:00.039) 0:02:11.158 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Wednesday 23 July 2025 12:43:43 -0400 (0:00:00.040) 0:02:11.198 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Wednesday 23 July 2025 12:43:43 -0400 (0:00:00.039) 0:02:11.238 ******** [WARNING]: TASK: fedora.linux_system_roles.podman : Set platform/version specific variables: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 23 July 2025 12:43:43 -0400 (0:00:00.098) 0:02:11.337 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 23 July 2025 12:43:44 -0400 (0:00:01.077) 0:02:12.414 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 23 July 2025 12:43:44 -0400 (0:00:00.038) 0:02:12.453 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 23 July 2025 12:43:44 -0400 (0:00:00.045) 0:02:12.498 ******** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Wednesday 23 July 2025 12:43:44 -0400 (0:00:00.037) 0:02:12.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 : Fail if reboot is needed and not set] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Wednesday 23 July 2025 12:43:44 -0400 (0:00:00.036) 0:02:12.572 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Wednesday 23 July 2025 12:43:44 -0400 (0:00:00.037) 0:02:12.610 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025113", "end": "2025-07-23 12:43:45.233657", "rc": 0, "start": "2025-07-23 12:43:45.208544" } STDOUT: podman version 5.5.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Wednesday 23 July 2025 12:43:45 -0400 (0:00:00.438) 0:02:13.049 ******** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.5.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 23 July 2025 12:43:45 -0400 (0:00:00.067) 0:02:13.117 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Wednesday 23 July 2025 12:43:45 -0400 (0:00:00.067) 0:02:13.184 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Wednesday 23 July 2025 12:43:45 -0400 (0:00:00.064) 0:02:13.249 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 23 July 2025 12:43:45 -0400 (0:00:00.182) 0:02:13.432 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Wednesday 23 July 2025 12:43:45 -0400 (0:00:00.081) 0:02:13.513 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Wednesday 23 July 2025 12:43:45 -0400 (0:00:00.098) 0:02:13.612 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:43:46 -0400 (0:00:00.126) 0:02:13.738 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:43:46 -0400 (0:00:00.077) 0:02:13.816 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:43:46 -0400 (0:00:00.050) 0:02:13.866 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:43:46 -0400 (0:00:00.060) 0:02:13.927 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:43:46 -0400 (0:00:00.407) 0:02:14.335 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:43:46 -0400 (0:00:00.066) 0:02:14.401 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:43:46 -0400 (0:00:00.136) 0:02:14.537 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:43:46 -0400 (0:00:00.067) 0:02:14.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 : Get subgid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:43:46 -0400 (0:00:00.064) 0:02:14.669 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:43:47 -0400 (0:00:00.063) 0:02:14.733 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:43:47 -0400 (0:00:00.063) 0:02:14.796 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:43:47 -0400 (0:00:00.064) 0:02:14.860 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Wednesday 23 July 2025 12:43:47 -0400 (0:00:00.063) 0:02:14.924 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Wednesday 23 July 2025 12:43:47 -0400 (0:00:00.129) 0:02:15.054 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 23 July 2025 12:43:47 -0400 (0:00:00.131) 0:02:15.185 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 23 July 2025 12:43:47 -0400 (0:00:00.063) 0:02:15.249 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 23 July 2025 12:43:47 -0400 (0:00:00.064) 0:02:15.313 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 23 July 2025 12:43:47 -0400 (0:00:00.186) 0:02:15.500 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 23 July 2025 12:43:47 -0400 (0:00:00.071) 0:02:15.572 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Wednesday 23 July 2025 12:43:47 -0400 (0:00:00.065) 0:02:15.638 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.124) 0:02:15.762 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.040) 0:02:15.802 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.037) 0:02:15.840 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.084) 0:02:15.925 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.040) 0:02:15.966 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.036) 0:02:16.002 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.078) 0:02:16.081 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.038) 0:02:16.120 ******** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.111) 0:02:16.231 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.069) 0:02:16.301 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.046) 0:02:16.348 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.040) 0:02:16.388 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.039) 0:02:16.428 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.040) 0:02:16.468 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.039) 0:02:16.508 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.039) 0:02:16.548 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.098) 0:02:16.646 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Wednesday 23 July 2025 12:43:48 -0400 (0:00:00.047) 0:02:16.693 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Wednesday 23 July 2025 12:43:49 -0400 (0:00:00.852) 0:02:17.546 ******** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Wednesday 23 July 2025 12:43:49 -0400 (0:00:00.039) 0:02:17.585 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Wednesday 23 July 2025 12:43:49 -0400 (0:00:00.053) 0:02:17.639 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Wednesday 23 July 2025 12:43:49 -0400 (0:00:00.038) 0:02:17.678 ******** [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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Wednesday 23 July 2025 12:43:50 -0400 (0:00:00.043) 0:02:17.721 ******** [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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Wednesday 23 July 2025 12:43:50 -0400 (0:00:00.043) 0:02:17.764 ******** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2025-07-23 12:42:59 EDT", "ActiveEnterTimestampMonotonic": "253780851", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice dbus.socket polkit.service dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-07-23 12:42:58 EDT", "AssertTimestampMonotonic": "252980539", "Before": "multi-user.target 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": "430865000", "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": "Wed 2025-07-23 12:42:58 EDT", "ConditionTimestampMonotonic": "252980536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service shutdown.target ip6tables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4562", "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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainHandoffTimestampMonotonic": "253011570", "ExecMainPID": "12279", "ExecMainStartTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainStartTimestampMonotonic": "252982991", "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=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; 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": "Wed 2025-07-23 12:42:58 EDT", "InactiveExitTimestampMonotonic": "252983747", "InvocationID": "b3f5df9c28a74e0f80a00bb54306fedd", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12279", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3065626624", "MemoryCurrent": "32509952", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33308672", "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": "Wed 2025-07-23 12:42:59 EDT", "StateChangeTimestampMonotonic": "253780851", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Wednesday 23 July 2025 12:43:50 -0400 (0:00:00.594) 0:02:18.359 ******** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2025-07-23 12:42:59 EDT", "ActiveEnterTimestampMonotonic": "253780851", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice dbus.socket polkit.service dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-07-23 12:42:58 EDT", "AssertTimestampMonotonic": "252980539", "Before": "multi-user.target 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": "430865000", "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": "Wed 2025-07-23 12:42:58 EDT", "ConditionTimestampMonotonic": "252980536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service shutdown.target ip6tables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4562", "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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainHandoffTimestampMonotonic": "253011570", "ExecMainPID": "12279", "ExecMainStartTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainStartTimestampMonotonic": "252982991", "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=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; 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": "Wed 2025-07-23 12:42:58 EDT", "InactiveExitTimestampMonotonic": "252983747", "InvocationID": "b3f5df9c28a74e0f80a00bb54306fedd", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12279", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3059924992", "MemoryCurrent": "32509952", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33308672", "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": "Wed 2025-07-23 12:42:59 EDT", "StateChangeTimestampMonotonic": "253780851", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Wednesday 23 July 2025 12:43:51 -0400 (0:00:00.604) 0:02:18.963 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Wednesday 23 July 2025 12:43:51 -0400 (0:00:00.054) 0:02:19.017 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Wednesday 23 July 2025 12:43:51 -0400 (0:00:00.103) 0:02:19.121 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Wednesday 23 July 2025 12:43:51 -0400 (0:00:00.041) 0:02:19.163 ******** [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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Wednesday 23 July 2025 12:43:52 -0400 (0:00:00.587) 0:02:19.750 ******** [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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Wednesday 23 July 2025 12:43:52 -0400 (0:00:00.090) 0:02:19.841 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Wednesday 23 July 2025 12:43:52 -0400 (0:00:00.079) 0:02:19.920 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Wednesday 23 July 2025 12:43:52 -0400 (0:00:00.065) 0:02:19.986 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Wednesday 23 July 2025 12:43:52 -0400 (0:00:00.064) 0:02:20.051 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Wednesday 23 July 2025 12:43:52 -0400 (0:00:00.061) 0:02:20.112 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Wednesday 23 July 2025 12:43:52 -0400 (0:00:00.062) 0:02:20.175 ******** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Wednesday 23 July 2025 12:43:52 -0400 (0:00:00.100) 0:02:20.275 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Wednesday 23 July 2025 12:43:52 -0400 (0:00:00.297) 0:02:20.572 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Wednesday 23 July 2025 12:43:52 -0400 (0:00:00.103) 0:02:20.676 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Wednesday 23 July 2025 12:43:53 -0400 (0:00:00.079) 0:02:20.756 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Wednesday 23 July 2025 12:43:53 -0400 (0:00:00.130) 0:02:20.886 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Wednesday 23 July 2025 12:43:53 -0400 (0:00:00.070) 0:02:20.957 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Wednesday 23 July 2025 12:43:53 -0400 (0:00:00.069) 0:02:21.026 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Wednesday 23 July 2025 12:43:53 -0400 (0:00:00.058) 0:02:21.084 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Wednesday 23 July 2025 12:43:53 -0400 (0:00:00.045) 0:02:21.130 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Wednesday 23 July 2025 12:43:53 -0400 (0:00:00.046) 0:02:21.176 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Wednesday 23 July 2025 12:43:54 -0400 (0:00:00.856) 0:02:22.033 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Wednesday 23 July 2025 12:43:54 -0400 (0:00:00.090) 0:02:22.123 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Wednesday 23 July 2025 12:43:55 -0400 (0:00:00.906) 0:02:23.030 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Wednesday 23 July 2025 12:43:56 -0400 (0:00:00.881) 0:02:23.911 ******** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Wednesday 23 July 2025 12:43:56 -0400 (0:00:00.039) 0:02:23.951 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Wednesday 23 July 2025 12:43:56 -0400 (0:00:00.064) 0:02:24.016 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Wednesday 23 July 2025 12:43:56 -0400 (0:00:00.065) 0:02:24.081 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Wednesday 23 July 2025 12:43:57 -0400 (0:00:00.940) 0:02:25.022 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Wednesday 23 July 2025 12:43:57 -0400 (0:00:00.069) 0:02:25.091 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Wednesday 23 July 2025 12:43:57 -0400 (0:00:00.069) 0:02:25.161 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Wednesday 23 July 2025 12:43:57 -0400 (0:00:00.067) 0:02:25.228 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Wednesday 23 July 2025 12:43:57 -0400 (0:00:00.077) 0:02:25.305 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Wednesday 23 July 2025 12:43:57 -0400 (0:00:00.061) 0:02:25.367 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Wednesday 23 July 2025 12:43:57 -0400 (0:00:00.138) 0:02:25.506 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Wednesday 23 July 2025 12:43:57 -0400 (0:00:00.079) 0:02:25.585 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Wednesday 23 July 2025 12:43:57 -0400 (0:00:00.061) 0:02:25.647 ******** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Wednesday 23 July 2025 12:43:57 -0400 (0:00:00.060) 0:02:25.707 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Wednesday 23 July 2025 12:43:58 -0400 (0:00:00.057) 0:02:25.764 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Wednesday 23 July 2025 12:43:58 -0400 (0:00:00.063) 0:02:25.828 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Wednesday 23 July 2025 12:43:58 -0400 (0:00:00.059) 0:02:25.887 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Wednesday 23 July 2025 12:43:58 -0400 (0:00:00.058) 0:02:25.946 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Wednesday 23 July 2025 12:43:58 -0400 (0:00:00.074) 0:02:26.020 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Wednesday 23 July 2025 12:43:58 -0400 (0:00:00.042) 0:02:26.063 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Wednesday 23 July 2025 12:43:58 -0400 (0:00:00.036) 0:02:26.099 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Wednesday 23 July 2025 12:43:59 -0400 (0:00:00.641) 0:02:26.741 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Wednesday 23 July 2025 12:43:59 -0400 (0:00:00.136) 0:02:26.877 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:e4ea7d50b5a6144c51d9dbbbc51333a6210f91b924c590c24bddf16fd194d569", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:8eef9cf6ee45815427e24e0004d7955f6bdff25024700f8cf524c9842709d786", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:b567fa877d54d8d5b8fa2dc57a2b23c0ba2d7c44f386061bafbfee1265d3fcc8", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:193e56c9a38831a22d3c5d94c11cf577b6fa7dcfe77901f15616319f6997cb73", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:2115eae80db04893b3eb586f059b48c177581b244a594b3bb1fac4a6871db719", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:2c755ff2bfe3f383ea8c258fd52b7cabee97eae67970aa3cd07082338122b333", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9d3540bc177cb2bce4a71ad4eada807d857332a2a5d95451cfd7400bad7b9a55", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:096c7e1737ff6b3c945a70e277083caff25c6502dde9883d54a44f395e7241d4", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:4b921c9cb165ace187da7e6c5a17113ba0f7be0855645937a2cd1f098d544670", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7a3a73cfa2fb3d90dd958be2bccd9d281baca95d996b1414e55f44e69b5c332e", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:0238020714819d661e580ca114750af2b886b5cc69e6f579e5c6b4a45d562eff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:573bcf3a234986104937694eaa17a33d539451174044bb8e25ddeb89326ca284", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:1604b2e4c15a774b0e7c0c5088e2eb482478fa357f00800507811a114f4aba81", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:996d7ba221535a387a28f6cd4efc1146677a4c20fe1f81ae7d8b505d238d6c5f", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:31b2f3f4b64b01e2c173a58801f7835e7d00a924a48b029c1d8d754603da211e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:cacc3e227d14b33c01002600491c4c1abca2df7fc537c8e969151909f40c78da", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:8fc95dd14a430f6461e1bf9cfe2a0f4e4e5df7f072aa9c41b63e85a00b844d47", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:7374435af3eb50307da53455b0ed008ff20b648a43f222274371246c2c76304a", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4ae82ef212e71cebdc3882b8fca34a9246e83080a7aead8c8690fc13327f8c45", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:998af8c73e85f25be8a3da8b187953f0aa7f1d4e67713405f88083c0a48182c1", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:957d178cc482a2c8190bcbe338c22db1e2b13253fc3337d365b523807953e4b1", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:1475803363410e043183972af0b2987fb187efb9f961c2cdb95c80c710a12f16", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:b79650caf6f3dbd9ca2b81cb6eba85a72487775b4c24917be2374cf186ec46c8", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:c4fdc1fcb651ce014dea47bf6772ff7eb01820b427be1fb8750d92ec2fa03d12", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:14dbc6e633336534e9f181b056fc6cb9359745f536858f46621e1007b1cf56f3", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:a8d6bf860cb79cf4248bb786945329cb43559547cf82ff5016ae451bf89bce5e", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:9c71cdbc585f1f8ba677c2d2788676a059d4fdaaf7814198b06376fe328bb354", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:c7d8d226f1a6dc06930b2d2b72a1c64681148e71735cf656744b92b1ddf5a260", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:cf31443eaa76ca90fe205886d05d18c3b23f641b4db5c60df7c5acf849904974", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:f4580db91fd4f2bd961d8338e6b60b69f3ec75b65a9ed5f4b369a7d472b35d12", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:2057c6b9a791e3bd093a2ccd5db269b8eb43e5dcd9e172edd00130f970ba1bb4", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:e49e17f8cfcca68fee1e445446ffb4e08c22811f5283b8c251e1d13c12f4d8c7", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:f3f4a36ee1cae59620184efa3594bcad9fd7d80c48b13e2de4b9275d78be56e0", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:3f3b07d1c9de18c96ea7bbf12eb5ac8d47623c9df7224432d0357d988d1f72c4", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:85fd7b989e0778429930608bf25e6fc697f556810bb68e6742d0aa03127dc732", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:5b1a2a27d9599ab90186e5b6f3ce476e5d48133653157fa23a9c1d63ee910400", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:9b3727e8ec615aad56f6146546278f0caf5bb8d1114cc1bc7ef649e15647ea63", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c06d2e0183f2e1b567b2e81c8e6f7bcdf66c259c328037b7f262993453b0f9ca", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:c47e2d58f06f312e64c82b9fb72bb52e8337270735502b7c198f3ec4bd3fed35", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:b7fc454ce18340d1c1e191ac82c72ab8d2f6d0a8cf06846a127963329af9bff8", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:d1de473c6db097bdb5e73678f9fc1a1a29687f5de130573228d90590427d56f5", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:f9b8616ba7b8613a2a0c7345266dce151ae11f8185367358c27f9822b176038e", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:f54a18016ccb13f5d82a072349a8ad873a2c44008495c9fa8cbf92a24e73f5af", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:4780b43ac24c3cc8aadba63da31bcb7c036ce286dbdd2e4c5b9897687db968d2", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:47e4924f11b63d198f29ef7cf371b6fd2927aa746e612867c8e954823e700e76", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:f1c2428264bb3686d328aa32d417ccfee9d89511f13cf96e068603db7b0e895f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:081c2cd8300cc81c8b930df87834c2c9e3a0df1e24e2d64cceea44a343344eab", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:a05d7dd522d004396aa3051c64755cad1723be055754cac032de0e202c14d7dd", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:8b3ecb15887e1ef65fc39b5455cc63065cfaa14a3cdf2cd74612b1d4530e6a7c", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:af49721d5aa39e5038f7ba4515989f5672a77c93a7538c1c5461b655c699432f", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:54c29ad9eea717959a50a029e3c735670c1b06cbf0f45d72efbc0ddbba80c260", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:88942d6f32b10dcf2a8bb88a03b1a28973046f48d88826d7c037e5f715174620", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:43697ff520be41d687a7beb9fc0b502f66a75954607aa43849d66adf7624e8ec", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:5722a2f4e8d6f252d37f73e10681ad74368f4a8bf3394dbab6a7d4a72839ec57", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:8ebe457f66f9cee63598ffe20f5704a2aaba65d847964182284e909dd98de477", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:76c5317351ebaa96c38fb720bc7f47c01fa92de70048f70b86e1808fac1c4b21", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:90b84567bb56f3038714d67e066da7ae9e91848b89eb534e9f09c9d2e9a3d67e", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:1dddb24d705387ce3f66eb65244214d68c105a8c91585ac745c835a41d62f833", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:ba0224828b77ae059c0a80f0621f89d14b73671197cfbf9c2b86d124af5494dc", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:612e0f655d77e4a7382c496465cb0d06589b3c7a4d474a31cfb33a66d8f5c2ad", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:2d800bbf626539f60c2d434f779f19aeeb03f43c70538c52aef1bb5b95fe949f", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:f3dff18bc5fecf085cc0181acb46ea57aa573198801abeff85d104bee464d7f0", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:83f851cb13cbe50cfee455941cf62434401809ed4da7422fefbc5dbec711d374", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:897b408ab7d03609875d9f2dadfceb78e0db4808213d237e5b415b13bb9421d7", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:7fa21947b6420d32a2d3485772a7506b4eae60f39a2e3dcc3571988e4534c7f0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:44517aa39d38175715f2e6ccb2e36e8ea9e152fad10081bdab288d5bc167a580", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:80939025c245b119f6de45539be5f650ffcce042a2f68c68f92ecae8c7d6d740", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:699bf8f103b405736b644f56aba9ad0a862edd0b57940384a7da115aedb0010e", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:0b9238c17d536715575f59bfecc12b9bd073684e5b1d11f91a6af7e59da196cb", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:6d2b07a68470a854ea159b65d9635dd7b93702459fcb078d11a0ca7e369d021d", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:6c75d826aa351a91a5b27c91128300c3e912c3a366a1c6ead13762a32ee08137", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:e167828d7f89a5c3081c59a43d424a7cb691e58d0996f12ef066939e1949c34a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:a3f302a3eeec46cfbfce6e4dad0c2c7330a5a2c558ed1608c8171919d48cac5d", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:d34d6443a78e7df85c5c97d73947717ca3939b3a28b3e32934af8b9a5af32062", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:0b27d6aeb8869720ed19fab950cfd66f74042859f50968c5ff99e84a28a39eef", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:70f9cfcb569aaeae8547718eac7743e587fad2f1664d2df87fb38d614ed27b84", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:7bf09eb0b6ba28bac4727eb1092dbc2594c2aa46c1b8c02ac864c8bf5aeb1fd9", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:feb0ceb39dd490df8bf9b86df6072b767a3027e26ebf47103c8ba5ef8ff23465", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:2f3b3d1328d56a2ec2052edd18ce0e92ec0bc52f43359df3b632be1c885673d1", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:15e28eeeb11271e1d8305d944fdb9d79b88978e2fe3d336893fa6db6b5d42e37", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:f19f03db6978058949040dda5a18471586a285693e3b4d9deebe6bd4923ad456", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:19a8c5deb9b24ad71c434733f737d425341d9ba746c23e3d3ef31e4b4bfb2db5", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d76d65e11ddac8b9ec5fcf6068037816468590b4f4846dd19cf450217c4e0863", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:8677b0936b1d11e96c8021ad859569f70a680bd4cacee6f8d995f93e9d0c6621", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:037378efee02b22f1fc0932cc731ca39502bc26ef9d59d2242cfe31982f72f4d", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:b08852f6ee71d545cb74ff5e4699824511a74f2c970f77d6c0a74b5b378ae1b0", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:dfc6c204e6bf11c2681032c461399cc476eb0d90f3d80a15b4350b6088c79a48", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:89a3fb4eba440a2937aad1ed21f4b218299c04296828733fc48f1c01f132f70b", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:a56b93015eff48e01ff9a10e8b924792211f90690e17e79fb3132d026b8f31e4", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:7a26876f7876a5492c6df0e528c993716113f2455ff09a855febfdc75c9c2a2c", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:4133df3c0cdfe8f95ec179d55b41b1c20a4618dda012a105a89cf43895024e06", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:0d60878f686f9ca9ba3fe1421e5242537d7954d9202819464f0821b9ed6b8ed2", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:3606da90bbf95187f4bf3719b56d721193fc3341663d19955de67559c40aa58a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:c698c1db669071616c558c242ff7cc6e033bc75fcda304877424ddbc0f6b5242", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:338eb56a234aae4eef828fd110d8218508a3ca92b92d067386e5468e8e6fdf24", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:fce9ff72dd249b127c1b4cd7396acffacb3ec4e12aa7a4bd5269d56901be9b8d", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:da2529002c3c92bb86d2cacbfb0d0dbcbd3fc930bfd5fa4ae0979cbadcdc0b42", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:269a126a53bcf58763678d5d3214e281c9da08c34826b4ef3d55f4eec4b6fd3b", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:ed682c316c38583995dd7dd104727f9cf543de51ba1b4368952e2fc990a801ad", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:916cc83892dc1953fd17b3d13792cefe6126a45e0b50032e4ba3a93a63de5802", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:95b1c7d8043c449537ca197e73c0b380ca60942b0030af4986d212d1f23c6e79", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:41e56aa9bb3fe0f083110484e9f735f74a8ce67bc0ca9c0b820d03c87568501d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:3600a0e5c4b885f0ec0c92339c95289de66025f32d1f255ae59bc1eced6f6e93", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:4dce85f5d6ac71b9969a1174982f7600bac39777c17449ce14b231fb4cd1d041", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:7b02ac13da15246a0a494ff99e33ec45dde49b14af081b4463f28eb1578ea776", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:16ac50052f4c35207ec45d707fafb31686d38019355087d0cdd223a1a3aa978b", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:d40b77643a8b86168479d52c6833349668c17bd2678dc6cb0f24ed4981e996f2", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:b70aae17320c4a09c075cbdf96c768a8d81bc15fb31d5e0ad149386e750d66e8", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:4be29418a9d80b4e7a5bf662adce9715009ba852e0dcb99ab20f0bfe3f439c3a", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:1b1dd5d8cc3d4aba93cf919422cb8c8a1c5fa49baa5e08636eac45a6b833f956", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:c65c975929e3f74abead4e0d36bc721444b8d4f7eee82a90e091c6a906024b9b", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:85c0225ce4174c7b0b365ed2cc134cdc71b1b49b7c894b2a5a57741bbad729d6", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:a7d2b879c44c9dfff753e9592496d79e2119a9580b2acd7585a2e501be16156c", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:13e22d466bace4a695ca5a8284894427890fb1b552477347045f2506b691cff3", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:5d4f16949614cbd053088cdd53db9d5e3af4abe84d64c04022a2030b9e9f67d2", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:a0d311aa354e1e249916e3b3dd2b4220065651c6d8211e6cd762622c1aaa983d", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:5242070b3e27c06675769bb30a7439ce44023bb0ad25cfa246a9b915f9319f2f", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:142e57dd759e7b118fb5d2daf0f5bf1610533d53a4318337d032153cbb3d3c81", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:e4b8577424d766fc878a74c8589950033d8f96b8bdf216b2dc604396da3ea4e9", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:54b88a98db22d2ed585d2e567eceef406cd8139f06f13ca72aba54bb695f4577", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:fdac15de5067a65166da761fc3e26792b33f2b400ba7327d6232dd4190c5a8bd", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:3318ad791610f71878bdf25546115e3ec7dbe394b3ba1b6ee39cb2ebd02d61ac", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:da94971968712a2b7eaebf685f46612865e1ecccbc7a90579940e07ce6df1bb0", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:356c1035a12d8589e8ffa7503ec638ab45af3ff4ce891a7f59f78dec96ddac18", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:70577035401265a402294e6dbff3f26aeb55a5e2bdfec4a60bc68ca49b7abdcc", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:2bee56fef63d0061f7b2ec6888ef6d287dd305c311a5ee01d71d961687bc18c3", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1f70b062eee71f16bcc682030376ebf5f52a439548d3b09e4b966e5de3099a4e", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:94b851d9f96d0a60309a5c083308ca596161dc5bf084730404e505a267f5e598", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:65c714576d810dea0c8e57f8865e5c0e5f92795675ae636cf55ca5870c850f12", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:2b0d366b1ad903029181227a5cbce54e0fa32b79b5d938312de5799b19962fa8", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:d443a32e80e33b46426d4fac031452b63fdcebbbfcfd35eddf8a29366d68a8ee", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:00400f60981e8fca496a281dd562cfc3b174c436baa1d626103da4db35b6651c", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:ac511e403ab522a4b36c814da8579ab06f4eb1eea3388ff5744a88fa047f1857", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:87ea4a3cfa34dee81eba318c3c82150ae418ea1865e25a1ce16117693295a7f1", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:371854a0b935b07d27459ea55bf79e3b7da7b79fa6f358b094ec65f6ce5ae4a9", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f85e3b1ae04f64eba8fcef23b88f905b8cf83d8af5f50749a747edec6a932935", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:c9fdfd17a6c49f253def7bb0ea4ad5ea7cea6faedd7ddc271cf92427d2fe66b7", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:00a9103e83bcb279b5d510e7ef704c75e05eba0a585d4f83e66ad1f0df9cae59", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:16c2161c1f0913c893d673130952464fad161957155944c32ee2897f16f4329c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:3513b9cec01bb81fcd93c040e1e8a47e4f7267070e4ca7b4a1cf30a96d9faf9a", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:50ed406d890b0af8d73db0d6922dfb062d24baabcddc5dfbf1e6371e302b25d9", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:a8fecf4401dbeb7b893aec0860394b9600ae1e7aec30573cbddd066e0fd2ff9a", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:44e45c9670817bb2d56578fd3bbc8aa2556f65d20d0ab11d1ccd0ec969c0f518", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:0e0a11b08a25308a426a7b6077dfb601af85e09a3c4811117e755b3b6260b357", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:6112e0a44e473402f6599167328ff4b3a3d968d1a0be12e852b7c20b903e51be", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:eb56b1c0a2a56517399986778a5c912e31bafb0c41b68f9295d92220289a283b", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:04bbc0aecada14d52d0b5eb579e7e2057809d46ccbda52255a94fbf4f4f27fbd", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:3a5460fc695fee8e9c217cfb6f0d1f9f512c68dd5d28312d8b7ebcd55aef84b0", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:e1f3d4c815a42a1df7053a74f99b32313a7c2238d7491c1ce27ddd09152bce39", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:baa46336bdfbd1824a7abe0dc1a9f4d98747f3e546f869cb4442a8973b5bbe32", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:91c63280ad555f8fe9204531d2793ad7f5e44c9321de3f06ecce75e27d6f471e", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:904971bbbfad2d1746e02e969b434f416f0d328d0e136a17f4a3a42a2e888f81", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:1593c070dddaaafac485602ccddf88d7313921998e8cdd6933879086d7418aeb", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:7b8888f45b7ec8f09cc63ff3853bdf6deaa999713fcb943e3ae89f565c1ceace", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:02dccedf084e2df74fd1bdecc5a548d6e69a38b49d856e46c6b5427b938537a2", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:b2708a55e1d0294eb4cea20a4196a3910209aca84547481525a3730e87d38d8e", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:57a05791b5e47fdb756963168032bd084cccee05a46f87a92a916c1a90d9dfa2", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:2c0bcfd97fdc58181ea7ec4570fb02b46a6daf876aba91eed260d96389cb7d78", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:e01d4f338e87fd2d88e74e20d881cb4b22e4ca9ee669e1ee1c687a5353c9ab35", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acec326fd878f1c6ac6cf1e3b96f3db22fa7b55e7f50150fe1d6b964627adb67", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:5f31c64308b5317e43eea65b250f9ea2c764c1407a4e203b1eee7369f9f17b03", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:36d2e6aec0dc93461fa35e68b8ed17c48f2269017602eab96edc47f87ffa3f28", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:afd0c27293faa4dc9848405fa9b7258d0429961316e687010ada2ecb2c5cd1c4", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:abc04bc36c5caf4f20218de20b8cf9aa89963b5ea80660edf538716c1f37aa52", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:ceaf5b3adb3e94774e977f209933dfef4954c145b05c856ce442b64199444c07", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:bc0dccaba2a1b2009ea761148056cef57cb2527711430b57380369eb8303597c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:17fd8806b4ccf9c9091e64bcb81707e1aa4b25444b311f39b716ad010b607dc6", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:544a2a1d77e86d698d4fc7a06a704515fc0f88f57bc3490cdda59cf530e83aa1", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:fb8fc2804a54c0251edaf8d0c33b50ea935eace411be5f59968a90107b04bdda", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:fd0e1c626359906315e9e4523c2b3a2e49cfcee101a76db4d07409795fa6ee48", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:e2f4c4ed2a9ddc16d4aa71ccd77a66445eda6836a4c41cfe0765c88f5726e44a", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:beb2fe6bc1ad07f59cd052d7ecb5095a9f0bf5f85ab01f8abc7d295545883d64", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:004b0eafaed71fb7a35c9464116d49bc38480fa47cf75108637c23b64723436a", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:b9a1e68be6a4f710d2635645fe86f008e8db26e4019fbda3761d6919759a1c86", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:ac98915cdeba1b392bb0053ee36c3d4b796bad22795fbb74ab8730c11535c884", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:e6096763c7702792b9397b55a09f6d9755bb294198a322598aa3193d3b1469c8", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:b6dfa83724433c17e9b5634ad137d7e3a5e5d58a09e334b4af537668dd66a953", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:13b5559cd00f464279f6602ac272bc77c85ab4d8b088747e7d21ef1daa75147b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:c3bf8b0536cc2de22efb75ed39ca661749371652d08ee4c4dc8885bdd823f1b3", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:02e7c1900c48f9080456a4f66d36053dec25ea0a3d30849b1b5524a8cb19691f", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:e7925b19cc41e810e79e7706910eaf24be550f5d8dbb64fa1e033e8f5265e466", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:e4d69855e16fcf043a4c1b3c2c106dd70e8120ad57b37031be79a2b9b231e91d", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:4bd0b628571f32514368a91d8028858dbd037a428e8d460c9000f86aee75e435", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:3c9d8f428a7b0bf5bc24e6ed6647f04d03e60d4988131d07283fbfd55fc03124", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:48fdb9460d2a88d7b14df6932432e3584104ac9e0f0f18600c9c6d2290971079", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:3b6b6c8b4de7e5fb46501bedb083e2ea402486a072c0ba7b62fd92aab9e36814", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:cb367fa7240701b79bf84824cb89596b98f5cc9cdd2ea1e707796186c0f1a368", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:94b9ce99696214d1cc24a74d57824baf7373cd5e765d4cbd7886537ce071c6a7", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:e74bd8cf8a25c4428183d87dd9260954ad1c34a401c9205091d791a1306ac7a8", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:8e3a4ee7a13511de33169052cc78864c72a29358e63668275f86856b4975f624", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:2dfbdc3a5a92f2f5be3e4478df5b4a609272596867b19a3e2c4fbc1508ea7766", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8ded7f9973279ad47a63cf063eed5ff9f07a9d195699a1c639557041a00a3c79", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:498595f7547d2e6d3c17f7a95e2a66fb636e34d28012611a7c684df3416bed33", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:3e51da39c56defb7bc01056cf043caf1b8a5a4aca8bb91f67e2538d6533e65ea", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:d431ce798c944be3ddaeb5c818e6eb228bb48031f0c68b48aa62463cb3c1df6b", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:19f7ed1639a710dcb0a26b7f6be93bca21e17a8ed3165188fbc4353935c1badf", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:3f9f68dc5c5aad94f73e473e9798a9c4807e53269b26c45aac5658da79db859c", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:2bdea01224b603018cc2b9ac6b8dbd572fa7629165ab0db21effaa6d7ec07bee", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:451e1a96098ac06bc4be46a730795229f60bcfdea5143d2723279685b90ceaa7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:ed3f6adf43b0da3a8073422a896296f1f158c0c75429da7003b5c3f9eb244cb5", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:6fcba08b61f3d6fa47a08d0a5003035b78ce3daf55ede158891957283b23af7a", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:f66911ff08696ad4bb14a53ba28c7a0e1a74e6e90da59ef097aede2ff8c29ee1", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:d1475abdc29e6060ab67d1ae1de4460de2fd4e0984aa17ba1dd61294a1209937", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:fc5cddc168092fca18aadc49733aae27480597b3c82546a345f90d2fb34659a9", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:4035058cc2a745f882531979ebab46a2c90d745ae48d2c1b1bd74ef28f39a534", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:e0b78fcb210efd493dd2ea999fb1340644406b09d209e897984567d502d169ce", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:649c10b3fb3f97b36b013219e6ba3352dd9464700c0837432686ad518c5a3b5c", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b4786ebdcd5b9ac90835ca304acb2574158410dfbd3ab2ce3470df6f1e71734c", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:bae0d298fba1e64569a3dc250a5e45d19e7669f185bb36452c6624fdd4211c37", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:0a4d91091c2f57aa29c070e9e7b967323501792eb1b6c3637ca4e3d1b0b9cd91", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:db0ffc3911ff5657065b4de6fbdb26f04150ecff3c46fff66076856c831376d8", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:4925a528c42a9f646467ba4d0bf102938a5edd8f18bd25c211830880e55a5f86", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:be46e2e5016783bcbd1b6121c16dac420ad84599fbc9ab03cef6e73c635491cb", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:36f7ab1582be93e02bbdc834ccc247cc4e38789758beab56dae383c975329335", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:67eba482a5bbd24a02c8d27ebe519f33201b3ce79aa2ae5216e8388b842427e4", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:e8cad5b42141d2ec77e6a439d0d9c35fddb52f8915bc43f07b60d9531fb77a69", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5450ee371c78bed8bf0ec1c19145111158f8208dc8c259f014f4eaa2880f657e", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:64e5bdfc3a9f4db74bd22952f6a91ab0648f11396e075006690af6ae78a19e4b", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:d73c05e79e81ca7bc9cafbf6ef60b595dc9dfe001f3bfc4edbbcf089a3c162bf", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:b1295d812d377d3057fd6f50cce387a9a1d685b82ce1f2db94259def8e8a8178", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:9f110ced2b888709ca0b11e20304a10b7e6f48ecb60183f84673fcf46158d922", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:38bb156f77c1cd8f2e19c963fd83452c049c955ea6b5af3bdf67b7a02d6487bf", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:85d7740ec11e9e9e3bed007b2a2a9d1096fdd3a293d60a24389065462d8835ac", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:673f39ea95fd949b39e202bb23ee8039b37d7e82b5353eeb5153d712269a4302", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:84b2bed2bf86c1ae18e8f097a87e0403360608d352ebdcd23be33ee6c8e73433", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:26e1baf9459ca879633ba28a1a84aa370edd3f932b7b47464c5549eea57ee919", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:df355bc1eb0dfbbefb88e689e4b93305d3914c8ab6c2d7e60ac2b91aeed18a50", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:1925b8e054a2d83ceba75edc2ad4afeffef707844f07a4d41c1d0e656d4b6b13", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:dcabc753b8f94f205a5789e1002762bf925bccba78f81006577b4dfe4447e69a", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:41015e7118f63f54987554f279679c09e61af6d39ed6d329363d408df6e2d94b", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:3c15ed36a0e8f5323d71fc061a25aebf4604ffb2ec21ba56ba0ee8c972203c31", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:19ea6f5d96cdaf706855b34d0b42e4c4cc325b058da3ea0789fdf844e5b03c20", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:1f26895762f6436d139b0bbdae0e778b76c1870e5ec2a70c9805fefa8843b7cf", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:5de62f06583e91f772dcec03a6bc2ae4924dbb3c1273914a663b20980fd1bfe8", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:a010b1fe387213bc9796692c891fd555250eaa96338aa30d827edb7eaf2e346d", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:e1cfa9930cfdb5add35cf66c744ba96311f079f6f8481e8afb418d3f5453ecda", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:06a1ad528499c522da483a2ecac7ba283b8b38788be5a553fd1a66a5a8f74ff8", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:7c1af96e197d39a4b415366f9653feb8ebcf6f36dd67ffa7a990d8860af31fd3", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:49b607c1e4f0a0c80318c24bba1daebf923b3919d4df413ebf11ea5219a25398", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:0d4293f214aac975f23291e3d0653b7134c2049ecd3fea2fa3dbaff31c8ca2eb", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:c0e08220e5884a66127464db6d58bfd986fbd774d0222f49e1fd29b78b3cc0b9", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:99d3212c821f54164487eb08ca734afa114f78f5a1508d66660605867e921a89", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:7efdf21950a64b1cbab955995f8429f7bb9c8373fcbf2b290d035ee5dfdc0b25", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:5e73acaada24e985584c2ce59062501321cae5178770e1e7910d7b66b77c3a0c", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:1fb0b1b74da93865139e16b049a9b35f73230fb2c9de6d0f3f2c767d0cad125b", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:88f39fea74393f95cf57f21e3383ce4335926316fe72ce687ad5d4985620883f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:1da516fcc8743003b36725cf7d7279f264ec7ce359751ee7e018262dc54f0226", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:c9fbd762fc108d68d5ddb326f5f7d1259df44e1f274468dbe783e850f5727532", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:b1bbd358f24d0d3f5b7eaae8549634a358486deff8e23e73a08029ea5a200897", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:a8af648958d994224fa0185187a1f7fac36dcd2f9860568443adde7cf69514cc", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:eca0b3bcf2637ca132d57b7727481afe218bd195fc65b36bdd836fc1d8f49a10", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:3982604acb7748d747b3f053e494c102ab8af57aec179e5b220e458f9a7cd961", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:4df59b18b700404a8fcc05469b3179c304e75bfe60d1fc780b03583633760afb", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a6b6e0522240e083fff4f7d32223412f4bf9a757a681e1a78b000aed9c873a22", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:9706778e32b5a0c3559b59c648dff43d2246f847e4b8627c65629ccc7162b172", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:4a2d6b6c82c3e7b70db5395a539cf63a0c9dfb76c551f7565531c47f5915a2a8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:1fa012c304f616dd887f786d1bc269d630cea6991082739fdd125245d3b1345e", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:250ebd82dda97bc2f8aae2e6f95359c6a259b7f9c059a7c7c9feeeabf59cdbf6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:ed9c18d6d5e242fe95ca67d8a484237a50e3b9112e1fd3f2a4bde333be7e36bd", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:0613b152bb0606dd3d5bfb45c3df41449cc67e2ccb6e91e25ba8951a8f27365d", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:9d96611320219c63bb99070d8e63b33dd12cd1b68910a682ae4fb7b48a93d63d", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:30b5f2df89c6ec326949d94a73bf12b4ab693df3bf912459ab0d80dc34359457", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:c1fb6f4596dc1ac9266833e72de243bf9095e4e5fdd2a453e3fea4b1d872facf", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:a4e5e3b5c1061a07a300b3b29a2c6259730e939e8f503a76e3d96c030dd143d1", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:18b037e23a78165416436a235dc4d5063ca24fe1c66455c3cee7c91986e6f89f", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:0f5f34bc0c96fcd5ecd74c4a40a4ab94d9ae9e5070f1924d269cabc9ee9361b1", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:e24ccd5125a504d726241c619cafd3f06877a267aced41f377c418386a5153d0", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:823e606b20756cb23f46aaa8d4092b3e1bffc58c668cb54c222a8023aeacc53a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:e0e09172ed873250ab6b8748e1fc6280a449b45ba3484ec994a75a7318764268", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:d30b1e4e5ff87079cddac33c18949ae22fc1d2eb1c7105eb9ec5a2bda0b57145", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:30be1cea1a0cd9cdd736a2c9a147d6d7ffa97d077244dc00a044cff463cc9fba", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:0d437fbe39eab7f490218e71fae2a728ccca0a8f3bc34bf607d164a0ff782fe6", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:8d9ac2a151956a975049b1461b1e3b65e41186f6025fbb892bf65d79c5446487", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:930629550a43a60d9f611ac51ff0fe9f62fe397e92ae64dc39d232d50b0e28a6", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:42ea728702eff08b08236457f08e70b7a00468a373e81046b6a8caad890984cb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:f2d90da6deb4a331f88519241196e911073a62ce478d0bbecd2354f83108a1e1", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:1e8c4c647503dc7e2f700d4a50e9705aeab03558e7a83eac2e9517f542d944f8", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:949477676402f4fe8b2bed32015c1185d66eddeb5159f0c1bbb0f5de6f98501c", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:0dedda2aa7b673d014b285ea496f2e16232d2e3e63ceac30a6ff8226359b7729", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:23cf4e30ba30051a1479a4e136d6ba8058782ac295a0ee8aa898a609720dfe1c", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:2daf6eb37fec7c4aca13783495f09fadc001e3a8d70c62c871a97210e021d3c2", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:2716a030f648a3b4758650d0e0122b2dc22a3983d96e7d70844eea6064f91eb3", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:473cefdc52efa91bb868fed27c195c1239a840be15fd7f56139e3921d8d4375c", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:10e2635379af480cc06c8c182eb7c9e88812791566cd42a362f7791263aca8a4", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:1551cdc64f18458da3deb7f4530c0a74a1ac414285e1c8291d1ebc04934fb6ea", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:ddc348418bb18a0effea2748db5a0ddb49a2d079f39b44daf1ffe9b32d9f81cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:4ddc02c623583ea4fb43c3243c135abe6ea10807690d320930324fdf941d847d", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:14542d1e99d5950cd6076e71a4087e085b8992b04abe3d5898fdef18c8d98394", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:74d6501b24e3fa658ed744ab478a8751f49b43c1acb0ac168b056d9f84eb9b12", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:708af5e5aebf1f388d30c66dd0b29f3a51cc19f5b35067563f54f01e594d847e", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:dac44ab99a6302a4e940f7aceb9a4601ca358d44671aa96301b8bb1e70223c57", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:c07d4b78b1601be56da5e8a12dd71b130883e51cae74036dd65a0e8938ce995d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:c6c7a4c14905bbec1a809e5baeab8869df04ce86e6e7af7f833ba002fef1f14f", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:dc3fde9f8d2d4911dc2d9c5b1296ff4aed7f337e0c81369beb88941643914683", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:74fceb571fa21e32de21e57835f76714831aee1a6d2f2e192833ca4cc2a02e00", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:8b11673d4717df47968b441bacef66e1789c00cd9be0493c6957c25056ccd0e3", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:ded3aede6fd375c5078407ffac45c98aa5cede8a33d01e12373bbfcfc9195557", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:15ac534014765f5f3788ae424c03627f4aa606bdfd763a7a56c2cc537f268571", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:b6e7ae905ce38eebf83f453a034a1d035c83acea503de077a4c2ae89a2652949", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:a543621a0824e96e5b2e3a51ecc10510fee605842ef4d5f10353dad9e291cebf", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:27494f6b5844c807d054694dcbe9951e2ecf431e59fc818f44fc52b28c6b0d2e", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:184aea46b019d9889fe8fe9cdf993825a49b08c261e04522098790cf567fdf1e", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e666d250e6d615e6b400bcdde5b9c5fa055ff5e4fdcc307fdfaa49bcfbb5fdde", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:cda595280cf5f1fb45071ae662e33cf6faf5cd5ade84052c9bcde3b9cacaba27", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:96e8190a61a15b5b7a495e00821e2bd403bcc02aaddffcf8b73db84fc0c01da2", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:d437acb0a8759db6902143444b6519aee7c5c7d4203eb47b6debe8cbacec3524", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:cebd06aca5b556fa1e0e72b20d1e62339299b97f0ed6c287fb59e2fd5d527099", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:bd45c50388332480f5fc41d1850b34e40e36c5e357514f70151218d2cd6d3696", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:cccc2e5314a88538d4e04d68c0a47b420439b9cf3c75a8d25ceb238414dfd4a6", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:8bc4319c04c50f01196784114c216154fb01e1c2f442e85383c5167d29ab960e", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:8a84adfc7de6725c95d7c83b9caf0393a1bfa318a1b28bfe73ace270529add96", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:e2c6d1cb90533349665122b69a30309067a89deec1913c91d76583db1137704b", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:404aa194627e86813689f2322ed52a207e7b59c37075234dfdeb9d3037a3fba0", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:71a84c172ae587b2bc59af29916eeeb446fdd94389876b80881faa7ee393e1e0", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:8ffb5712bc861ac7bf7ff1ce80c7460c6b9d18f05d315109b298047d65fde160", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:f783db19a42b2eaeb812750d9e19a3e08d3b6c1c66f5b372db4815a8ab0501ec", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:5a3b265141cb6b288077e126fab36fa11e2eda86ebf4255e9af4d7a3d97a64ad", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:35c4ffe6844e8b2efb6bd2b17fa6b8f7374768b29075d3663f03c3a3b4f630e6", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:9602906f7235964dccfcdca8730c3b5b9ed02da09db883912f80620918ee90fc", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:45312c963e2f2624083126e16494ae1c02c83dcfacd8b6361096b97379705a72", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:ed1c063d93095ee0e6aa51ba88db5d594dd63adf08c22e229bdfaeef3ddd6041", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e327c5fe316c0c8f26dc42c9934605f5a465b23e2c69dd4b54e9a679a3a0d8a7", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:ca4008994520fbb440db5cc902d328639a5ce9b2de2b04a243c3877e37770387", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:901d51b9f6a7dc60bc9447a38afed15016b6380a1c488a2eeb265fc555ddd23c", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:1e81979ccda40274f77ba2ef4ab617aafc7c8d46e2f6cdca1b513339ebce0ebf", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3befcf83ade571f2ba648d05de2f0c8cd4a6034c20df60390e2c6621dfaa98b8", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:90f2ecf1642afcc7f8dd3893173e2832d43c7c7c43cf7e0598947df0bdfdd699", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:550828e18eb625333951fd9ef992be2a18076a9c2ab10d4a4a7cbb6316a0b89a", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:5ecf3fa7d0855932164013257ab7a927d9e233331967a0fbd12567a610bbe813", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:96ecdcb94edd25c19aaaf9e7ebb64285a57e8c05728df975a7ca8c322afda3d6", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:9ac8b5f3ad17a7f2a250ccd82991f42795692b67270c289f2e9ac34c17bd618a", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:3ee19750f325fa25a5e0e0b63ef4d975f9ceb176a938be366e6b78a2117d6b80", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:9a62d804a86fbbd9b971b84a0de8e068cca3ce12222f08d1cfc0fd7a785ac340", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:40dc44927e6b1b5e816729cfafeaf9d63864910dba3a6916851546692980e287", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:57a4dbaf6550b474e025bf9881b9231f512d0f9ba04afe617cd26830c6e439f1", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:3c677834cb828f2aee098785982b4578c0a3a39ee9633db50fe9459648c05fa5", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:f85249ff0ed55875c4a69079d7ecd14e1ab1145d9d488e4500793f75f946c963", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:efe210b27fcd6ce21a1fcfa53ffa06de7ffecac7816c3f87b13c219ea7188b13", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:4dcb04fda0b54f9bb5cda7976691faae3efd2e06c7c3f41077f29846495e54eb", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:98fc6c793ccdf4415b82903a037a83029d478e7bf04920d7ab22ad311e2d21e7", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:c459f3b2e2f5df490f54d2e535eee1c6d61e7ebefddc10c8c5cf7f508dd1846d", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:9cffb58378729a31769c2de0105e2e572d618aae359dded92269579953df1384", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:6e10304ec76b90cc08e52bc88090b732354492017f7e448ea3e22e7abb2d6f28", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fdfaeec1231cbc6a8fe1366d3d619221199fc669b52c88f78a318dc25b3be448", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:7f305e00748ff82c9800d6e7828d7335b95f677a7b5f77422f3000b450b08ecb", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:3cb6b62a35c140749a38953a00311c9217465a16e50ef61657ded032597f5126", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:6b40017101ee7b37a879acbfd07b399751b6602b230a8e293a131003f1d462c3", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:dfafe5dd0ea73b360c5190c7618d3493cccda7be4f083398005e53dc0ca86322", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:7ac03b53b914b07beb6a4ece0703e3d276d69ce0a1976debe2ac67a4cfed328b", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:49b12fd7ef59c18ddbdedd6155e3a78984d83175c477eb6255c17343fa5bf2b0", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:844efc4302901942e398bb028084d9d2055f3024e3cbe0c34e2e2809712363c3", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:5555d4a7c462894b995e60858377181362fa86660f5b2363baa45e751a7e246a", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:709ed409417f38a820c59fa55278561035f63e6ed3eaca1e0260ae86a7c44363", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:616c7437b295851e68ceac1a2b2c7dc62ca5ad094e7ee0b1967f9bcfee2c7efa", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:67aa3807e78b099dacbb68d7fc7b7a08485728527e6d0b1803283898197eca76", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:709e37211cdb369b59a87a0592833a736352361fc32e746e4e1faff53125df18", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:2104f2a4c05355646d5c32fef9b54bfe7a9b2b2bd78b9244e8133c52846a5aac", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:1bcf22515a219958b40735a948b71bd37c2b4d629fc2c3dd3177a807bcff2d92", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:fd0644378885cac36b394ac9fe7749be4aa4a03dd527959965ae9c48fc647db8", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:14e5b9dde80c0fa86c2b9271f08b4456962a6cde8de4237bee22944712bb1568", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:66ff2f217b26b350a064c0e64ff87585dbdab2de82dc80f92fbffacc396e2849", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9a4972b9fd4d16e5a2199fa84c97cd69898aa6bd431c3b988f4a988498ba8c8d", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:4788a9123253e153c62646cfbd8bdc8ec5bf86cd994bf1b0052553e669aacae2", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:43c63acbf820014c4f394df0ad4c499c44d1f2e4e8ba144d74a14996751c6a67", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Wednesday 23 July 2025 12:44:01 -0400 (0:00:02.801) 0:02:29.679 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Wednesday 23 July 2025 12:44:02 -0400 (0:00:00.044) 0:02:29.724 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Wednesday 23 July 2025 12:44:02 -0400 (0:00:00.036) 0:02:29.761 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Wednesday 23 July 2025 12:44:02 -0400 (0:00:00.065) 0:02:29.826 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Wednesday 23 July 2025 12:44:02 -0400 (0:00:00.058) 0:02:29.885 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Wednesday 23 July 2025 12:44:02 -0400 (0:00:00.053) 0:02:29.938 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Wednesday 23 July 2025 12:44:02 -0400 (0:00:00.040) 0:02:29.979 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Wednesday 23 July 2025 12:44:02 -0400 (0:00:00.042) 0:02:30.021 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:44:02 -0400 (0:00:00.187) 0:02:30.209 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:44:02 -0400 (0:00:00.054) 0:02:30.263 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:44:02 -0400 (0:00:00.056) 0:02:30.320 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "nopull", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:44:02 -0400 (0:00:00.043) 0:02:30.363 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:44:02 -0400 (0:00:00.104) 0:02:30.468 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:44:02 -0400 (0:00:00.055) 0:02:30.524 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:44:02 -0400 (0:00:00.047) 0:02:30.572 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:44:02 -0400 (0:00:00.070) 0:02:30.643 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:44:03 -0400 (0:00:00.405) 0:02:31.049 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:44:03 -0400 (0:00:00.040) 0:02:31.089 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:44:03 -0400 (0:00:00.039) 0:02:31.129 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:44:03 -0400 (0:00:00.110) 0:02:31.239 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:44:03 -0400 (0:00:00.041) 0:02:31.281 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:44:03 -0400 (0:00:00.046) 0:02:31.327 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:44:03 -0400 (0:00:00.068) 0:02:31.395 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:44:03 -0400 (0:00:00.046) 0:02:31.442 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:44:03 -0400 (0:00:00.045) 0:02:31.487 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:44:03 -0400 (0:00:00.049) 0:02:31.536 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:44:03 -0400 (0:00:00.065) 0:02:31.602 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:44:03 -0400 (0:00:00.052) 0:02:31.654 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:44:03 -0400 (0:00:00.045) 0:02:31.700 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:44:04 -0400 (0:00:00.043) 0:02:31.744 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/nopull.yml" ], "delta": "0:00:00.006086", "end": "2025-07-23 12:44:04.361407", "rc": 0, "start": "2025-07-23 12:44:04.355321" } 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:44:04 -0400 (0:00:00.436) 0:02:32.181 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Wednesday 23 July 2025 12:44:04 -0400 (0:00:00.249) 0:02:32.431 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Wednesday 23 July 2025 12:44:04 -0400 (0:00:00.059) 0:02:32.491 ******** 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": "systemd-journald.socket sysinit.target basic.target \"system-podman\\\\x2dkube.slice\" -.mount 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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "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": "3043110912", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-nopull.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" -.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": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Wednesday 23 July 2025 12:44:05 -0400 (0:00:00.609) 0:02:33.101 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288996.6414728, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d5dc917e3cae36de03aa971a17ac473f86fdf934", "ctime": 1753288995.9284725, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 268435664, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753288995.6444724, "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": "3614853618", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Wednesday 23 July 2025 12:44:06 -0400 (0:00:01.043) 0:02:34.145 ******** 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: f47e5fb9c6afc971c6705f09b1bc4ea63622b111cd4ca90130073e627d53b1d7 Pods removed: f47e5fb9c6afc971c6705f09b1bc4ea63622b111cd4ca90130073e627d53b1d7 Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Wednesday 23 July 2025 12:44:07 -0400 (0:00:00.615) 0:02:34.760 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Wednesday 23 July 2025 12:44:07 -0400 (0:00:00.404) 0:02:35.164 ******** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.031404", "end": "2025-07-23 12:44:07.810551", "rc": 0, "start": "2025-07-23 12:44:07.779147" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Wednesday 23 July 2025 12:44:07 -0400 (0:00:00.447) 0:02:35.612 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.111) 0:02:35.723 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.052) 0:02:35.775 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.039) 0:02:35.815 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.102) 0:02:35.917 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.039) 0:02:35.957 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.037) 0:02:35.995 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.034) 0:02:36.029 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.033) 0:02:36.063 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.057) 0:02:36.120 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.063) 0:02:36.184 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.051) 0:02:36.235 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.047) 0:02:36.282 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.046) 0:02:36.329 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.107) 0:02:36.437 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.042) 0:02:36.479 ******** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 23 July 2025 12:44:08 -0400 (0:00:00.089) 0:02:36.569 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 23 July 2025 12:44:09 -0400 (0:00:01.064) 0:02:37.634 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 23 July 2025 12:44:09 -0400 (0:00:00.066) 0:02:37.700 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 23 July 2025 12:44:10 -0400 (0:00:00.082) 0:02:37.782 ******** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Wednesday 23 July 2025 12:44:10 -0400 (0:00:00.065) 0:02:37.848 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Wednesday 23 July 2025 12:44:10 -0400 (0:00:00.062) 0:02:37.910 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Wednesday 23 July 2025 12:44:10 -0400 (0:00:00.063) 0:02:37.973 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.023915", "end": "2025-07-23 12:44:10.615487", "rc": 0, "start": "2025-07-23 12:44:10.591572" } STDOUT: podman version 5.5.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Wednesday 23 July 2025 12:44:10 -0400 (0:00:00.438) 0:02:38.412 ******** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.5.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 23 July 2025 12:44:10 -0400 (0:00:00.099) 0:02:38.511 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Wednesday 23 July 2025 12:44:10 -0400 (0:00:00.041) 0:02:38.552 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Wednesday 23 July 2025 12:44:10 -0400 (0:00:00.039) 0:02:38.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 : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 23 July 2025 12:44:10 -0400 (0:00:00.046) 0:02:38.638 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Wednesday 23 July 2025 12:44:10 -0400 (0:00:00.046) 0:02:38.685 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Wednesday 23 July 2025 12:44:11 -0400 (0:00:00.054) 0:02:38.739 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:44:11 -0400 (0:00:00.072) 0:02:38.812 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:44:11 -0400 (0:00:00.043) 0:02:38.856 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:44:11 -0400 (0:00:00.043) 0:02:38.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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:44:11 -0400 (0:00:00.099) 0:02:38.999 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:44:11 -0400 (0:00:00.429) 0:02:39.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 : Check with getsubids for user subgids] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:44:11 -0400 (0:00:00.074) 0:02:39.502 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:44:11 -0400 (0:00:00.045) 0:02:39.548 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:44:11 -0400 (0:00:00.042) 0:02:39.590 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:44:11 -0400 (0:00:00.043) 0:02:39.634 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:44:11 -0400 (0:00:00.042) 0:02:39.676 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:44:12 -0400 (0:00:00.041) 0:02:39.718 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:44:12 -0400 (0:00:00.038) 0:02:39.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 : Set config file paths] **************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Wednesday 23 July 2025 12:44:12 -0400 (0:00:00.037) 0:02:39.794 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Wednesday 23 July 2025 12:44:12 -0400 (0:00:00.076) 0:02:39.870 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 23 July 2025 12:44:12 -0400 (0:00:00.123) 0:02:39.994 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 23 July 2025 12:44:12 -0400 (0:00:00.063) 0:02:40.057 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 23 July 2025 12:44:12 -0400 (0:00:00.065) 0:02:40.123 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 23 July 2025 12:44:12 -0400 (0:00:00.125) 0:02:40.248 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 23 July 2025 12:44:12 -0400 (0:00:00.060) 0:02:40.308 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Wednesday 23 July 2025 12:44:12 -0400 (0:00:00.064) 0:02:40.373 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Wednesday 23 July 2025 12:44:12 -0400 (0:00:00.131) 0:02:40.504 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Wednesday 23 July 2025 12:44:12 -0400 (0:00:00.082) 0:02:40.587 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Wednesday 23 July 2025 12:44:12 -0400 (0:00:00.061) 0:02:40.649 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Wednesday 23 July 2025 12:44:13 -0400 (0:00:00.177) 0:02:40.827 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Wednesday 23 July 2025 12:44:13 -0400 (0:00:00.040) 0:02:40.867 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Wednesday 23 July 2025 12:44:13 -0400 (0:00:00.045) 0:02:40.912 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Wednesday 23 July 2025 12:44:13 -0400 (0:00:00.043) 0:02:40.955 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Wednesday 23 July 2025 12:44:13 -0400 (0:00:00.038) 0:02:40.994 ******** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Wednesday 23 July 2025 12:44:13 -0400 (0:00:00.111) 0:02:41.106 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Wednesday 23 July 2025 12:44:13 -0400 (0:00:00.070) 0:02:41.176 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Wednesday 23 July 2025 12:44:13 -0400 (0:00:00.050) 0:02:41.227 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Wednesday 23 July 2025 12:44:13 -0400 (0:00:00.050) 0:02:41.277 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Wednesday 23 July 2025 12:44:13 -0400 (0:00:00.142) 0:02:41.420 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Wednesday 23 July 2025 12:44:13 -0400 (0:00:00.069) 0:02:41.489 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Wednesday 23 July 2025 12:44:13 -0400 (0:00:00.075) 0:02:41.565 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Wednesday 23 July 2025 12:44:13 -0400 (0:00:00.072) 0:02:41.638 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Wednesday 23 July 2025 12:44:13 -0400 (0:00:00.070) 0:02:41.708 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Wednesday 23 July 2025 12:44:14 -0400 (0:00:00.069) 0:02:41.778 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Wednesday 23 July 2025 12:44:14 -0400 (0:00:00.918) 0:02:42.697 ******** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Wednesday 23 July 2025 12:44:15 -0400 (0:00:00.063) 0:02:42.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 : Fail if reboot is needed and not set] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Wednesday 23 July 2025 12:44:15 -0400 (0:00:00.064) 0:02:42.826 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Wednesday 23 July 2025 12:44:15 -0400 (0:00:00.061) 0:02:42.887 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Wednesday 23 July 2025 12:44:15 -0400 (0:00:00.073) 0:02:42.961 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Wednesday 23 July 2025 12:44:15 -0400 (0:00:00.076) 0:02:43.037 ******** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2025-07-23 12:42:59 EDT", "ActiveEnterTimestampMonotonic": "253780851", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice dbus.socket polkit.service dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-07-23 12:42:58 EDT", "AssertTimestampMonotonic": "252980539", "Before": "multi-user.target 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": "456088000", "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": "Wed 2025-07-23 12:42:58 EDT", "ConditionTimestampMonotonic": "252980536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service shutdown.target ip6tables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4562", "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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainHandoffTimestampMonotonic": "253011570", "ExecMainPID": "12279", "ExecMainStartTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainStartTimestampMonotonic": "252982991", "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=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; 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": "Wed 2025-07-23 12:42:58 EDT", "InactiveExitTimestampMonotonic": "252983747", "InvocationID": "b3f5df9c28a74e0f80a00bb54306fedd", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12279", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3061071872", "MemoryCurrent": "32530432", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33308672", "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": "Wed 2025-07-23 12:42:59 EDT", "StateChangeTimestampMonotonic": "253780851", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Wednesday 23 July 2025 12:44:16 -0400 (0:00:00.672) 0:02:43.710 ******** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2025-07-23 12:42:59 EDT", "ActiveEnterTimestampMonotonic": "253780851", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice dbus.socket polkit.service dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-07-23 12:42:58 EDT", "AssertTimestampMonotonic": "252980539", "Before": "multi-user.target 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": "456088000", "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": "Wed 2025-07-23 12:42:58 EDT", "ConditionTimestampMonotonic": "252980536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service shutdown.target ip6tables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4562", "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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainHandoffTimestampMonotonic": "253011570", "ExecMainPID": "12279", "ExecMainStartTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainStartTimestampMonotonic": "252982991", "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=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; 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": "Wed 2025-07-23 12:42:58 EDT", "InactiveExitTimestampMonotonic": "252983747", "InvocationID": "b3f5df9c28a74e0f80a00bb54306fedd", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12279", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3060920320", "MemoryCurrent": "32530432", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33308672", "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": "Wed 2025-07-23 12:42:59 EDT", "StateChangeTimestampMonotonic": "253780851", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Wednesday 23 July 2025 12:44:16 -0400 (0:00:00.613) 0:02:44.324 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Wednesday 23 July 2025 12:44:16 -0400 (0:00:00.051) 0:02:44.375 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Wednesday 23 July 2025 12:44:16 -0400 (0:00:00.037) 0:02:44.413 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Wednesday 23 July 2025 12:44:16 -0400 (0:00:00.036) 0:02:44.449 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Wednesday 23 July 2025 12:44:17 -0400 (0:00:00.544) 0:02:44.994 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Wednesday 23 July 2025 12:44:17 -0400 (0:00:00.064) 0:02:45.059 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Wednesday 23 July 2025 12:44:17 -0400 (0:00:00.053) 0:02:45.112 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Wednesday 23 July 2025 12:44:17 -0400 (0:00:00.043) 0:02:45.155 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Wednesday 23 July 2025 12:44:17 -0400 (0:00:00.038) 0:02:45.194 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Wednesday 23 July 2025 12:44:17 -0400 (0:00:00.037) 0:02:45.231 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Wednesday 23 July 2025 12:44:17 -0400 (0:00:00.035) 0:02:45.267 ******** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Wednesday 23 July 2025 12:44:17 -0400 (0:00:00.114) 0:02:45.381 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Wednesday 23 July 2025 12:44:17 -0400 (0:00:00.195) 0:02:45.577 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Wednesday 23 July 2025 12:44:17 -0400 (0:00:00.101) 0:02:45.678 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Wednesday 23 July 2025 12:44:18 -0400 (0:00:00.080) 0:02:45.758 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Wednesday 23 July 2025 12:44:18 -0400 (0:00:00.124) 0:02:45.882 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Wednesday 23 July 2025 12:44:18 -0400 (0:00:00.068) 0:02:45.951 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Wednesday 23 July 2025 12:44:18 -0400 (0:00:00.066) 0:02:46.018 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Wednesday 23 July 2025 12:44:18 -0400 (0:00:00.069) 0:02:46.087 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Wednesday 23 July 2025 12:44:18 -0400 (0:00:00.134) 0:02:46.222 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Wednesday 23 July 2025 12:44:18 -0400 (0:00:00.065) 0:02:46.287 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Wednesday 23 July 2025 12:44:19 -0400 (0:00:00.897) 0:02:47.185 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Wednesday 23 July 2025 12:44:19 -0400 (0:00:00.071) 0:02:47.256 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Wednesday 23 July 2025 12:44:20 -0400 (0:00:00.919) 0:02:48.176 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Wednesday 23 July 2025 12:44:21 -0400 (0:00:00.874) 0:02:49.050 ******** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Wednesday 23 July 2025 12:44:21 -0400 (0:00:00.040) 0:02:49.091 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Wednesday 23 July 2025 12:44:21 -0400 (0:00:00.041) 0:02:49.132 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Wednesday 23 July 2025 12:44:21 -0400 (0:00:00.039) 0:02:49.172 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Wednesday 23 July 2025 12:44:22 -0400 (0:00:00.906) 0:02:50.078 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Wednesday 23 July 2025 12:44:22 -0400 (0:00:00.041) 0:02:50.120 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Wednesday 23 July 2025 12:44:22 -0400 (0:00:00.043) 0:02:50.163 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Wednesday 23 July 2025 12:44:22 -0400 (0:00:00.097) 0:02:50.260 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Wednesday 23 July 2025 12:44:22 -0400 (0:00:00.049) 0:02:50.310 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Wednesday 23 July 2025 12:44:22 -0400 (0:00:00.046) 0:02:50.357 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Wednesday 23 July 2025 12:44:22 -0400 (0:00:00.067) 0:02:50.424 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Wednesday 23 July 2025 12:44:22 -0400 (0:00:00.054) 0:02:50.478 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Wednesday 23 July 2025 12:44:22 -0400 (0:00:00.043) 0:02:50.521 ******** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Wednesday 23 July 2025 12:44:22 -0400 (0:00:00.045) 0:02:50.567 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Wednesday 23 July 2025 12:44:22 -0400 (0:00:00.041) 0:02:50.608 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Wednesday 23 July 2025 12:44:22 -0400 (0:00:00.036) 0:02:50.645 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Wednesday 23 July 2025 12:44:22 -0400 (0:00:00.035) 0:02:50.680 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Wednesday 23 July 2025 12:44:23 -0400 (0:00:00.036) 0:02:50.717 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Wednesday 23 July 2025 12:44:23 -0400 (0:00:00.036) 0:02:50.754 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Wednesday 23 July 2025 12:44:23 -0400 (0:00:00.089) 0:02:50.844 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Wednesday 23 July 2025 12:44:23 -0400 (0:00:00.042) 0:02:50.886 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Wednesday 23 July 2025 12:44:23 -0400 (0:00:00.612) 0:02:51.499 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Wednesday 23 July 2025 12:44:23 -0400 (0:00:00.036) 0:02:51.536 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:e4ea7d50b5a6144c51d9dbbbc51333a6210f91b924c590c24bddf16fd194d569", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:8eef9cf6ee45815427e24e0004d7955f6bdff25024700f8cf524c9842709d786", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:b567fa877d54d8d5b8fa2dc57a2b23c0ba2d7c44f386061bafbfee1265d3fcc8", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:193e56c9a38831a22d3c5d94c11cf577b6fa7dcfe77901f15616319f6997cb73", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:2115eae80db04893b3eb586f059b48c177581b244a594b3bb1fac4a6871db719", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:2c755ff2bfe3f383ea8c258fd52b7cabee97eae67970aa3cd07082338122b333", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9d3540bc177cb2bce4a71ad4eada807d857332a2a5d95451cfd7400bad7b9a55", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:096c7e1737ff6b3c945a70e277083caff25c6502dde9883d54a44f395e7241d4", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:4b921c9cb165ace187da7e6c5a17113ba0f7be0855645937a2cd1f098d544670", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7a3a73cfa2fb3d90dd958be2bccd9d281baca95d996b1414e55f44e69b5c332e", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:0238020714819d661e580ca114750af2b886b5cc69e6f579e5c6b4a45d562eff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:573bcf3a234986104937694eaa17a33d539451174044bb8e25ddeb89326ca284", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:1604b2e4c15a774b0e7c0c5088e2eb482478fa357f00800507811a114f4aba81", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:996d7ba221535a387a28f6cd4efc1146677a4c20fe1f81ae7d8b505d238d6c5f", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:31b2f3f4b64b01e2c173a58801f7835e7d00a924a48b029c1d8d754603da211e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:cacc3e227d14b33c01002600491c4c1abca2df7fc537c8e969151909f40c78da", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:8fc95dd14a430f6461e1bf9cfe2a0f4e4e5df7f072aa9c41b63e85a00b844d47", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:7374435af3eb50307da53455b0ed008ff20b648a43f222274371246c2c76304a", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4ae82ef212e71cebdc3882b8fca34a9246e83080a7aead8c8690fc13327f8c45", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:998af8c73e85f25be8a3da8b187953f0aa7f1d4e67713405f88083c0a48182c1", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:957d178cc482a2c8190bcbe338c22db1e2b13253fc3337d365b523807953e4b1", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:1475803363410e043183972af0b2987fb187efb9f961c2cdb95c80c710a12f16", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:b79650caf6f3dbd9ca2b81cb6eba85a72487775b4c24917be2374cf186ec46c8", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:c4fdc1fcb651ce014dea47bf6772ff7eb01820b427be1fb8750d92ec2fa03d12", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:14dbc6e633336534e9f181b056fc6cb9359745f536858f46621e1007b1cf56f3", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:a8d6bf860cb79cf4248bb786945329cb43559547cf82ff5016ae451bf89bce5e", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:9c71cdbc585f1f8ba677c2d2788676a059d4fdaaf7814198b06376fe328bb354", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:c7d8d226f1a6dc06930b2d2b72a1c64681148e71735cf656744b92b1ddf5a260", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:cf31443eaa76ca90fe205886d05d18c3b23f641b4db5c60df7c5acf849904974", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:f4580db91fd4f2bd961d8338e6b60b69f3ec75b65a9ed5f4b369a7d472b35d12", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:2057c6b9a791e3bd093a2ccd5db269b8eb43e5dcd9e172edd00130f970ba1bb4", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:e49e17f8cfcca68fee1e445446ffb4e08c22811f5283b8c251e1d13c12f4d8c7", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:f3f4a36ee1cae59620184efa3594bcad9fd7d80c48b13e2de4b9275d78be56e0", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:3f3b07d1c9de18c96ea7bbf12eb5ac8d47623c9df7224432d0357d988d1f72c4", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:85fd7b989e0778429930608bf25e6fc697f556810bb68e6742d0aa03127dc732", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:5b1a2a27d9599ab90186e5b6f3ce476e5d48133653157fa23a9c1d63ee910400", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:9b3727e8ec615aad56f6146546278f0caf5bb8d1114cc1bc7ef649e15647ea63", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c06d2e0183f2e1b567b2e81c8e6f7bcdf66c259c328037b7f262993453b0f9ca", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:c47e2d58f06f312e64c82b9fb72bb52e8337270735502b7c198f3ec4bd3fed35", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:b7fc454ce18340d1c1e191ac82c72ab8d2f6d0a8cf06846a127963329af9bff8", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:d1de473c6db097bdb5e73678f9fc1a1a29687f5de130573228d90590427d56f5", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:f9b8616ba7b8613a2a0c7345266dce151ae11f8185367358c27f9822b176038e", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:f54a18016ccb13f5d82a072349a8ad873a2c44008495c9fa8cbf92a24e73f5af", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:4780b43ac24c3cc8aadba63da31bcb7c036ce286dbdd2e4c5b9897687db968d2", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:47e4924f11b63d198f29ef7cf371b6fd2927aa746e612867c8e954823e700e76", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:f1c2428264bb3686d328aa32d417ccfee9d89511f13cf96e068603db7b0e895f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:081c2cd8300cc81c8b930df87834c2c9e3a0df1e24e2d64cceea44a343344eab", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:a05d7dd522d004396aa3051c64755cad1723be055754cac032de0e202c14d7dd", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:8b3ecb15887e1ef65fc39b5455cc63065cfaa14a3cdf2cd74612b1d4530e6a7c", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:af49721d5aa39e5038f7ba4515989f5672a77c93a7538c1c5461b655c699432f", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:54c29ad9eea717959a50a029e3c735670c1b06cbf0f45d72efbc0ddbba80c260", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:88942d6f32b10dcf2a8bb88a03b1a28973046f48d88826d7c037e5f715174620", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:43697ff520be41d687a7beb9fc0b502f66a75954607aa43849d66adf7624e8ec", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:5722a2f4e8d6f252d37f73e10681ad74368f4a8bf3394dbab6a7d4a72839ec57", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:8ebe457f66f9cee63598ffe20f5704a2aaba65d847964182284e909dd98de477", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:76c5317351ebaa96c38fb720bc7f47c01fa92de70048f70b86e1808fac1c4b21", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:90b84567bb56f3038714d67e066da7ae9e91848b89eb534e9f09c9d2e9a3d67e", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:1dddb24d705387ce3f66eb65244214d68c105a8c91585ac745c835a41d62f833", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:ba0224828b77ae059c0a80f0621f89d14b73671197cfbf9c2b86d124af5494dc", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:612e0f655d77e4a7382c496465cb0d06589b3c7a4d474a31cfb33a66d8f5c2ad", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:2d800bbf626539f60c2d434f779f19aeeb03f43c70538c52aef1bb5b95fe949f", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:f3dff18bc5fecf085cc0181acb46ea57aa573198801abeff85d104bee464d7f0", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:83f851cb13cbe50cfee455941cf62434401809ed4da7422fefbc5dbec711d374", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:897b408ab7d03609875d9f2dadfceb78e0db4808213d237e5b415b13bb9421d7", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:7fa21947b6420d32a2d3485772a7506b4eae60f39a2e3dcc3571988e4534c7f0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:44517aa39d38175715f2e6ccb2e36e8ea9e152fad10081bdab288d5bc167a580", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:80939025c245b119f6de45539be5f650ffcce042a2f68c68f92ecae8c7d6d740", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:699bf8f103b405736b644f56aba9ad0a862edd0b57940384a7da115aedb0010e", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:0b9238c17d536715575f59bfecc12b9bd073684e5b1d11f91a6af7e59da196cb", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:6d2b07a68470a854ea159b65d9635dd7b93702459fcb078d11a0ca7e369d021d", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:6c75d826aa351a91a5b27c91128300c3e912c3a366a1c6ead13762a32ee08137", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:e167828d7f89a5c3081c59a43d424a7cb691e58d0996f12ef066939e1949c34a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:a3f302a3eeec46cfbfce6e4dad0c2c7330a5a2c558ed1608c8171919d48cac5d", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:d34d6443a78e7df85c5c97d73947717ca3939b3a28b3e32934af8b9a5af32062", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:0b27d6aeb8869720ed19fab950cfd66f74042859f50968c5ff99e84a28a39eef", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:70f9cfcb569aaeae8547718eac7743e587fad2f1664d2df87fb38d614ed27b84", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:7bf09eb0b6ba28bac4727eb1092dbc2594c2aa46c1b8c02ac864c8bf5aeb1fd9", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:feb0ceb39dd490df8bf9b86df6072b767a3027e26ebf47103c8ba5ef8ff23465", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:2f3b3d1328d56a2ec2052edd18ce0e92ec0bc52f43359df3b632be1c885673d1", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:15e28eeeb11271e1d8305d944fdb9d79b88978e2fe3d336893fa6db6b5d42e37", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:f19f03db6978058949040dda5a18471586a285693e3b4d9deebe6bd4923ad456", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:19a8c5deb9b24ad71c434733f737d425341d9ba746c23e3d3ef31e4b4bfb2db5", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d76d65e11ddac8b9ec5fcf6068037816468590b4f4846dd19cf450217c4e0863", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:8677b0936b1d11e96c8021ad859569f70a680bd4cacee6f8d995f93e9d0c6621", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:037378efee02b22f1fc0932cc731ca39502bc26ef9d59d2242cfe31982f72f4d", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:b08852f6ee71d545cb74ff5e4699824511a74f2c970f77d6c0a74b5b378ae1b0", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:dfc6c204e6bf11c2681032c461399cc476eb0d90f3d80a15b4350b6088c79a48", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:89a3fb4eba440a2937aad1ed21f4b218299c04296828733fc48f1c01f132f70b", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:a56b93015eff48e01ff9a10e8b924792211f90690e17e79fb3132d026b8f31e4", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:7a26876f7876a5492c6df0e528c993716113f2455ff09a855febfdc75c9c2a2c", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:4133df3c0cdfe8f95ec179d55b41b1c20a4618dda012a105a89cf43895024e06", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:0d60878f686f9ca9ba3fe1421e5242537d7954d9202819464f0821b9ed6b8ed2", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:3606da90bbf95187f4bf3719b56d721193fc3341663d19955de67559c40aa58a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:c698c1db669071616c558c242ff7cc6e033bc75fcda304877424ddbc0f6b5242", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:338eb56a234aae4eef828fd110d8218508a3ca92b92d067386e5468e8e6fdf24", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:fce9ff72dd249b127c1b4cd7396acffacb3ec4e12aa7a4bd5269d56901be9b8d", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:da2529002c3c92bb86d2cacbfb0d0dbcbd3fc930bfd5fa4ae0979cbadcdc0b42", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:269a126a53bcf58763678d5d3214e281c9da08c34826b4ef3d55f4eec4b6fd3b", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:ed682c316c38583995dd7dd104727f9cf543de51ba1b4368952e2fc990a801ad", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:916cc83892dc1953fd17b3d13792cefe6126a45e0b50032e4ba3a93a63de5802", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:95b1c7d8043c449537ca197e73c0b380ca60942b0030af4986d212d1f23c6e79", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:41e56aa9bb3fe0f083110484e9f735f74a8ce67bc0ca9c0b820d03c87568501d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:3600a0e5c4b885f0ec0c92339c95289de66025f32d1f255ae59bc1eced6f6e93", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:4dce85f5d6ac71b9969a1174982f7600bac39777c17449ce14b231fb4cd1d041", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:7b02ac13da15246a0a494ff99e33ec45dde49b14af081b4463f28eb1578ea776", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:16ac50052f4c35207ec45d707fafb31686d38019355087d0cdd223a1a3aa978b", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:d40b77643a8b86168479d52c6833349668c17bd2678dc6cb0f24ed4981e996f2", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:b70aae17320c4a09c075cbdf96c768a8d81bc15fb31d5e0ad149386e750d66e8", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:4be29418a9d80b4e7a5bf662adce9715009ba852e0dcb99ab20f0bfe3f439c3a", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:1b1dd5d8cc3d4aba93cf919422cb8c8a1c5fa49baa5e08636eac45a6b833f956", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:c65c975929e3f74abead4e0d36bc721444b8d4f7eee82a90e091c6a906024b9b", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:85c0225ce4174c7b0b365ed2cc134cdc71b1b49b7c894b2a5a57741bbad729d6", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:a7d2b879c44c9dfff753e9592496d79e2119a9580b2acd7585a2e501be16156c", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:13e22d466bace4a695ca5a8284894427890fb1b552477347045f2506b691cff3", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:5d4f16949614cbd053088cdd53db9d5e3af4abe84d64c04022a2030b9e9f67d2", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:a0d311aa354e1e249916e3b3dd2b4220065651c6d8211e6cd762622c1aaa983d", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:5242070b3e27c06675769bb30a7439ce44023bb0ad25cfa246a9b915f9319f2f", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:142e57dd759e7b118fb5d2daf0f5bf1610533d53a4318337d032153cbb3d3c81", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:e4b8577424d766fc878a74c8589950033d8f96b8bdf216b2dc604396da3ea4e9", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:54b88a98db22d2ed585d2e567eceef406cd8139f06f13ca72aba54bb695f4577", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:fdac15de5067a65166da761fc3e26792b33f2b400ba7327d6232dd4190c5a8bd", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:3318ad791610f71878bdf25546115e3ec7dbe394b3ba1b6ee39cb2ebd02d61ac", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:da94971968712a2b7eaebf685f46612865e1ecccbc7a90579940e07ce6df1bb0", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:356c1035a12d8589e8ffa7503ec638ab45af3ff4ce891a7f59f78dec96ddac18", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:70577035401265a402294e6dbff3f26aeb55a5e2bdfec4a60bc68ca49b7abdcc", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:2bee56fef63d0061f7b2ec6888ef6d287dd305c311a5ee01d71d961687bc18c3", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1f70b062eee71f16bcc682030376ebf5f52a439548d3b09e4b966e5de3099a4e", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:94b851d9f96d0a60309a5c083308ca596161dc5bf084730404e505a267f5e598", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:65c714576d810dea0c8e57f8865e5c0e5f92795675ae636cf55ca5870c850f12", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:2b0d366b1ad903029181227a5cbce54e0fa32b79b5d938312de5799b19962fa8", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:d443a32e80e33b46426d4fac031452b63fdcebbbfcfd35eddf8a29366d68a8ee", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:00400f60981e8fca496a281dd562cfc3b174c436baa1d626103da4db35b6651c", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:ac511e403ab522a4b36c814da8579ab06f4eb1eea3388ff5744a88fa047f1857", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:87ea4a3cfa34dee81eba318c3c82150ae418ea1865e25a1ce16117693295a7f1", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:371854a0b935b07d27459ea55bf79e3b7da7b79fa6f358b094ec65f6ce5ae4a9", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f85e3b1ae04f64eba8fcef23b88f905b8cf83d8af5f50749a747edec6a932935", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:c9fdfd17a6c49f253def7bb0ea4ad5ea7cea6faedd7ddc271cf92427d2fe66b7", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:00a9103e83bcb279b5d510e7ef704c75e05eba0a585d4f83e66ad1f0df9cae59", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:16c2161c1f0913c893d673130952464fad161957155944c32ee2897f16f4329c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:3513b9cec01bb81fcd93c040e1e8a47e4f7267070e4ca7b4a1cf30a96d9faf9a", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:50ed406d890b0af8d73db0d6922dfb062d24baabcddc5dfbf1e6371e302b25d9", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:a8fecf4401dbeb7b893aec0860394b9600ae1e7aec30573cbddd066e0fd2ff9a", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:44e45c9670817bb2d56578fd3bbc8aa2556f65d20d0ab11d1ccd0ec969c0f518", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:0e0a11b08a25308a426a7b6077dfb601af85e09a3c4811117e755b3b6260b357", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:6112e0a44e473402f6599167328ff4b3a3d968d1a0be12e852b7c20b903e51be", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:eb56b1c0a2a56517399986778a5c912e31bafb0c41b68f9295d92220289a283b", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:04bbc0aecada14d52d0b5eb579e7e2057809d46ccbda52255a94fbf4f4f27fbd", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:3a5460fc695fee8e9c217cfb6f0d1f9f512c68dd5d28312d8b7ebcd55aef84b0", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:e1f3d4c815a42a1df7053a74f99b32313a7c2238d7491c1ce27ddd09152bce39", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:baa46336bdfbd1824a7abe0dc1a9f4d98747f3e546f869cb4442a8973b5bbe32", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:91c63280ad555f8fe9204531d2793ad7f5e44c9321de3f06ecce75e27d6f471e", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:904971bbbfad2d1746e02e969b434f416f0d328d0e136a17f4a3a42a2e888f81", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:1593c070dddaaafac485602ccddf88d7313921998e8cdd6933879086d7418aeb", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:7b8888f45b7ec8f09cc63ff3853bdf6deaa999713fcb943e3ae89f565c1ceace", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:02dccedf084e2df74fd1bdecc5a548d6e69a38b49d856e46c6b5427b938537a2", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:b2708a55e1d0294eb4cea20a4196a3910209aca84547481525a3730e87d38d8e", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:57a05791b5e47fdb756963168032bd084cccee05a46f87a92a916c1a90d9dfa2", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:2c0bcfd97fdc58181ea7ec4570fb02b46a6daf876aba91eed260d96389cb7d78", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:e01d4f338e87fd2d88e74e20d881cb4b22e4ca9ee669e1ee1c687a5353c9ab35", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acec326fd878f1c6ac6cf1e3b96f3db22fa7b55e7f50150fe1d6b964627adb67", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:5f31c64308b5317e43eea65b250f9ea2c764c1407a4e203b1eee7369f9f17b03", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:36d2e6aec0dc93461fa35e68b8ed17c48f2269017602eab96edc47f87ffa3f28", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:afd0c27293faa4dc9848405fa9b7258d0429961316e687010ada2ecb2c5cd1c4", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:abc04bc36c5caf4f20218de20b8cf9aa89963b5ea80660edf538716c1f37aa52", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:ceaf5b3adb3e94774e977f209933dfef4954c145b05c856ce442b64199444c07", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:bc0dccaba2a1b2009ea761148056cef57cb2527711430b57380369eb8303597c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:17fd8806b4ccf9c9091e64bcb81707e1aa4b25444b311f39b716ad010b607dc6", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:544a2a1d77e86d698d4fc7a06a704515fc0f88f57bc3490cdda59cf530e83aa1", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:fb8fc2804a54c0251edaf8d0c33b50ea935eace411be5f59968a90107b04bdda", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:fd0e1c626359906315e9e4523c2b3a2e49cfcee101a76db4d07409795fa6ee48", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:e2f4c4ed2a9ddc16d4aa71ccd77a66445eda6836a4c41cfe0765c88f5726e44a", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:beb2fe6bc1ad07f59cd052d7ecb5095a9f0bf5f85ab01f8abc7d295545883d64", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:004b0eafaed71fb7a35c9464116d49bc38480fa47cf75108637c23b64723436a", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:b9a1e68be6a4f710d2635645fe86f008e8db26e4019fbda3761d6919759a1c86", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:ac98915cdeba1b392bb0053ee36c3d4b796bad22795fbb74ab8730c11535c884", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:e6096763c7702792b9397b55a09f6d9755bb294198a322598aa3193d3b1469c8", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:b6dfa83724433c17e9b5634ad137d7e3a5e5d58a09e334b4af537668dd66a953", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:13b5559cd00f464279f6602ac272bc77c85ab4d8b088747e7d21ef1daa75147b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:c3bf8b0536cc2de22efb75ed39ca661749371652d08ee4c4dc8885bdd823f1b3", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:02e7c1900c48f9080456a4f66d36053dec25ea0a3d30849b1b5524a8cb19691f", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:e7925b19cc41e810e79e7706910eaf24be550f5d8dbb64fa1e033e8f5265e466", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:e4d69855e16fcf043a4c1b3c2c106dd70e8120ad57b37031be79a2b9b231e91d", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:4bd0b628571f32514368a91d8028858dbd037a428e8d460c9000f86aee75e435", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:3c9d8f428a7b0bf5bc24e6ed6647f04d03e60d4988131d07283fbfd55fc03124", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:48fdb9460d2a88d7b14df6932432e3584104ac9e0f0f18600c9c6d2290971079", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:3b6b6c8b4de7e5fb46501bedb083e2ea402486a072c0ba7b62fd92aab9e36814", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:cb367fa7240701b79bf84824cb89596b98f5cc9cdd2ea1e707796186c0f1a368", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:94b9ce99696214d1cc24a74d57824baf7373cd5e765d4cbd7886537ce071c6a7", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:e74bd8cf8a25c4428183d87dd9260954ad1c34a401c9205091d791a1306ac7a8", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:8e3a4ee7a13511de33169052cc78864c72a29358e63668275f86856b4975f624", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:2dfbdc3a5a92f2f5be3e4478df5b4a609272596867b19a3e2c4fbc1508ea7766", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8ded7f9973279ad47a63cf063eed5ff9f07a9d195699a1c639557041a00a3c79", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:498595f7547d2e6d3c17f7a95e2a66fb636e34d28012611a7c684df3416bed33", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:3e51da39c56defb7bc01056cf043caf1b8a5a4aca8bb91f67e2538d6533e65ea", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:d431ce798c944be3ddaeb5c818e6eb228bb48031f0c68b48aa62463cb3c1df6b", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:19f7ed1639a710dcb0a26b7f6be93bca21e17a8ed3165188fbc4353935c1badf", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:3f9f68dc5c5aad94f73e473e9798a9c4807e53269b26c45aac5658da79db859c", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:2bdea01224b603018cc2b9ac6b8dbd572fa7629165ab0db21effaa6d7ec07bee", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:451e1a96098ac06bc4be46a730795229f60bcfdea5143d2723279685b90ceaa7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:ed3f6adf43b0da3a8073422a896296f1f158c0c75429da7003b5c3f9eb244cb5", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:6fcba08b61f3d6fa47a08d0a5003035b78ce3daf55ede158891957283b23af7a", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:f66911ff08696ad4bb14a53ba28c7a0e1a74e6e90da59ef097aede2ff8c29ee1", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:d1475abdc29e6060ab67d1ae1de4460de2fd4e0984aa17ba1dd61294a1209937", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:fc5cddc168092fca18aadc49733aae27480597b3c82546a345f90d2fb34659a9", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:4035058cc2a745f882531979ebab46a2c90d745ae48d2c1b1bd74ef28f39a534", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:e0b78fcb210efd493dd2ea999fb1340644406b09d209e897984567d502d169ce", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:649c10b3fb3f97b36b013219e6ba3352dd9464700c0837432686ad518c5a3b5c", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b4786ebdcd5b9ac90835ca304acb2574158410dfbd3ab2ce3470df6f1e71734c", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:bae0d298fba1e64569a3dc250a5e45d19e7669f185bb36452c6624fdd4211c37", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:0a4d91091c2f57aa29c070e9e7b967323501792eb1b6c3637ca4e3d1b0b9cd91", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:db0ffc3911ff5657065b4de6fbdb26f04150ecff3c46fff66076856c831376d8", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:4925a528c42a9f646467ba4d0bf102938a5edd8f18bd25c211830880e55a5f86", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:be46e2e5016783bcbd1b6121c16dac420ad84599fbc9ab03cef6e73c635491cb", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:36f7ab1582be93e02bbdc834ccc247cc4e38789758beab56dae383c975329335", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:67eba482a5bbd24a02c8d27ebe519f33201b3ce79aa2ae5216e8388b842427e4", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:e8cad5b42141d2ec77e6a439d0d9c35fddb52f8915bc43f07b60d9531fb77a69", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5450ee371c78bed8bf0ec1c19145111158f8208dc8c259f014f4eaa2880f657e", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:64e5bdfc3a9f4db74bd22952f6a91ab0648f11396e075006690af6ae78a19e4b", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:d73c05e79e81ca7bc9cafbf6ef60b595dc9dfe001f3bfc4edbbcf089a3c162bf", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:b1295d812d377d3057fd6f50cce387a9a1d685b82ce1f2db94259def8e8a8178", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:9f110ced2b888709ca0b11e20304a10b7e6f48ecb60183f84673fcf46158d922", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:38bb156f77c1cd8f2e19c963fd83452c049c955ea6b5af3bdf67b7a02d6487bf", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:85d7740ec11e9e9e3bed007b2a2a9d1096fdd3a293d60a24389065462d8835ac", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:673f39ea95fd949b39e202bb23ee8039b37d7e82b5353eeb5153d712269a4302", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:84b2bed2bf86c1ae18e8f097a87e0403360608d352ebdcd23be33ee6c8e73433", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:26e1baf9459ca879633ba28a1a84aa370edd3f932b7b47464c5549eea57ee919", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:df355bc1eb0dfbbefb88e689e4b93305d3914c8ab6c2d7e60ac2b91aeed18a50", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:1925b8e054a2d83ceba75edc2ad4afeffef707844f07a4d41c1d0e656d4b6b13", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:dcabc753b8f94f205a5789e1002762bf925bccba78f81006577b4dfe4447e69a", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:41015e7118f63f54987554f279679c09e61af6d39ed6d329363d408df6e2d94b", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:3c15ed36a0e8f5323d71fc061a25aebf4604ffb2ec21ba56ba0ee8c972203c31", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:19ea6f5d96cdaf706855b34d0b42e4c4cc325b058da3ea0789fdf844e5b03c20", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:1f26895762f6436d139b0bbdae0e778b76c1870e5ec2a70c9805fefa8843b7cf", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:5de62f06583e91f772dcec03a6bc2ae4924dbb3c1273914a663b20980fd1bfe8", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:a010b1fe387213bc9796692c891fd555250eaa96338aa30d827edb7eaf2e346d", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:e1cfa9930cfdb5add35cf66c744ba96311f079f6f8481e8afb418d3f5453ecda", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:06a1ad528499c522da483a2ecac7ba283b8b38788be5a553fd1a66a5a8f74ff8", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:7c1af96e197d39a4b415366f9653feb8ebcf6f36dd67ffa7a990d8860af31fd3", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:49b607c1e4f0a0c80318c24bba1daebf923b3919d4df413ebf11ea5219a25398", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:0d4293f214aac975f23291e3d0653b7134c2049ecd3fea2fa3dbaff31c8ca2eb", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:c0e08220e5884a66127464db6d58bfd986fbd774d0222f49e1fd29b78b3cc0b9", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:99d3212c821f54164487eb08ca734afa114f78f5a1508d66660605867e921a89", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:7efdf21950a64b1cbab955995f8429f7bb9c8373fcbf2b290d035ee5dfdc0b25", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:5e73acaada24e985584c2ce59062501321cae5178770e1e7910d7b66b77c3a0c", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:1fb0b1b74da93865139e16b049a9b35f73230fb2c9de6d0f3f2c767d0cad125b", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:88f39fea74393f95cf57f21e3383ce4335926316fe72ce687ad5d4985620883f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:1da516fcc8743003b36725cf7d7279f264ec7ce359751ee7e018262dc54f0226", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:c9fbd762fc108d68d5ddb326f5f7d1259df44e1f274468dbe783e850f5727532", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:b1bbd358f24d0d3f5b7eaae8549634a358486deff8e23e73a08029ea5a200897", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:a8af648958d994224fa0185187a1f7fac36dcd2f9860568443adde7cf69514cc", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:eca0b3bcf2637ca132d57b7727481afe218bd195fc65b36bdd836fc1d8f49a10", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:3982604acb7748d747b3f053e494c102ab8af57aec179e5b220e458f9a7cd961", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:4df59b18b700404a8fcc05469b3179c304e75bfe60d1fc780b03583633760afb", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a6b6e0522240e083fff4f7d32223412f4bf9a757a681e1a78b000aed9c873a22", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:9706778e32b5a0c3559b59c648dff43d2246f847e4b8627c65629ccc7162b172", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:4a2d6b6c82c3e7b70db5395a539cf63a0c9dfb76c551f7565531c47f5915a2a8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:1fa012c304f616dd887f786d1bc269d630cea6991082739fdd125245d3b1345e", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:250ebd82dda97bc2f8aae2e6f95359c6a259b7f9c059a7c7c9feeeabf59cdbf6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:ed9c18d6d5e242fe95ca67d8a484237a50e3b9112e1fd3f2a4bde333be7e36bd", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:0613b152bb0606dd3d5bfb45c3df41449cc67e2ccb6e91e25ba8951a8f27365d", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:9d96611320219c63bb99070d8e63b33dd12cd1b68910a682ae4fb7b48a93d63d", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:30b5f2df89c6ec326949d94a73bf12b4ab693df3bf912459ab0d80dc34359457", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:c1fb6f4596dc1ac9266833e72de243bf9095e4e5fdd2a453e3fea4b1d872facf", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:a4e5e3b5c1061a07a300b3b29a2c6259730e939e8f503a76e3d96c030dd143d1", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:18b037e23a78165416436a235dc4d5063ca24fe1c66455c3cee7c91986e6f89f", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:0f5f34bc0c96fcd5ecd74c4a40a4ab94d9ae9e5070f1924d269cabc9ee9361b1", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:e24ccd5125a504d726241c619cafd3f06877a267aced41f377c418386a5153d0", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:823e606b20756cb23f46aaa8d4092b3e1bffc58c668cb54c222a8023aeacc53a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:e0e09172ed873250ab6b8748e1fc6280a449b45ba3484ec994a75a7318764268", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:d30b1e4e5ff87079cddac33c18949ae22fc1d2eb1c7105eb9ec5a2bda0b57145", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:30be1cea1a0cd9cdd736a2c9a147d6d7ffa97d077244dc00a044cff463cc9fba", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:0d437fbe39eab7f490218e71fae2a728ccca0a8f3bc34bf607d164a0ff782fe6", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:8d9ac2a151956a975049b1461b1e3b65e41186f6025fbb892bf65d79c5446487", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:930629550a43a60d9f611ac51ff0fe9f62fe397e92ae64dc39d232d50b0e28a6", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:42ea728702eff08b08236457f08e70b7a00468a373e81046b6a8caad890984cb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:f2d90da6deb4a331f88519241196e911073a62ce478d0bbecd2354f83108a1e1", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:1e8c4c647503dc7e2f700d4a50e9705aeab03558e7a83eac2e9517f542d944f8", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:949477676402f4fe8b2bed32015c1185d66eddeb5159f0c1bbb0f5de6f98501c", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:0dedda2aa7b673d014b285ea496f2e16232d2e3e63ceac30a6ff8226359b7729", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:23cf4e30ba30051a1479a4e136d6ba8058782ac295a0ee8aa898a609720dfe1c", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:2daf6eb37fec7c4aca13783495f09fadc001e3a8d70c62c871a97210e021d3c2", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:2716a030f648a3b4758650d0e0122b2dc22a3983d96e7d70844eea6064f91eb3", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:473cefdc52efa91bb868fed27c195c1239a840be15fd7f56139e3921d8d4375c", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:10e2635379af480cc06c8c182eb7c9e88812791566cd42a362f7791263aca8a4", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:1551cdc64f18458da3deb7f4530c0a74a1ac414285e1c8291d1ebc04934fb6ea", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:ddc348418bb18a0effea2748db5a0ddb49a2d079f39b44daf1ffe9b32d9f81cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:4ddc02c623583ea4fb43c3243c135abe6ea10807690d320930324fdf941d847d", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:14542d1e99d5950cd6076e71a4087e085b8992b04abe3d5898fdef18c8d98394", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:74d6501b24e3fa658ed744ab478a8751f49b43c1acb0ac168b056d9f84eb9b12", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:708af5e5aebf1f388d30c66dd0b29f3a51cc19f5b35067563f54f01e594d847e", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:dac44ab99a6302a4e940f7aceb9a4601ca358d44671aa96301b8bb1e70223c57", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:c07d4b78b1601be56da5e8a12dd71b130883e51cae74036dd65a0e8938ce995d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:c6c7a4c14905bbec1a809e5baeab8869df04ce86e6e7af7f833ba002fef1f14f", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:dc3fde9f8d2d4911dc2d9c5b1296ff4aed7f337e0c81369beb88941643914683", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:74fceb571fa21e32de21e57835f76714831aee1a6d2f2e192833ca4cc2a02e00", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:8b11673d4717df47968b441bacef66e1789c00cd9be0493c6957c25056ccd0e3", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:ded3aede6fd375c5078407ffac45c98aa5cede8a33d01e12373bbfcfc9195557", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:15ac534014765f5f3788ae424c03627f4aa606bdfd763a7a56c2cc537f268571", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:b6e7ae905ce38eebf83f453a034a1d035c83acea503de077a4c2ae89a2652949", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:a543621a0824e96e5b2e3a51ecc10510fee605842ef4d5f10353dad9e291cebf", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:27494f6b5844c807d054694dcbe9951e2ecf431e59fc818f44fc52b28c6b0d2e", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:184aea46b019d9889fe8fe9cdf993825a49b08c261e04522098790cf567fdf1e", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e666d250e6d615e6b400bcdde5b9c5fa055ff5e4fdcc307fdfaa49bcfbb5fdde", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:cda595280cf5f1fb45071ae662e33cf6faf5cd5ade84052c9bcde3b9cacaba27", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:96e8190a61a15b5b7a495e00821e2bd403bcc02aaddffcf8b73db84fc0c01da2", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:d437acb0a8759db6902143444b6519aee7c5c7d4203eb47b6debe8cbacec3524", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:cebd06aca5b556fa1e0e72b20d1e62339299b97f0ed6c287fb59e2fd5d527099", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:bd45c50388332480f5fc41d1850b34e40e36c5e357514f70151218d2cd6d3696", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:cccc2e5314a88538d4e04d68c0a47b420439b9cf3c75a8d25ceb238414dfd4a6", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:8bc4319c04c50f01196784114c216154fb01e1c2f442e85383c5167d29ab960e", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:8a84adfc7de6725c95d7c83b9caf0393a1bfa318a1b28bfe73ace270529add96", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:e2c6d1cb90533349665122b69a30309067a89deec1913c91d76583db1137704b", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:404aa194627e86813689f2322ed52a207e7b59c37075234dfdeb9d3037a3fba0", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:71a84c172ae587b2bc59af29916eeeb446fdd94389876b80881faa7ee393e1e0", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:8ffb5712bc861ac7bf7ff1ce80c7460c6b9d18f05d315109b298047d65fde160", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:f783db19a42b2eaeb812750d9e19a3e08d3b6c1c66f5b372db4815a8ab0501ec", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:5a3b265141cb6b288077e126fab36fa11e2eda86ebf4255e9af4d7a3d97a64ad", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:35c4ffe6844e8b2efb6bd2b17fa6b8f7374768b29075d3663f03c3a3b4f630e6", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:9602906f7235964dccfcdca8730c3b5b9ed02da09db883912f80620918ee90fc", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:45312c963e2f2624083126e16494ae1c02c83dcfacd8b6361096b97379705a72", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:ed1c063d93095ee0e6aa51ba88db5d594dd63adf08c22e229bdfaeef3ddd6041", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e327c5fe316c0c8f26dc42c9934605f5a465b23e2c69dd4b54e9a679a3a0d8a7", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:ca4008994520fbb440db5cc902d328639a5ce9b2de2b04a243c3877e37770387", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:901d51b9f6a7dc60bc9447a38afed15016b6380a1c488a2eeb265fc555ddd23c", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:1e81979ccda40274f77ba2ef4ab617aafc7c8d46e2f6cdca1b513339ebce0ebf", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3befcf83ade571f2ba648d05de2f0c8cd4a6034c20df60390e2c6621dfaa98b8", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:90f2ecf1642afcc7f8dd3893173e2832d43c7c7c43cf7e0598947df0bdfdd699", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:550828e18eb625333951fd9ef992be2a18076a9c2ab10d4a4a7cbb6316a0b89a", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:5ecf3fa7d0855932164013257ab7a927d9e233331967a0fbd12567a610bbe813", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:96ecdcb94edd25c19aaaf9e7ebb64285a57e8c05728df975a7ca8c322afda3d6", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:9ac8b5f3ad17a7f2a250ccd82991f42795692b67270c289f2e9ac34c17bd618a", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:3ee19750f325fa25a5e0e0b63ef4d975f9ceb176a938be366e6b78a2117d6b80", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:9a62d804a86fbbd9b971b84a0de8e068cca3ce12222f08d1cfc0fd7a785ac340", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:40dc44927e6b1b5e816729cfafeaf9d63864910dba3a6916851546692980e287", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:57a4dbaf6550b474e025bf9881b9231f512d0f9ba04afe617cd26830c6e439f1", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:3c677834cb828f2aee098785982b4578c0a3a39ee9633db50fe9459648c05fa5", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:f85249ff0ed55875c4a69079d7ecd14e1ab1145d9d488e4500793f75f946c963", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:efe210b27fcd6ce21a1fcfa53ffa06de7ffecac7816c3f87b13c219ea7188b13", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:4dcb04fda0b54f9bb5cda7976691faae3efd2e06c7c3f41077f29846495e54eb", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:98fc6c793ccdf4415b82903a037a83029d478e7bf04920d7ab22ad311e2d21e7", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:c459f3b2e2f5df490f54d2e535eee1c6d61e7ebefddc10c8c5cf7f508dd1846d", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:9cffb58378729a31769c2de0105e2e572d618aae359dded92269579953df1384", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:6e10304ec76b90cc08e52bc88090b732354492017f7e448ea3e22e7abb2d6f28", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fdfaeec1231cbc6a8fe1366d3d619221199fc669b52c88f78a318dc25b3be448", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:7f305e00748ff82c9800d6e7828d7335b95f677a7b5f77422f3000b450b08ecb", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:3cb6b62a35c140749a38953a00311c9217465a16e50ef61657ded032597f5126", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:6b40017101ee7b37a879acbfd07b399751b6602b230a8e293a131003f1d462c3", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:dfafe5dd0ea73b360c5190c7618d3493cccda7be4f083398005e53dc0ca86322", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:7ac03b53b914b07beb6a4ece0703e3d276d69ce0a1976debe2ac67a4cfed328b", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:49b12fd7ef59c18ddbdedd6155e3a78984d83175c477eb6255c17343fa5bf2b0", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:844efc4302901942e398bb028084d9d2055f3024e3cbe0c34e2e2809712363c3", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:5555d4a7c462894b995e60858377181362fa86660f5b2363baa45e751a7e246a", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:709ed409417f38a820c59fa55278561035f63e6ed3eaca1e0260ae86a7c44363", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:616c7437b295851e68ceac1a2b2c7dc62ca5ad094e7ee0b1967f9bcfee2c7efa", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:67aa3807e78b099dacbb68d7fc7b7a08485728527e6d0b1803283898197eca76", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:709e37211cdb369b59a87a0592833a736352361fc32e746e4e1faff53125df18", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:2104f2a4c05355646d5c32fef9b54bfe7a9b2b2bd78b9244e8133c52846a5aac", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:1bcf22515a219958b40735a948b71bd37c2b4d629fc2c3dd3177a807bcff2d92", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:fd0644378885cac36b394ac9fe7749be4aa4a03dd527959965ae9c48fc647db8", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:14e5b9dde80c0fa86c2b9271f08b4456962a6cde8de4237bee22944712bb1568", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:66ff2f217b26b350a064c0e64ff87585dbdab2de82dc80f92fbffacc396e2849", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9a4972b9fd4d16e5a2199fa84c97cd69898aa6bd431c3b988f4a988498ba8c8d", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:4788a9123253e153c62646cfbd8bdc8ec5bf86cd994bf1b0052553e669aacae2", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:43c63acbf820014c4f394df0ad4c499c44d1f2e4e8ba144d74a14996751c6a67", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Wednesday 23 July 2025 12:44:26 -0400 (0:00:02.795) 0:02:54.332 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Wednesday 23 July 2025 12:44:26 -0400 (0:00:00.043) 0:02:54.375 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Wednesday 23 July 2025 12:44:26 -0400 (0:00:00.036) 0:02:54.412 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Wednesday 23 July 2025 12:44:26 -0400 (0:00:00.057) 0:02:54.470 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Wednesday 23 July 2025 12:44:26 -0400 (0:00:00.037) 0:02:54.508 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Wednesday 23 July 2025 12:44:26 -0400 (0:00:00.033) 0:02:54.541 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Wednesday 23 July 2025 12:44:26 -0400 (0:00:00.088) 0:02:54.630 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Wednesday 23 July 2025 12:44:26 -0400 (0:00:00.035) 0:02:54.665 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:44:27 -0400 (0:00:00.128) 0:02:54.794 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:44:27 -0400 (0:00:00.066) 0:02:54.860 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:44:27 -0400 (0:00:00.061) 0:02:54.922 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "bogus", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:44:27 -0400 (0:00:00.050) 0:02:54.972 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:44:27 -0400 (0:00:00.074) 0:02:55.046 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:44:27 -0400 (0:00:00.054) 0:02:55.101 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:44:27 -0400 (0:00:00.050) 0:02:55.151 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:44:27 -0400 (0:00:00.054) 0:02:55.206 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:44:27 -0400 (0:00:00.468) 0:02:55.674 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:44:28 -0400 (0:00:00.042) 0:02:55.716 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:44:28 -0400 (0:00:00.040) 0:02:55.757 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:44:28 -0400 (0:00:00.041) 0:02:55.798 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:44:28 -0400 (0:00:00.040) 0:02:55.838 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:44:28 -0400 (0:00:00.045) 0:02:55.884 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:44:28 -0400 (0:00:00.045) 0:02:55.929 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:44:28 -0400 (0:00:00.043) 0:02:55.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 : Fail if no kube spec is given] ******** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:44:28 -0400 (0:00:00.038) 0:02:56.012 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:44:28 -0400 (0:00:00.042) 0:02:56.054 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:44:28 -0400 (0:00:00.050) 0:02:56.104 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:44:28 -0400 (0:00:00.065) 0:02:56.169 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:44:28 -0400 (0:00:00.130) 0:02:56.300 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:44:28 -0400 (0:00:00.077) 0:02:56.377 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/bogus.yml" ], "delta": "0:00:00.005501", "end": "2025-07-23 12:44:29.019874", "rc": 0, "start": "2025-07-23 12:44:29.014373" } 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:44:29 -0400 (0:00:00.461) 0:02:56.838 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Wednesday 23 July 2025 12:44:29 -0400 (0:00:00.096) 0:02:56.935 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Wednesday 23 July 2025 12:44:29 -0400 (0:00:00.043) 0:02:56.979 ******** ok: [managed-node2] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-bogus.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target sysinit.target systemd-journald.socket basic.target -.mount \"system-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "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": "3064102912", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-bogus.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Wednesday 23 July 2025 12:44:29 -0400 (0:00:00.611) 0:02:57.590 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753289022.6654823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f8266a972ed3be7e204d2a67883fe3a22b8dbf18", "ctime": 1753289022.1834824, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 440402125, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753289021.9094825, "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": "1219101191", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Wednesday 23 July 2025 12:44:30 -0400 (0:00:00.458) 0:02:58.049 ******** 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: 44004397e6c8d526c2dfc3233f2ab4423584cc66221d0f9b0c83bf99a11952de Pods removed: 44004397e6c8d526c2dfc3233f2ab4423584cc66221d0f9b0c83bf99a11952de Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Wednesday 23 July 2025 12:44:30 -0400 (0:00:00.614) 0:02:58.663 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Wednesday 23 July 2025 12:44:31 -0400 (0:00:00.406) 0:02:59.070 ******** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.031659", "end": "2025-07-23 12:44:31.709222", "rc": 0, "start": "2025-07-23 12:44:31.677563" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Wednesday 23 July 2025 12:44:31 -0400 (0:00:00.431) 0:02:59.501 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:44:31 -0400 (0:00:00.131) 0:02:59.632 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:44:31 -0400 (0:00:00.049) 0:02:59.682 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:44:32 -0400 (0:00:00.060) 0:02:59.743 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:44:32 -0400 (0:00:00.060) 0:02:59.803 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Wednesday 23 July 2025 12:44:32 -0400 (0:00:00.061) 0:02:59.865 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Wednesday 23 July 2025 12:44:32 -0400 (0:00:00.059) 0:02:59.924 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Wednesday 23 July 2025 12:44:32 -0400 (0:00:00.063) 0:02:59.988 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Wednesday 23 July 2025 12:44:32 -0400 (0:00:00.062) 0:03:00.051 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:291 Wednesday 23 July 2025 12:44:32 -0400 (0:00:00.095) 0:03:00.147 ******** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 23 July 2025 12:44:32 -0400 (0:00:00.185) 0:03:00.333 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 23 July 2025 12:44:32 -0400 (0:00:00.071) 0:03:00.404 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 23 July 2025 12:44:32 -0400 (0:00:00.047) 0:03:00.452 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 23 July 2025 12:44:32 -0400 (0:00:00.041) 0:03:00.494 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Wednesday 23 July 2025 12:44:32 -0400 (0:00:00.041) 0:03:00.535 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Wednesday 23 July 2025 12:44:32 -0400 (0:00:00.042) 0:03:00.578 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Wednesday 23 July 2025 12:44:32 -0400 (0:00:00.044) 0:03:00.622 ******** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 23 July 2025 12:44:33 -0400 (0:00:00.115) 0:03:00.738 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 23 July 2025 12:44:34 -0400 (0:00:01.055) 0:03:01.794 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 23 July 2025 12:44:34 -0400 (0:00:00.144) 0:03:01.938 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 23 July 2025 12:44:34 -0400 (0:00:00.075) 0:03:02.013 ******** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Wednesday 23 July 2025 12:44:34 -0400 (0:00:00.064) 0:03:02.078 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Wednesday 23 July 2025 12:44:34 -0400 (0:00:00.065) 0:03:02.143 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Wednesday 23 July 2025 12:44:34 -0400 (0:00:00.064) 0:03:02.208 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025447", "end": "2025-07-23 12:44:34.870564", "rc": 0, "start": "2025-07-23 12:44:34.845117" } STDOUT: podman version 5.5.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Wednesday 23 July 2025 12:44:34 -0400 (0:00:00.476) 0:03:02.684 ******** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.5.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 23 July 2025 12:44:35 -0400 (0:00:00.071) 0:03:02.755 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Wednesday 23 July 2025 12:44:35 -0400 (0:00:00.073) 0:03:02.829 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Wednesday 23 July 2025 12:44:35 -0400 (0:00:00.065) 0:03:02.894 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 23 July 2025 12:44:35 -0400 (0:00:00.084) 0:03:02.979 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Wednesday 23 July 2025 12:44:35 -0400 (0:00:00.082) 0:03:03.061 ******** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Wednesday 23 July 2025 12:44:35 -0400 (0:00:00.180) 0:03:03.241 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:44:35 -0400 (0:00:00.122) 0:03:03.364 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:44:35 -0400 (0:00:00.110) 0:03:03.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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:44:35 -0400 (0:00:00.077) 0:03:03.552 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:44:35 -0400 (0:00:00.094) 0:03:03.646 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:44:36 -0400 (0:00:00.427) 0:03:04.074 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:44:36 -0400 (0:00:00.041) 0:03:04.116 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:44:36 -0400 (0:00:00.042) 0:03:04.158 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:44:36 -0400 (0:00:00.041) 0:03:04.200 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:44:36 -0400 (0:00:00.040) 0:03:04.240 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:44:36 -0400 (0:00:00.041) 0:03:04.282 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:44:36 -0400 (0:00:00.134) 0:03:04.416 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:44:36 -0400 (0:00:00.071) 0:03:04.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 : Set config file paths] **************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Wednesday 23 July 2025 12:44:36 -0400 (0:00:00.069) 0:03:04.557 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Wednesday 23 July 2025 12:44:36 -0400 (0:00:00.135) 0:03:04.692 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 23 July 2025 12:44:37 -0400 (0:00:00.122) 0:03:04.814 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 23 July 2025 12:44:37 -0400 (0:00:00.067) 0:03:04.882 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 23 July 2025 12:44:37 -0400 (0:00:00.067) 0:03:04.949 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 23 July 2025 12:44:37 -0400 (0:00:00.119) 0:03:05.069 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 23 July 2025 12:44:37 -0400 (0:00:00.069) 0:03:05.138 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Wednesday 23 July 2025 12:44:37 -0400 (0:00:00.149) 0:03:05.288 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Wednesday 23 July 2025 12:44:37 -0400 (0:00:00.123) 0:03:05.411 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Wednesday 23 July 2025 12:44:37 -0400 (0:00:00.066) 0:03:05.478 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Wednesday 23 July 2025 12:44:37 -0400 (0:00:00.067) 0:03:05.546 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Wednesday 23 July 2025 12:44:37 -0400 (0:00:00.151) 0:03:05.697 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Wednesday 23 July 2025 12:44:38 -0400 (0:00:00.064) 0:03:05.761 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Wednesday 23 July 2025 12:44:38 -0400 (0:00:00.065) 0:03:05.827 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Wednesday 23 July 2025 12:44:38 -0400 (0:00:00.070) 0:03:05.897 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Wednesday 23 July 2025 12:44:38 -0400 (0:00:00.055) 0:03:05.953 ******** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Wednesday 23 July 2025 12:44:38 -0400 (0:00:00.186) 0:03:06.140 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Wednesday 23 July 2025 12:44:38 -0400 (0:00:00.073) 0:03:06.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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Wednesday 23 July 2025 12:44:38 -0400 (0:00:00.048) 0:03:06.262 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Wednesday 23 July 2025 12:44:38 -0400 (0:00:00.040) 0:03:06.302 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Wednesday 23 July 2025 12:44:38 -0400 (0:00:00.041) 0:03:06.344 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Wednesday 23 July 2025 12:44:38 -0400 (0:00:00.046) 0:03:06.391 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Wednesday 23 July 2025 12:44:38 -0400 (0:00:00.061) 0:03:06.453 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Wednesday 23 July 2025 12:44:38 -0400 (0:00:00.069) 0:03:06.523 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Wednesday 23 July 2025 12:44:38 -0400 (0:00:00.078) 0:03:06.601 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Wednesday 23 July 2025 12:44:38 -0400 (0:00:00.084) 0:03:06.686 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Wednesday 23 July 2025 12:44:39 -0400 (0:00:00.915) 0:03:07.602 ******** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Wednesday 23 July 2025 12:44:40 -0400 (0:00:00.124) 0:03:07.727 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Wednesday 23 July 2025 12:44:40 -0400 (0:00:00.046) 0:03:07.774 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Wednesday 23 July 2025 12:44:40 -0400 (0:00:00.043) 0:03:07.817 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Wednesday 23 July 2025 12:44:40 -0400 (0:00:00.044) 0:03:07.861 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Wednesday 23 July 2025 12:44:40 -0400 (0:00:00.047) 0:03:07.909 ******** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2025-07-23 12:42:59 EDT", "ActiveEnterTimestampMonotonic": "253780851", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice dbus.socket polkit.service dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-07-23 12:42:58 EDT", "AssertTimestampMonotonic": "252980539", "Before": "multi-user.target 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": "481536000", "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": "Wed 2025-07-23 12:42:58 EDT", "ConditionTimestampMonotonic": "252980536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service shutdown.target ip6tables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4562", "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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainHandoffTimestampMonotonic": "253011570", "ExecMainPID": "12279", "ExecMainStartTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainStartTimestampMonotonic": "252982991", "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=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; 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": "Wed 2025-07-23 12:42:58 EDT", "InactiveExitTimestampMonotonic": "252983747", "InvocationID": "b3f5df9c28a74e0f80a00bb54306fedd", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12279", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3073318912", "MemoryCurrent": "32542720", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33308672", "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": "Wed 2025-07-23 12:42:59 EDT", "StateChangeTimestampMonotonic": "253780851", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Wednesday 23 July 2025 12:44:40 -0400 (0:00:00.600) 0:03:08.509 ******** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2025-07-23 12:42:59 EDT", "ActiveEnterTimestampMonotonic": "253780851", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice dbus.socket polkit.service dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-07-23 12:42:58 EDT", "AssertTimestampMonotonic": "252980539", "Before": "multi-user.target 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": "481536000", "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": "Wed 2025-07-23 12:42:58 EDT", "ConditionTimestampMonotonic": "252980536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service shutdown.target ip6tables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4562", "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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainHandoffTimestampMonotonic": "253011570", "ExecMainPID": "12279", "ExecMainStartTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainStartTimestampMonotonic": "252982991", "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=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Wed 2025-07-23 12:42:58 EDT] ; stop_time=[n/a] ; pid=12279 ; 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": "Wed 2025-07-23 12:42:58 EDT", "InactiveExitTimestampMonotonic": "252983747", "InvocationID": "b3f5df9c28a74e0f80a00bb54306fedd", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12279", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3082223616", "MemoryCurrent": "32542720", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33308672", "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": "Wed 2025-07-23 12:42:59 EDT", "StateChangeTimestampMonotonic": "253780851", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Wednesday 23 July 2025 12:44:41 -0400 (0:00:00.611) 0:03:09.120 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Wednesday 23 July 2025 12:44:41 -0400 (0:00:00.062) 0:03:09.183 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Wednesday 23 July 2025 12:44:41 -0400 (0:00:00.065) 0:03:09.249 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Wednesday 23 July 2025 12:44:41 -0400 (0:00:00.062) 0:03:09.312 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Wednesday 23 July 2025 12:44:42 -0400 (0:00:00.562) 0:03:09.874 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Wednesday 23 July 2025 12:44:42 -0400 (0:00:00.059) 0:03:09.934 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Wednesday 23 July 2025 12:44:42 -0400 (0:00:00.105) 0:03:10.040 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Wednesday 23 July 2025 12:44:42 -0400 (0:00:00.041) 0:03:10.081 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Wednesday 23 July 2025 12:44:42 -0400 (0:00:00.040) 0:03:10.121 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Wednesday 23 July 2025 12:44:42 -0400 (0:00:00.036) 0:03:10.158 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Wednesday 23 July 2025 12:44:42 -0400 (0:00:00.037) 0:03:10.195 ******** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Wednesday 23 July 2025 12:44:42 -0400 (0:00:00.059) 0:03:10.255 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Wednesday 23 July 2025 12:44:42 -0400 (0:00:00.131) 0:03:10.387 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Wednesday 23 July 2025 12:44:42 -0400 (0:00:00.060) 0:03:10.447 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Wednesday 23 July 2025 12:44:42 -0400 (0:00:00.105) 0:03:10.553 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Wednesday 23 July 2025 12:44:42 -0400 (0:00:00.072) 0:03:10.625 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Wednesday 23 July 2025 12:44:42 -0400 (0:00:00.048) 0:03:10.674 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Wednesday 23 July 2025 12:44:43 -0400 (0:00:00.070) 0:03:10.745 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Wednesday 23 July 2025 12:44:43 -0400 (0:00:00.066) 0:03:10.812 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Wednesday 23 July 2025 12:44:43 -0400 (0:00:00.054) 0:03:10.866 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Wednesday 23 July 2025 12:44:43 -0400 (0:00:00.048) 0:03:10.914 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Wednesday 23 July 2025 12:44:44 -0400 (0:00:00.854) 0:03:11.769 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Wednesday 23 July 2025 12:44:44 -0400 (0:00:00.060) 0:03:11.829 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Wednesday 23 July 2025 12:44:45 -0400 (0:00:00.893) 0:03:12.722 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Wednesday 23 July 2025 12:44:45 -0400 (0:00:00.899) 0:03:13.622 ******** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Wednesday 23 July 2025 12:44:46 -0400 (0:00:00.144) 0:03:13.767 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Wednesday 23 July 2025 12:44:46 -0400 (0:00:00.063) 0:03:13.830 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Wednesday 23 July 2025 12:44:46 -0400 (0:00:00.079) 0:03:13.910 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.921) 0:03:14.831 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.048) 0:03:14.880 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.060) 0:03:14.940 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.049) 0:03:14.990 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.045) 0:03:15.036 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.037) 0:03:15.073 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.050) 0:03:15.124 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.070) 0:03:15.194 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.061) 0:03:15.256 ******** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.129) 0:03:15.385 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.045) 0:03:15.430 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.041) 0:03:15.472 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.035) 0:03:15.508 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.037) 0:03:15.546 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.037) 0:03:15.583 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.037) 0:03:15.621 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Wednesday 23 July 2025 12:44:47 -0400 (0:00:00.049) 0:03:15.670 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Wednesday 23 July 2025 12:44:48 -0400 (0:00:00.652) 0:03:16.322 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Wednesday 23 July 2025 12:44:48 -0400 (0:00:00.046) 0:03:16.368 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:e4ea7d50b5a6144c51d9dbbbc51333a6210f91b924c590c24bddf16fd194d569", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:8eef9cf6ee45815427e24e0004d7955f6bdff25024700f8cf524c9842709d786", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:b567fa877d54d8d5b8fa2dc57a2b23c0ba2d7c44f386061bafbfee1265d3fcc8", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:193e56c9a38831a22d3c5d94c11cf577b6fa7dcfe77901f15616319f6997cb73", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:2115eae80db04893b3eb586f059b48c177581b244a594b3bb1fac4a6871db719", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:2c755ff2bfe3f383ea8c258fd52b7cabee97eae67970aa3cd07082338122b333", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9d3540bc177cb2bce4a71ad4eada807d857332a2a5d95451cfd7400bad7b9a55", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:096c7e1737ff6b3c945a70e277083caff25c6502dde9883d54a44f395e7241d4", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:4b921c9cb165ace187da7e6c5a17113ba0f7be0855645937a2cd1f098d544670", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7a3a73cfa2fb3d90dd958be2bccd9d281baca95d996b1414e55f44e69b5c332e", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:0238020714819d661e580ca114750af2b886b5cc69e6f579e5c6b4a45d562eff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:573bcf3a234986104937694eaa17a33d539451174044bb8e25ddeb89326ca284", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:1604b2e4c15a774b0e7c0c5088e2eb482478fa357f00800507811a114f4aba81", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:996d7ba221535a387a28f6cd4efc1146677a4c20fe1f81ae7d8b505d238d6c5f", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:31b2f3f4b64b01e2c173a58801f7835e7d00a924a48b029c1d8d754603da211e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:cacc3e227d14b33c01002600491c4c1abca2df7fc537c8e969151909f40c78da", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:8fc95dd14a430f6461e1bf9cfe2a0f4e4e5df7f072aa9c41b63e85a00b844d47", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:7374435af3eb50307da53455b0ed008ff20b648a43f222274371246c2c76304a", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4ae82ef212e71cebdc3882b8fca34a9246e83080a7aead8c8690fc13327f8c45", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:998af8c73e85f25be8a3da8b187953f0aa7f1d4e67713405f88083c0a48182c1", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:957d178cc482a2c8190bcbe338c22db1e2b13253fc3337d365b523807953e4b1", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:1475803363410e043183972af0b2987fb187efb9f961c2cdb95c80c710a12f16", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:b79650caf6f3dbd9ca2b81cb6eba85a72487775b4c24917be2374cf186ec46c8", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:c4fdc1fcb651ce014dea47bf6772ff7eb01820b427be1fb8750d92ec2fa03d12", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:14dbc6e633336534e9f181b056fc6cb9359745f536858f46621e1007b1cf56f3", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:a8d6bf860cb79cf4248bb786945329cb43559547cf82ff5016ae451bf89bce5e", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:9c71cdbc585f1f8ba677c2d2788676a059d4fdaaf7814198b06376fe328bb354", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:c7d8d226f1a6dc06930b2d2b72a1c64681148e71735cf656744b92b1ddf5a260", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:cf31443eaa76ca90fe205886d05d18c3b23f641b4db5c60df7c5acf849904974", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:f4580db91fd4f2bd961d8338e6b60b69f3ec75b65a9ed5f4b369a7d472b35d12", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:2057c6b9a791e3bd093a2ccd5db269b8eb43e5dcd9e172edd00130f970ba1bb4", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:e49e17f8cfcca68fee1e445446ffb4e08c22811f5283b8c251e1d13c12f4d8c7", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:f3f4a36ee1cae59620184efa3594bcad9fd7d80c48b13e2de4b9275d78be56e0", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:3f3b07d1c9de18c96ea7bbf12eb5ac8d47623c9df7224432d0357d988d1f72c4", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:85fd7b989e0778429930608bf25e6fc697f556810bb68e6742d0aa03127dc732", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:5b1a2a27d9599ab90186e5b6f3ce476e5d48133653157fa23a9c1d63ee910400", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:9b3727e8ec615aad56f6146546278f0caf5bb8d1114cc1bc7ef649e15647ea63", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c06d2e0183f2e1b567b2e81c8e6f7bcdf66c259c328037b7f262993453b0f9ca", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:c47e2d58f06f312e64c82b9fb72bb52e8337270735502b7c198f3ec4bd3fed35", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:b7fc454ce18340d1c1e191ac82c72ab8d2f6d0a8cf06846a127963329af9bff8", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:d1de473c6db097bdb5e73678f9fc1a1a29687f5de130573228d90590427d56f5", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:f9b8616ba7b8613a2a0c7345266dce151ae11f8185367358c27f9822b176038e", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:f54a18016ccb13f5d82a072349a8ad873a2c44008495c9fa8cbf92a24e73f5af", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:4780b43ac24c3cc8aadba63da31bcb7c036ce286dbdd2e4c5b9897687db968d2", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:47e4924f11b63d198f29ef7cf371b6fd2927aa746e612867c8e954823e700e76", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:f1c2428264bb3686d328aa32d417ccfee9d89511f13cf96e068603db7b0e895f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:081c2cd8300cc81c8b930df87834c2c9e3a0df1e24e2d64cceea44a343344eab", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:a05d7dd522d004396aa3051c64755cad1723be055754cac032de0e202c14d7dd", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:8b3ecb15887e1ef65fc39b5455cc63065cfaa14a3cdf2cd74612b1d4530e6a7c", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:af49721d5aa39e5038f7ba4515989f5672a77c93a7538c1c5461b655c699432f", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:54c29ad9eea717959a50a029e3c735670c1b06cbf0f45d72efbc0ddbba80c260", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:88942d6f32b10dcf2a8bb88a03b1a28973046f48d88826d7c037e5f715174620", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:43697ff520be41d687a7beb9fc0b502f66a75954607aa43849d66adf7624e8ec", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:5722a2f4e8d6f252d37f73e10681ad74368f4a8bf3394dbab6a7d4a72839ec57", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:8ebe457f66f9cee63598ffe20f5704a2aaba65d847964182284e909dd98de477", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:76c5317351ebaa96c38fb720bc7f47c01fa92de70048f70b86e1808fac1c4b21", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:90b84567bb56f3038714d67e066da7ae9e91848b89eb534e9f09c9d2e9a3d67e", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:1dddb24d705387ce3f66eb65244214d68c105a8c91585ac745c835a41d62f833", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:ba0224828b77ae059c0a80f0621f89d14b73671197cfbf9c2b86d124af5494dc", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:612e0f655d77e4a7382c496465cb0d06589b3c7a4d474a31cfb33a66d8f5c2ad", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:2d800bbf626539f60c2d434f779f19aeeb03f43c70538c52aef1bb5b95fe949f", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:f3dff18bc5fecf085cc0181acb46ea57aa573198801abeff85d104bee464d7f0", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:83f851cb13cbe50cfee455941cf62434401809ed4da7422fefbc5dbec711d374", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:897b408ab7d03609875d9f2dadfceb78e0db4808213d237e5b415b13bb9421d7", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:7fa21947b6420d32a2d3485772a7506b4eae60f39a2e3dcc3571988e4534c7f0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:44517aa39d38175715f2e6ccb2e36e8ea9e152fad10081bdab288d5bc167a580", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:80939025c245b119f6de45539be5f650ffcce042a2f68c68f92ecae8c7d6d740", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:699bf8f103b405736b644f56aba9ad0a862edd0b57940384a7da115aedb0010e", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:0b9238c17d536715575f59bfecc12b9bd073684e5b1d11f91a6af7e59da196cb", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:6d2b07a68470a854ea159b65d9635dd7b93702459fcb078d11a0ca7e369d021d", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:6c75d826aa351a91a5b27c91128300c3e912c3a366a1c6ead13762a32ee08137", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:e167828d7f89a5c3081c59a43d424a7cb691e58d0996f12ef066939e1949c34a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:a3f302a3eeec46cfbfce6e4dad0c2c7330a5a2c558ed1608c8171919d48cac5d", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:d34d6443a78e7df85c5c97d73947717ca3939b3a28b3e32934af8b9a5af32062", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:0b27d6aeb8869720ed19fab950cfd66f74042859f50968c5ff99e84a28a39eef", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:70f9cfcb569aaeae8547718eac7743e587fad2f1664d2df87fb38d614ed27b84", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:7bf09eb0b6ba28bac4727eb1092dbc2594c2aa46c1b8c02ac864c8bf5aeb1fd9", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:feb0ceb39dd490df8bf9b86df6072b767a3027e26ebf47103c8ba5ef8ff23465", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:2f3b3d1328d56a2ec2052edd18ce0e92ec0bc52f43359df3b632be1c885673d1", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:15e28eeeb11271e1d8305d944fdb9d79b88978e2fe3d336893fa6db6b5d42e37", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:f19f03db6978058949040dda5a18471586a285693e3b4d9deebe6bd4923ad456", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:19a8c5deb9b24ad71c434733f737d425341d9ba746c23e3d3ef31e4b4bfb2db5", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d76d65e11ddac8b9ec5fcf6068037816468590b4f4846dd19cf450217c4e0863", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:8677b0936b1d11e96c8021ad859569f70a680bd4cacee6f8d995f93e9d0c6621", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:037378efee02b22f1fc0932cc731ca39502bc26ef9d59d2242cfe31982f72f4d", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:b08852f6ee71d545cb74ff5e4699824511a74f2c970f77d6c0a74b5b378ae1b0", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:dfc6c204e6bf11c2681032c461399cc476eb0d90f3d80a15b4350b6088c79a48", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:89a3fb4eba440a2937aad1ed21f4b218299c04296828733fc48f1c01f132f70b", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:a56b93015eff48e01ff9a10e8b924792211f90690e17e79fb3132d026b8f31e4", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:7a26876f7876a5492c6df0e528c993716113f2455ff09a855febfdc75c9c2a2c", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:4133df3c0cdfe8f95ec179d55b41b1c20a4618dda012a105a89cf43895024e06", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:0d60878f686f9ca9ba3fe1421e5242537d7954d9202819464f0821b9ed6b8ed2", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:3606da90bbf95187f4bf3719b56d721193fc3341663d19955de67559c40aa58a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:c698c1db669071616c558c242ff7cc6e033bc75fcda304877424ddbc0f6b5242", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:338eb56a234aae4eef828fd110d8218508a3ca92b92d067386e5468e8e6fdf24", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:fce9ff72dd249b127c1b4cd7396acffacb3ec4e12aa7a4bd5269d56901be9b8d", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:da2529002c3c92bb86d2cacbfb0d0dbcbd3fc930bfd5fa4ae0979cbadcdc0b42", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:269a126a53bcf58763678d5d3214e281c9da08c34826b4ef3d55f4eec4b6fd3b", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:ed682c316c38583995dd7dd104727f9cf543de51ba1b4368952e2fc990a801ad", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:916cc83892dc1953fd17b3d13792cefe6126a45e0b50032e4ba3a93a63de5802", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:95b1c7d8043c449537ca197e73c0b380ca60942b0030af4986d212d1f23c6e79", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:41e56aa9bb3fe0f083110484e9f735f74a8ce67bc0ca9c0b820d03c87568501d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:3600a0e5c4b885f0ec0c92339c95289de66025f32d1f255ae59bc1eced6f6e93", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:4dce85f5d6ac71b9969a1174982f7600bac39777c17449ce14b231fb4cd1d041", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:7b02ac13da15246a0a494ff99e33ec45dde49b14af081b4463f28eb1578ea776", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:16ac50052f4c35207ec45d707fafb31686d38019355087d0cdd223a1a3aa978b", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:d40b77643a8b86168479d52c6833349668c17bd2678dc6cb0f24ed4981e996f2", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:b70aae17320c4a09c075cbdf96c768a8d81bc15fb31d5e0ad149386e750d66e8", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:4be29418a9d80b4e7a5bf662adce9715009ba852e0dcb99ab20f0bfe3f439c3a", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:1b1dd5d8cc3d4aba93cf919422cb8c8a1c5fa49baa5e08636eac45a6b833f956", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:c65c975929e3f74abead4e0d36bc721444b8d4f7eee82a90e091c6a906024b9b", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:85c0225ce4174c7b0b365ed2cc134cdc71b1b49b7c894b2a5a57741bbad729d6", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:a7d2b879c44c9dfff753e9592496d79e2119a9580b2acd7585a2e501be16156c", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:13e22d466bace4a695ca5a8284894427890fb1b552477347045f2506b691cff3", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:5d4f16949614cbd053088cdd53db9d5e3af4abe84d64c04022a2030b9e9f67d2", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:a0d311aa354e1e249916e3b3dd2b4220065651c6d8211e6cd762622c1aaa983d", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:5242070b3e27c06675769bb30a7439ce44023bb0ad25cfa246a9b915f9319f2f", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:142e57dd759e7b118fb5d2daf0f5bf1610533d53a4318337d032153cbb3d3c81", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:e4b8577424d766fc878a74c8589950033d8f96b8bdf216b2dc604396da3ea4e9", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:54b88a98db22d2ed585d2e567eceef406cd8139f06f13ca72aba54bb695f4577", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:fdac15de5067a65166da761fc3e26792b33f2b400ba7327d6232dd4190c5a8bd", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:3318ad791610f71878bdf25546115e3ec7dbe394b3ba1b6ee39cb2ebd02d61ac", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:da94971968712a2b7eaebf685f46612865e1ecccbc7a90579940e07ce6df1bb0", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:356c1035a12d8589e8ffa7503ec638ab45af3ff4ce891a7f59f78dec96ddac18", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:70577035401265a402294e6dbff3f26aeb55a5e2bdfec4a60bc68ca49b7abdcc", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:2bee56fef63d0061f7b2ec6888ef6d287dd305c311a5ee01d71d961687bc18c3", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1f70b062eee71f16bcc682030376ebf5f52a439548d3b09e4b966e5de3099a4e", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:94b851d9f96d0a60309a5c083308ca596161dc5bf084730404e505a267f5e598", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:65c714576d810dea0c8e57f8865e5c0e5f92795675ae636cf55ca5870c850f12", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:2b0d366b1ad903029181227a5cbce54e0fa32b79b5d938312de5799b19962fa8", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:d443a32e80e33b46426d4fac031452b63fdcebbbfcfd35eddf8a29366d68a8ee", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:00400f60981e8fca496a281dd562cfc3b174c436baa1d626103da4db35b6651c", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:ac511e403ab522a4b36c814da8579ab06f4eb1eea3388ff5744a88fa047f1857", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:87ea4a3cfa34dee81eba318c3c82150ae418ea1865e25a1ce16117693295a7f1", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:371854a0b935b07d27459ea55bf79e3b7da7b79fa6f358b094ec65f6ce5ae4a9", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f85e3b1ae04f64eba8fcef23b88f905b8cf83d8af5f50749a747edec6a932935", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:c9fdfd17a6c49f253def7bb0ea4ad5ea7cea6faedd7ddc271cf92427d2fe66b7", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:00a9103e83bcb279b5d510e7ef704c75e05eba0a585d4f83e66ad1f0df9cae59", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:16c2161c1f0913c893d673130952464fad161957155944c32ee2897f16f4329c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:3513b9cec01bb81fcd93c040e1e8a47e4f7267070e4ca7b4a1cf30a96d9faf9a", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:50ed406d890b0af8d73db0d6922dfb062d24baabcddc5dfbf1e6371e302b25d9", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:a8fecf4401dbeb7b893aec0860394b9600ae1e7aec30573cbddd066e0fd2ff9a", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:44e45c9670817bb2d56578fd3bbc8aa2556f65d20d0ab11d1ccd0ec969c0f518", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:0e0a11b08a25308a426a7b6077dfb601af85e09a3c4811117e755b3b6260b357", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:6112e0a44e473402f6599167328ff4b3a3d968d1a0be12e852b7c20b903e51be", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:eb56b1c0a2a56517399986778a5c912e31bafb0c41b68f9295d92220289a283b", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:04bbc0aecada14d52d0b5eb579e7e2057809d46ccbda52255a94fbf4f4f27fbd", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:3a5460fc695fee8e9c217cfb6f0d1f9f512c68dd5d28312d8b7ebcd55aef84b0", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:e1f3d4c815a42a1df7053a74f99b32313a7c2238d7491c1ce27ddd09152bce39", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:baa46336bdfbd1824a7abe0dc1a9f4d98747f3e546f869cb4442a8973b5bbe32", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:91c63280ad555f8fe9204531d2793ad7f5e44c9321de3f06ecce75e27d6f471e", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:904971bbbfad2d1746e02e969b434f416f0d328d0e136a17f4a3a42a2e888f81", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:1593c070dddaaafac485602ccddf88d7313921998e8cdd6933879086d7418aeb", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:7b8888f45b7ec8f09cc63ff3853bdf6deaa999713fcb943e3ae89f565c1ceace", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:02dccedf084e2df74fd1bdecc5a548d6e69a38b49d856e46c6b5427b938537a2", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:b2708a55e1d0294eb4cea20a4196a3910209aca84547481525a3730e87d38d8e", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:57a05791b5e47fdb756963168032bd084cccee05a46f87a92a916c1a90d9dfa2", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:2c0bcfd97fdc58181ea7ec4570fb02b46a6daf876aba91eed260d96389cb7d78", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:e01d4f338e87fd2d88e74e20d881cb4b22e4ca9ee669e1ee1c687a5353c9ab35", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acec326fd878f1c6ac6cf1e3b96f3db22fa7b55e7f50150fe1d6b964627adb67", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:5f31c64308b5317e43eea65b250f9ea2c764c1407a4e203b1eee7369f9f17b03", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:36d2e6aec0dc93461fa35e68b8ed17c48f2269017602eab96edc47f87ffa3f28", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:afd0c27293faa4dc9848405fa9b7258d0429961316e687010ada2ecb2c5cd1c4", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:abc04bc36c5caf4f20218de20b8cf9aa89963b5ea80660edf538716c1f37aa52", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:ceaf5b3adb3e94774e977f209933dfef4954c145b05c856ce442b64199444c07", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:bc0dccaba2a1b2009ea761148056cef57cb2527711430b57380369eb8303597c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:17fd8806b4ccf9c9091e64bcb81707e1aa4b25444b311f39b716ad010b607dc6", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:544a2a1d77e86d698d4fc7a06a704515fc0f88f57bc3490cdda59cf530e83aa1", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:fb8fc2804a54c0251edaf8d0c33b50ea935eace411be5f59968a90107b04bdda", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:fd0e1c626359906315e9e4523c2b3a2e49cfcee101a76db4d07409795fa6ee48", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:e2f4c4ed2a9ddc16d4aa71ccd77a66445eda6836a4c41cfe0765c88f5726e44a", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:beb2fe6bc1ad07f59cd052d7ecb5095a9f0bf5f85ab01f8abc7d295545883d64", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:004b0eafaed71fb7a35c9464116d49bc38480fa47cf75108637c23b64723436a", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:b9a1e68be6a4f710d2635645fe86f008e8db26e4019fbda3761d6919759a1c86", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:ac98915cdeba1b392bb0053ee36c3d4b796bad22795fbb74ab8730c11535c884", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:e6096763c7702792b9397b55a09f6d9755bb294198a322598aa3193d3b1469c8", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:b6dfa83724433c17e9b5634ad137d7e3a5e5d58a09e334b4af537668dd66a953", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:13b5559cd00f464279f6602ac272bc77c85ab4d8b088747e7d21ef1daa75147b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:c3bf8b0536cc2de22efb75ed39ca661749371652d08ee4c4dc8885bdd823f1b3", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:02e7c1900c48f9080456a4f66d36053dec25ea0a3d30849b1b5524a8cb19691f", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:e7925b19cc41e810e79e7706910eaf24be550f5d8dbb64fa1e033e8f5265e466", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:e4d69855e16fcf043a4c1b3c2c106dd70e8120ad57b37031be79a2b9b231e91d", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:4bd0b628571f32514368a91d8028858dbd037a428e8d460c9000f86aee75e435", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:3c9d8f428a7b0bf5bc24e6ed6647f04d03e60d4988131d07283fbfd55fc03124", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:48fdb9460d2a88d7b14df6932432e3584104ac9e0f0f18600c9c6d2290971079", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:3b6b6c8b4de7e5fb46501bedb083e2ea402486a072c0ba7b62fd92aab9e36814", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:cb367fa7240701b79bf84824cb89596b98f5cc9cdd2ea1e707796186c0f1a368", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:94b9ce99696214d1cc24a74d57824baf7373cd5e765d4cbd7886537ce071c6a7", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:e74bd8cf8a25c4428183d87dd9260954ad1c34a401c9205091d791a1306ac7a8", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:8e3a4ee7a13511de33169052cc78864c72a29358e63668275f86856b4975f624", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:2dfbdc3a5a92f2f5be3e4478df5b4a609272596867b19a3e2c4fbc1508ea7766", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8ded7f9973279ad47a63cf063eed5ff9f07a9d195699a1c639557041a00a3c79", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:498595f7547d2e6d3c17f7a95e2a66fb636e34d28012611a7c684df3416bed33", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:3e51da39c56defb7bc01056cf043caf1b8a5a4aca8bb91f67e2538d6533e65ea", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:d431ce798c944be3ddaeb5c818e6eb228bb48031f0c68b48aa62463cb3c1df6b", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:19f7ed1639a710dcb0a26b7f6be93bca21e17a8ed3165188fbc4353935c1badf", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:3f9f68dc5c5aad94f73e473e9798a9c4807e53269b26c45aac5658da79db859c", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:2bdea01224b603018cc2b9ac6b8dbd572fa7629165ab0db21effaa6d7ec07bee", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:451e1a96098ac06bc4be46a730795229f60bcfdea5143d2723279685b90ceaa7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:ed3f6adf43b0da3a8073422a896296f1f158c0c75429da7003b5c3f9eb244cb5", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:6fcba08b61f3d6fa47a08d0a5003035b78ce3daf55ede158891957283b23af7a", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:f66911ff08696ad4bb14a53ba28c7a0e1a74e6e90da59ef097aede2ff8c29ee1", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:d1475abdc29e6060ab67d1ae1de4460de2fd4e0984aa17ba1dd61294a1209937", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:fc5cddc168092fca18aadc49733aae27480597b3c82546a345f90d2fb34659a9", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:4035058cc2a745f882531979ebab46a2c90d745ae48d2c1b1bd74ef28f39a534", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:e0b78fcb210efd493dd2ea999fb1340644406b09d209e897984567d502d169ce", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:649c10b3fb3f97b36b013219e6ba3352dd9464700c0837432686ad518c5a3b5c", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b4786ebdcd5b9ac90835ca304acb2574158410dfbd3ab2ce3470df6f1e71734c", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:bae0d298fba1e64569a3dc250a5e45d19e7669f185bb36452c6624fdd4211c37", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:0a4d91091c2f57aa29c070e9e7b967323501792eb1b6c3637ca4e3d1b0b9cd91", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:db0ffc3911ff5657065b4de6fbdb26f04150ecff3c46fff66076856c831376d8", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:4925a528c42a9f646467ba4d0bf102938a5edd8f18bd25c211830880e55a5f86", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:be46e2e5016783bcbd1b6121c16dac420ad84599fbc9ab03cef6e73c635491cb", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:36f7ab1582be93e02bbdc834ccc247cc4e38789758beab56dae383c975329335", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:67eba482a5bbd24a02c8d27ebe519f33201b3ce79aa2ae5216e8388b842427e4", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:e8cad5b42141d2ec77e6a439d0d9c35fddb52f8915bc43f07b60d9531fb77a69", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5450ee371c78bed8bf0ec1c19145111158f8208dc8c259f014f4eaa2880f657e", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:64e5bdfc3a9f4db74bd22952f6a91ab0648f11396e075006690af6ae78a19e4b", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:d73c05e79e81ca7bc9cafbf6ef60b595dc9dfe001f3bfc4edbbcf089a3c162bf", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:b1295d812d377d3057fd6f50cce387a9a1d685b82ce1f2db94259def8e8a8178", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:9f110ced2b888709ca0b11e20304a10b7e6f48ecb60183f84673fcf46158d922", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:38bb156f77c1cd8f2e19c963fd83452c049c955ea6b5af3bdf67b7a02d6487bf", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:85d7740ec11e9e9e3bed007b2a2a9d1096fdd3a293d60a24389065462d8835ac", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:673f39ea95fd949b39e202bb23ee8039b37d7e82b5353eeb5153d712269a4302", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:84b2bed2bf86c1ae18e8f097a87e0403360608d352ebdcd23be33ee6c8e73433", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:26e1baf9459ca879633ba28a1a84aa370edd3f932b7b47464c5549eea57ee919", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:df355bc1eb0dfbbefb88e689e4b93305d3914c8ab6c2d7e60ac2b91aeed18a50", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:1925b8e054a2d83ceba75edc2ad4afeffef707844f07a4d41c1d0e656d4b6b13", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:dcabc753b8f94f205a5789e1002762bf925bccba78f81006577b4dfe4447e69a", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:41015e7118f63f54987554f279679c09e61af6d39ed6d329363d408df6e2d94b", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:3c15ed36a0e8f5323d71fc061a25aebf4604ffb2ec21ba56ba0ee8c972203c31", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:19ea6f5d96cdaf706855b34d0b42e4c4cc325b058da3ea0789fdf844e5b03c20", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:1f26895762f6436d139b0bbdae0e778b76c1870e5ec2a70c9805fefa8843b7cf", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:5de62f06583e91f772dcec03a6bc2ae4924dbb3c1273914a663b20980fd1bfe8", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:a010b1fe387213bc9796692c891fd555250eaa96338aa30d827edb7eaf2e346d", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:e1cfa9930cfdb5add35cf66c744ba96311f079f6f8481e8afb418d3f5453ecda", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:06a1ad528499c522da483a2ecac7ba283b8b38788be5a553fd1a66a5a8f74ff8", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:7c1af96e197d39a4b415366f9653feb8ebcf6f36dd67ffa7a990d8860af31fd3", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:49b607c1e4f0a0c80318c24bba1daebf923b3919d4df413ebf11ea5219a25398", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:0d4293f214aac975f23291e3d0653b7134c2049ecd3fea2fa3dbaff31c8ca2eb", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:c0e08220e5884a66127464db6d58bfd986fbd774d0222f49e1fd29b78b3cc0b9", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:99d3212c821f54164487eb08ca734afa114f78f5a1508d66660605867e921a89", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:7efdf21950a64b1cbab955995f8429f7bb9c8373fcbf2b290d035ee5dfdc0b25", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:5e73acaada24e985584c2ce59062501321cae5178770e1e7910d7b66b77c3a0c", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:1fb0b1b74da93865139e16b049a9b35f73230fb2c9de6d0f3f2c767d0cad125b", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:88f39fea74393f95cf57f21e3383ce4335926316fe72ce687ad5d4985620883f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:1da516fcc8743003b36725cf7d7279f264ec7ce359751ee7e018262dc54f0226", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:c9fbd762fc108d68d5ddb326f5f7d1259df44e1f274468dbe783e850f5727532", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:b1bbd358f24d0d3f5b7eaae8549634a358486deff8e23e73a08029ea5a200897", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:a8af648958d994224fa0185187a1f7fac36dcd2f9860568443adde7cf69514cc", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:eca0b3bcf2637ca132d57b7727481afe218bd195fc65b36bdd836fc1d8f49a10", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:3982604acb7748d747b3f053e494c102ab8af57aec179e5b220e458f9a7cd961", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:4df59b18b700404a8fcc05469b3179c304e75bfe60d1fc780b03583633760afb", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a6b6e0522240e083fff4f7d32223412f4bf9a757a681e1a78b000aed9c873a22", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:9706778e32b5a0c3559b59c648dff43d2246f847e4b8627c65629ccc7162b172", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:4a2d6b6c82c3e7b70db5395a539cf63a0c9dfb76c551f7565531c47f5915a2a8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:1fa012c304f616dd887f786d1bc269d630cea6991082739fdd125245d3b1345e", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:250ebd82dda97bc2f8aae2e6f95359c6a259b7f9c059a7c7c9feeeabf59cdbf6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:ed9c18d6d5e242fe95ca67d8a484237a50e3b9112e1fd3f2a4bde333be7e36bd", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:0613b152bb0606dd3d5bfb45c3df41449cc67e2ccb6e91e25ba8951a8f27365d", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:9d96611320219c63bb99070d8e63b33dd12cd1b68910a682ae4fb7b48a93d63d", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:30b5f2df89c6ec326949d94a73bf12b4ab693df3bf912459ab0d80dc34359457", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:c1fb6f4596dc1ac9266833e72de243bf9095e4e5fdd2a453e3fea4b1d872facf", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:a4e5e3b5c1061a07a300b3b29a2c6259730e939e8f503a76e3d96c030dd143d1", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:18b037e23a78165416436a235dc4d5063ca24fe1c66455c3cee7c91986e6f89f", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:0f5f34bc0c96fcd5ecd74c4a40a4ab94d9ae9e5070f1924d269cabc9ee9361b1", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:e24ccd5125a504d726241c619cafd3f06877a267aced41f377c418386a5153d0", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:823e606b20756cb23f46aaa8d4092b3e1bffc58c668cb54c222a8023aeacc53a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:e0e09172ed873250ab6b8748e1fc6280a449b45ba3484ec994a75a7318764268", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:d30b1e4e5ff87079cddac33c18949ae22fc1d2eb1c7105eb9ec5a2bda0b57145", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:30be1cea1a0cd9cdd736a2c9a147d6d7ffa97d077244dc00a044cff463cc9fba", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:0d437fbe39eab7f490218e71fae2a728ccca0a8f3bc34bf607d164a0ff782fe6", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:8d9ac2a151956a975049b1461b1e3b65e41186f6025fbb892bf65d79c5446487", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:930629550a43a60d9f611ac51ff0fe9f62fe397e92ae64dc39d232d50b0e28a6", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:42ea728702eff08b08236457f08e70b7a00468a373e81046b6a8caad890984cb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:f2d90da6deb4a331f88519241196e911073a62ce478d0bbecd2354f83108a1e1", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:1e8c4c647503dc7e2f700d4a50e9705aeab03558e7a83eac2e9517f542d944f8", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:949477676402f4fe8b2bed32015c1185d66eddeb5159f0c1bbb0f5de6f98501c", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:0dedda2aa7b673d014b285ea496f2e16232d2e3e63ceac30a6ff8226359b7729", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:23cf4e30ba30051a1479a4e136d6ba8058782ac295a0ee8aa898a609720dfe1c", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:2daf6eb37fec7c4aca13783495f09fadc001e3a8d70c62c871a97210e021d3c2", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:2716a030f648a3b4758650d0e0122b2dc22a3983d96e7d70844eea6064f91eb3", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:473cefdc52efa91bb868fed27c195c1239a840be15fd7f56139e3921d8d4375c", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:10e2635379af480cc06c8c182eb7c9e88812791566cd42a362f7791263aca8a4", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:1551cdc64f18458da3deb7f4530c0a74a1ac414285e1c8291d1ebc04934fb6ea", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:ddc348418bb18a0effea2748db5a0ddb49a2d079f39b44daf1ffe9b32d9f81cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:4ddc02c623583ea4fb43c3243c135abe6ea10807690d320930324fdf941d847d", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:14542d1e99d5950cd6076e71a4087e085b8992b04abe3d5898fdef18c8d98394", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:74d6501b24e3fa658ed744ab478a8751f49b43c1acb0ac168b056d9f84eb9b12", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:708af5e5aebf1f388d30c66dd0b29f3a51cc19f5b35067563f54f01e594d847e", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:dac44ab99a6302a4e940f7aceb9a4601ca358d44671aa96301b8bb1e70223c57", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:c07d4b78b1601be56da5e8a12dd71b130883e51cae74036dd65a0e8938ce995d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:c6c7a4c14905bbec1a809e5baeab8869df04ce86e6e7af7f833ba002fef1f14f", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:dc3fde9f8d2d4911dc2d9c5b1296ff4aed7f337e0c81369beb88941643914683", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:74fceb571fa21e32de21e57835f76714831aee1a6d2f2e192833ca4cc2a02e00", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:8b11673d4717df47968b441bacef66e1789c00cd9be0493c6957c25056ccd0e3", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:ded3aede6fd375c5078407ffac45c98aa5cede8a33d01e12373bbfcfc9195557", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:15ac534014765f5f3788ae424c03627f4aa606bdfd763a7a56c2cc537f268571", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:b6e7ae905ce38eebf83f453a034a1d035c83acea503de077a4c2ae89a2652949", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:a543621a0824e96e5b2e3a51ecc10510fee605842ef4d5f10353dad9e291cebf", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:27494f6b5844c807d054694dcbe9951e2ecf431e59fc818f44fc52b28c6b0d2e", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:184aea46b019d9889fe8fe9cdf993825a49b08c261e04522098790cf567fdf1e", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e666d250e6d615e6b400bcdde5b9c5fa055ff5e4fdcc307fdfaa49bcfbb5fdde", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:cda595280cf5f1fb45071ae662e33cf6faf5cd5ade84052c9bcde3b9cacaba27", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:96e8190a61a15b5b7a495e00821e2bd403bcc02aaddffcf8b73db84fc0c01da2", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:d437acb0a8759db6902143444b6519aee7c5c7d4203eb47b6debe8cbacec3524", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:cebd06aca5b556fa1e0e72b20d1e62339299b97f0ed6c287fb59e2fd5d527099", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:bd45c50388332480f5fc41d1850b34e40e36c5e357514f70151218d2cd6d3696", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:cccc2e5314a88538d4e04d68c0a47b420439b9cf3c75a8d25ceb238414dfd4a6", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:8bc4319c04c50f01196784114c216154fb01e1c2f442e85383c5167d29ab960e", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:8a84adfc7de6725c95d7c83b9caf0393a1bfa318a1b28bfe73ace270529add96", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:e2c6d1cb90533349665122b69a30309067a89deec1913c91d76583db1137704b", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:404aa194627e86813689f2322ed52a207e7b59c37075234dfdeb9d3037a3fba0", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:71a84c172ae587b2bc59af29916eeeb446fdd94389876b80881faa7ee393e1e0", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:8ffb5712bc861ac7bf7ff1ce80c7460c6b9d18f05d315109b298047d65fde160", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:f783db19a42b2eaeb812750d9e19a3e08d3b6c1c66f5b372db4815a8ab0501ec", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:5a3b265141cb6b288077e126fab36fa11e2eda86ebf4255e9af4d7a3d97a64ad", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:35c4ffe6844e8b2efb6bd2b17fa6b8f7374768b29075d3663f03c3a3b4f630e6", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:9602906f7235964dccfcdca8730c3b5b9ed02da09db883912f80620918ee90fc", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:45312c963e2f2624083126e16494ae1c02c83dcfacd8b6361096b97379705a72", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:ed1c063d93095ee0e6aa51ba88db5d594dd63adf08c22e229bdfaeef3ddd6041", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e327c5fe316c0c8f26dc42c9934605f5a465b23e2c69dd4b54e9a679a3a0d8a7", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:ca4008994520fbb440db5cc902d328639a5ce9b2de2b04a243c3877e37770387", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:901d51b9f6a7dc60bc9447a38afed15016b6380a1c488a2eeb265fc555ddd23c", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:1e81979ccda40274f77ba2ef4ab617aafc7c8d46e2f6cdca1b513339ebce0ebf", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3befcf83ade571f2ba648d05de2f0c8cd4a6034c20df60390e2c6621dfaa98b8", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:90f2ecf1642afcc7f8dd3893173e2832d43c7c7c43cf7e0598947df0bdfdd699", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:550828e18eb625333951fd9ef992be2a18076a9c2ab10d4a4a7cbb6316a0b89a", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:5ecf3fa7d0855932164013257ab7a927d9e233331967a0fbd12567a610bbe813", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:96ecdcb94edd25c19aaaf9e7ebb64285a57e8c05728df975a7ca8c322afda3d6", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:9ac8b5f3ad17a7f2a250ccd82991f42795692b67270c289f2e9ac34c17bd618a", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:3ee19750f325fa25a5e0e0b63ef4d975f9ceb176a938be366e6b78a2117d6b80", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:9a62d804a86fbbd9b971b84a0de8e068cca3ce12222f08d1cfc0fd7a785ac340", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:40dc44927e6b1b5e816729cfafeaf9d63864910dba3a6916851546692980e287", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:57a4dbaf6550b474e025bf9881b9231f512d0f9ba04afe617cd26830c6e439f1", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:3c677834cb828f2aee098785982b4578c0a3a39ee9633db50fe9459648c05fa5", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:f85249ff0ed55875c4a69079d7ecd14e1ab1145d9d488e4500793f75f946c963", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:efe210b27fcd6ce21a1fcfa53ffa06de7ffecac7816c3f87b13c219ea7188b13", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:4dcb04fda0b54f9bb5cda7976691faae3efd2e06c7c3f41077f29846495e54eb", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:98fc6c793ccdf4415b82903a037a83029d478e7bf04920d7ab22ad311e2d21e7", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:c459f3b2e2f5df490f54d2e535eee1c6d61e7ebefddc10c8c5cf7f508dd1846d", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:9cffb58378729a31769c2de0105e2e572d618aae359dded92269579953df1384", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:6e10304ec76b90cc08e52bc88090b732354492017f7e448ea3e22e7abb2d6f28", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fdfaeec1231cbc6a8fe1366d3d619221199fc669b52c88f78a318dc25b3be448", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:7f305e00748ff82c9800d6e7828d7335b95f677a7b5f77422f3000b450b08ecb", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:3cb6b62a35c140749a38953a00311c9217465a16e50ef61657ded032597f5126", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:6b40017101ee7b37a879acbfd07b399751b6602b230a8e293a131003f1d462c3", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:dfafe5dd0ea73b360c5190c7618d3493cccda7be4f083398005e53dc0ca86322", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:7ac03b53b914b07beb6a4ece0703e3d276d69ce0a1976debe2ac67a4cfed328b", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:49b12fd7ef59c18ddbdedd6155e3a78984d83175c477eb6255c17343fa5bf2b0", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:844efc4302901942e398bb028084d9d2055f3024e3cbe0c34e2e2809712363c3", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:5555d4a7c462894b995e60858377181362fa86660f5b2363baa45e751a7e246a", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:709ed409417f38a820c59fa55278561035f63e6ed3eaca1e0260ae86a7c44363", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:616c7437b295851e68ceac1a2b2c7dc62ca5ad094e7ee0b1967f9bcfee2c7efa", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:67aa3807e78b099dacbb68d7fc7b7a08485728527e6d0b1803283898197eca76", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:709e37211cdb369b59a87a0592833a736352361fc32e746e4e1faff53125df18", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:2104f2a4c05355646d5c32fef9b54bfe7a9b2b2bd78b9244e8133c52846a5aac", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:1bcf22515a219958b40735a948b71bd37c2b4d629fc2c3dd3177a807bcff2d92", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:fd0644378885cac36b394ac9fe7749be4aa4a03dd527959965ae9c48fc647db8", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:14e5b9dde80c0fa86c2b9271f08b4456962a6cde8de4237bee22944712bb1568", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:66ff2f217b26b350a064c0e64ff87585dbdab2de82dc80f92fbffacc396e2849", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9a4972b9fd4d16e5a2199fa84c97cd69898aa6bd431c3b988f4a988498ba8c8d", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:4788a9123253e153c62646cfbd8bdc8ec5bf86cd994bf1b0052553e669aacae2", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:43c63acbf820014c4f394df0ad4c499c44d1f2e4e8ba144d74a14996751c6a67", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Wednesday 23 July 2025 12:44:51 -0400 (0:00:02.836) 0:03:19.204 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Wednesday 23 July 2025 12:44:51 -0400 (0:00:00.070) 0:03:19.274 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Wednesday 23 July 2025 12:44:51 -0400 (0:00:00.115) 0:03:19.390 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Wednesday 23 July 2025 12:44:51 -0400 (0:00:00.066) 0:03:19.456 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Wednesday 23 July 2025 12:44:51 -0400 (0:00:00.040) 0:03:19.497 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Wednesday 23 July 2025 12:44:51 -0400 (0:00:00.035) 0:03:19.533 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Wednesday 23 July 2025 12:44:51 -0400 (0:00:00.035) 0:03:19.569 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Wednesday 23 July 2025 12:44:51 -0400 (0:00:00.039) 0:03:19.609 ******** included: /tmp/collections-DMV/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-DMV/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-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:44:52 -0400 (0:00:00.192) 0:03:19.801 ******** 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_kqq09oh8_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:44:52 -0400 (0:00:00.086) 0:03:19.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": "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_kqq09oh8_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:44:52 -0400 (0:00:00.066) 0:03:19.954 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:44:52 -0400 (0:00:00.110) 0:03:20.064 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:44:52 -0400 (0:00:00.092) 0:03:20.157 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:44:52 -0400 (0:00:00.410) 0:03:20.568 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:44:52 -0400 (0:00:00.069) 0:03:20.637 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:44:53 -0400 (0:00:00.094) 0:03:20.732 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:44:53 -0400 (0:00:00.476) 0:03:21.209 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004328", "end": "2025-07-23 12:44:53.834936", "rc": 0, "start": "2025-07-23 12:44:53.830608" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:44:53 -0400 (0:00:00.437) 0:03:21.646 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.005630", "end": "2025-07-23 12:44:54.286101", "rc": 0, "start": "2025-07-23 12:44:54.280471" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:44:54 -0400 (0:00:00.454) 0:03:22.100 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:44:54 -0400 (0:00:00.071) 0:03:22.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 : Get subgid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:44:54 -0400 (0:00:00.067) 0:03:22.239 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:44:54 -0400 (0:00:00.047) 0:03:22.287 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:44:54 -0400 (0:00:00.102) 0:03:22.389 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:44:54 -0400 (0:00:00.042) 0:03:22.432 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:44:54 -0400 (0:00:00.045) 0:03:22.477 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:44:54 -0400 (0:00:00.052) 0:03:22.530 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:44:54 -0400 (0:00:00.061) 0:03:22.592 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:44:54 -0400 (0:00:00.059) 0:03:22.651 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:44:54 -0400 (0:00:00.050) 0:03:22.701 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:44:55 -0400 (0:00:00.047) 0:03:22.749 ******** 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.006457", "end": "2025-07-23 12:44:55.371787", "rc": 0, "start": "2025-07-23 12:44:55.365330" } 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:44:55 -0400 (0:00:00.408) 0:03:23.158 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:44:55 -0400 (0:00:00.039) 0:03:23.197 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 23 July 2025 12:44:55 -0400 (0:00:00.111) 0:03:23.309 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:44:55 -0400 (0:00:00.188) 0:03:23.498 ******** changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "podman_basic_user" ], "delta": "0:00:00.024940", "end": "2025-07-23 12:44:56.129302", "rc": 0, "start": "2025-07-23 12:44:56.104362" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:44:56 -0400 (0:00:00.454) 0:03:23.953 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:44:56 -0400 (0:00:00.047) 0:03:24.000 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 23 July 2025 12:44:56 -0400 (0:00:00.039) 0:03:24.040 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_kqq09oh8_podman/httpd1", "/tmp/lsr_kqq09oh8_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 23 July 2025 12:44:56 -0400 (0:00:00.058) 0:03:24.098 ******** changed: [managed-node2] => (item=/tmp/lsr_kqq09oh8_podman/httpd1) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_kqq09oh8_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_kqq09oh8_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 3001 } changed: [managed-node2] => (item=/tmp/lsr_kqq09oh8_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_kqq09oh8_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 23 July 2025 12:44:57 -0400 (0:00:00.820) 0:03:24.919 ******** 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 : Check the kubernetes yaml file] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 23 July 2025 12:44:59 -0400 (0:00:01.988) 0:03:26.907 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 23 July 2025 12:44:59 -0400 (0:00:00.443) 0:03:27.351 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Wednesday 23 July 2025 12:45:00 -0400 (0:00:00.460) 0:03:27.811 ******** changed: [managed-node2] => { "changed": true, "checksum": "74c28f0f0c36fe0b66159596801cff19aedef0b8", "dest": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "gid": 3001, "group": "podman_basic_user", "md5sum": "f780876eff7ebc39bfacccf3a5a0dfe2", "mode": "0644", "owner": "podman_basic_user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 762, "src": "/root/.ansible/tmp/ansible-tmp-1753289100.1547253-12387-259750611673872/.source.yml", "state": "file", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:84 Wednesday 23 July 2025 12:45:00 -0400 (0:00:00.765) 0:03:28.577 ******** 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: f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0 Container: 12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0 STDERR: time="2025-07-23T12:45:01-04:00" level=info msg="/bin/podman filtering at log level debug" time="2025-07-23T12:45:01-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-07-23T12:45:01-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2025-07-23T12:45:01-04:00" level=info msg="Using sqlite as database backend" time="2025-07-23T12:45:01-04:00" level=debug msg="systemd-logind: Unknown object '/'." time="2025-07-23T12:45:01-04:00" level=debug msg="Using graph driver overlay" time="2025-07-23T12:45:01-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2025-07-23T12:45:01-04:00" level=debug msg="Using run root /run/user/3001/containers" time="2025-07-23T12:45:01-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2025-07-23T12:45:01-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2025-07-23T12:45:01-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2025-07-23T12:45:01-04:00" level=debug msg="Using transient store: false" time="2025-07-23T12:45:01-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-07-23T12:45:01-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-07-23T12:45:01-04:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2025-07-23T12:45:01-04:00" level=debug msg="Cached value indicated that native-diff is usable" time="2025-07-23T12:45:01-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2025-07-23T12:45:01-04:00" level=debug msg="Initializing event backend file" time="2025-07-23T12:45:01-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2025-07-23T12:45:01-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-07-23T12:45:01-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2025-07-23T12:45:01-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2025-07-23T12:45:01-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2025-07-23T12:45:01-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2025-07-23T12:45:01-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-07-23T12:45:01-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2025-07-23T12:45:01-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2025-07-23T12:45:01-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2025-07-23T12:45:01-04:00" level=info msg="Setting parallel job count to 7" time="2025-07-23T12:45:01-04:00" level=debug msg="Successfully loaded 1 networks" time="2025-07-23T12:45:01-04:00" level=debug msg="found free device name podman1" time="2025-07-23T12:45:01-04:00" level=debug msg="found free ipv4 network subnet 10.89.0.0/24" time="2025-07-23T12:45:01-04:00" level=debug msg="Pod using bridge network mode" time="2025-07-23T12:45:01-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0.slice for parent user.slice and name libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0" time="2025-07-23T12:45:01-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0.slice" time="2025-07-23T12:45:01-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0.slice" time="2025-07-23T12:45:01-04:00" level=debug msg="no command or entrypoint provided, and no CMD or ENTRYPOINT from image: defaulting to empty string" time="2025-07-23T12:45:01-04:00" level=debug msg="using systemd mode: false" time="2025-07-23T12:45:01-04:00" level=debug msg="setting container name f98ec3c959ef-infra" time="2025-07-23T12:45:01-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network b73fd957cb2d17b595dd446c94fca8d43928a91d094467413c3ffe4061fed41f bridge podman1 2025-07-23 12:45:01.401614089 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2025-07-23T12:45:01-04:00" level=debug msg="Successfully loaded 2 networks" time="2025-07-23T12:45:01-04:00" level=debug msg="Allocated lock 1 for container 22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44" time="2025-07-23T12:45:01-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are not supported" time="2025-07-23T12:45:01-04:00" level=debug msg="Check for idmapped mounts support " time="2025-07-23T12:45:01-04:00" level=debug msg="Created container \"22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Container \"22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44/userdata\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Container \"22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44\" has run directory \"/run/user/3001/containers/overlay-containers/22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44/userdata\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-07-23T12:45:01-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-07-23T12:45:01-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-07-23T12:45:01-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-07-23T12:45:01-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-07-23T12:45:01-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2025-07-23T12:45:01-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-07-23T12:45:01-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-07-23T12:45:01-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-07-23T12:45:01-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-07-23T12:45:01-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-07-23T12:45:01-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-07-23T12:45:01-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:01-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-07-23T12:45:01-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-07-23T12:45:01-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-07-23T12:45:01-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-07-23T12:45:01-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-07-23T12:45:01-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-07-23T12:45:01-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:01-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-07-23T12:45:01-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-07-23T12:45:01-04:00" level=debug msg="using systemd mode: false" time="2025-07-23T12:45:01-04:00" level=debug msg="adding container to pod httpd1" time="2025-07-23T12:45:01-04:00" level=debug msg="setting container name httpd1-httpd1" time="2025-07-23T12:45:01-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2025-07-23T12:45:01-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-07-23T12:45:01-04:00" level=debug msg="Adding mount /proc" time="2025-07-23T12:45:01-04:00" level=debug msg="Adding mount /dev" time="2025-07-23T12:45:01-04:00" level=debug msg="Adding mount /dev/pts" time="2025-07-23T12:45:01-04:00" level=debug msg="Adding mount /dev/mqueue" time="2025-07-23T12:45:01-04:00" level=debug msg="Adding mount /sys" time="2025-07-23T12:45:01-04:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2025-07-23T12:45:01-04:00" level=debug msg="Allocated lock 2 for container 12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0" time="2025-07-23T12:45:01-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Created container \"12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Container \"12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0/userdata\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Container \"12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0\" has run directory \"/run/user/3001/containers/overlay-containers/12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0/userdata\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Strongconnecting node 22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44" time="2025-07-23T12:45:01-04:00" level=debug msg="Pushed 22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44 onto stack" time="2025-07-23T12:45:01-04:00" level=debug msg="Finishing node 22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44. Popped 22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44 off stack" time="2025-07-23T12:45:01-04:00" level=debug msg="Strongconnecting node 12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0" time="2025-07-23T12:45:01-04:00" level=debug msg="Pushed 12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0 onto stack" time="2025-07-23T12:45:01-04:00" level=debug msg="Finishing node 12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0. Popped 12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0 off stack" time="2025-07-23T12:45:01-04:00" level=debug msg="Made network namespace at /run/user/3001/netns/netns-30a92af6-4fe7-3509-2c24-ad3093f91e24 for container 22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44" time="2025-07-23T12:45:01-04:00" level=debug msg="Created root filesystem for container 22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44 at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44/rootfs/merge" time="2025-07-23T12:45:01-04:00" level=debug msg="Creating rootless network namespace at \"/run/user/3001/containers/networks/rootless-netns/rootless-netns\"" time="2025-07-23T12:45:01-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-07-23T12:45:01-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::core_utils] Setting sysctl value for net.ipv4.ip_forward to 1 [DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv4/conf/podman1/rp_filter to 2 [DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv6/conf/eth0/autoconf to 0 [DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv4/conf/eth0/arp_notify to 1 [DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/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_b73fd957_10_89_0_0_nm24 [DEBUG netavark::network::core_utils] Setting sysctl value for net.ipv4.conf.podman1.route_localnet to 1 [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: "7a:db:6c:5e:94:04", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2025-07-23T12:45:01-04:00" level=debug msg="rootlessport: time=\"2025-07-23T12:45:01-04:00\" level=info msg=\"Starting parent driver\"\n" time="2025-07-23T12:45:01-04:00" level=debug msg="rootlessport: time=\"2025-07-23T12:45:01-04:00\" level=info msg=\"opaque=map[builtin.readypipepath:/run/user/3001/libpod/tmp/rootlessport1053897969/.bp-ready.pipe builtin.socketpath:/run/user/3001/libpod/tmp/rootlessport1053897969/.bp.sock]\"\n" time="2025-07-23T12:45:01-04:00" level=debug msg="rootlessport: time=\"2025-07-23T12:45:01-04:00\" level=info msg=\"Starting child driver in child netns (\\\"/proc/self/exe\\\" [rootlessport-child])\"\n" time="2025-07-23T12:45:01-04:00" level=debug msg="rootlessport: time=\"2025-07-23T12:45:01-04:00\" level=info msg=\"Waiting for initComplete\"\n" time="2025-07-23T12:45:01-04:00" level=debug msg="rootlessport: time=\"2025-07-23T12:45:01-04:00\" level=info msg=\"initComplete is closed; parent and child established the communication channel\"\ntime=\"2025-07-23T12:45:01-04:00\" level=info msg=\"Exposing ports [{ 80 15001 1 tcp}]\"\n" time="2025-07-23T12:45:01-04:00" level=debug msg="rootlessport is ready" time="2025-07-23T12:45:01-04:00" level=debug msg="rootlessport: time=\"2025-07-23T12:45:01-04:00\" level=info msg=Ready\n" time="2025-07-23T12:45:01-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2025-07-23T12:45:01-04:00" level=debug msg="Setting Cgroups for container 22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44 to user-libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0.slice:libpod:22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44" time="2025-07-23T12:45:01-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2025-07-23T12:45:01-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44/rootfs/merge\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Created OCI spec for container 22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44 at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44/userdata/config.json" time="2025-07-23T12:45:01-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0.slice for parent user.slice and name libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0" time="2025-07-23T12:45:01-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0.slice" time="2025-07-23T12:45:01-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0.slice" time="2025-07-23T12:45:01-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2025-07-23T12:45:01-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44 -u 22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44 -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44/userdata -p /run/user/3001/containers/overlay-containers/22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44/userdata/pidfile -n f98ec3c959ef-infra --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44 --full-attach -s -l k8s-file:/home/podman_basic_user/.local/share/containers/storage/overlay-containers/22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44/userdata/ctr.log --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44/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 --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 22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44]" time="2025-07-23T12:45:01-04:00" level=info msg="Running conmon under slice user-libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0.slice and unitName libpod-conmon-22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2025-07-23T12:45:01-04:00" level=debug msg="Received: 28829" time="2025-07-23T12:45:01-04:00" level=info msg="Got Conmon PID as 28827" time="2025-07-23T12:45:01-04:00" level=debug msg="Created container 22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44 in OCI runtime" time="2025-07-23T12:45:01-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2025-07-23T12:45:01-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2025-07-23T12:45:01-04:00" level=debug msg="Starting container 22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44 with command [/catatonit -P]" time="2025-07-23T12:45:01-04:00" level=debug msg="Started container 22850a3d20b78e4385fdf646a65842d5cb0b356f9cca63a7e34b8a309fda5d44" time="2025-07-23T12:45:01-04:00" level=debug msg="overlay: mount_data=lowerdir=/home/podman_basic_user/.local/share/containers/storage/overlay/l/YWBEPRB3C2LKODSAB4XO5ELQ2B,upperdir=/home/podman_basic_user/.local/share/containers/storage/overlay/071dda064c5d1f1741d98d7a45cb00f40cd840cafdf92b87eee0dcfd28690c29/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/071dda064c5d1f1741d98d7a45cb00f40cd840cafdf92b87eee0dcfd28690c29/work,userxattr,context=\"system_u:object_r:container_file_t:s0:c395,c856\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Mounted container \"12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0\" at \"/home/podman_basic_user/.local/share/containers/storage/overlay/071dda064c5d1f1741d98d7a45cb00f40cd840cafdf92b87eee0dcfd28690c29/merged\"" time="2025-07-23T12:45:01-04:00" level=debug msg="Created root filesystem for container 12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0 at /home/podman_basic_user/.local/share/containers/storage/overlay/071dda064c5d1f1741d98d7a45cb00f40cd840cafdf92b87eee0dcfd28690c29/merged" time="2025-07-23T12:45:01-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2025-07-23T12:45:01-04:00" level=debug msg="Setting Cgroups for container 12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0 to user-libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0.slice:libpod:12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0" time="2025-07-23T12:45:01-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2025-07-23T12:45:01-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2025-07-23T12:45:01-04:00" level=debug msg="Created OCI spec for container 12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0 at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0/userdata/config.json" time="2025-07-23T12:45:01-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0.slice for parent user.slice and name libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0" time="2025-07-23T12:45:01-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0.slice" time="2025-07-23T12:45:01-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0.slice" time="2025-07-23T12:45:01-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2025-07-23T12:45:01-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0 -u 12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0 -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0/userdata -p /run/user/3001/containers/overlay-containers/12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0/userdata/pidfile -n httpd1-httpd1 --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0 --full-attach -s -l k8s-file:/home/podman_basic_user/.local/share/containers/storage/overlay-containers/12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0/userdata/ctr.log --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0/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 --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 12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0]" time="2025-07-23T12:45:01-04:00" level=info msg="Running conmon under slice user-libpod_pod_f98ec3c959ef8c145f0185eb7c4342ac290f4bd3d1917d0e7fd46e65f5c058d0.slice and unitName libpod-conmon-12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2025-07-23T12:45:01-04:00" level=debug msg="Received: 28834" time="2025-07-23T12:45:01-04:00" level=info msg="Got Conmon PID as 28832" time="2025-07-23T12:45:01-04:00" level=debug msg="Created container 12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0 in OCI runtime" time="2025-07-23T12:45:01-04:00" level=debug msg="Starting container 12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0 with command [/bin/busybox-extras httpd -f -p 80]" time="2025-07-23T12:45:01-04:00" level=debug msg="Started container 12ddcaf83aca0e99ba0518598fa00ef848eae4f70bcc3fc475751ff18800cec0" time="2025-07-23T12:45:01-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-07-23T12:45:01-04:00" level=debug msg="Shutting down engines" time="2025-07-23T12:45:01-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=28768 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:92 Wednesday 23 July 2025 12:45:01 -0400 (0:00:01.061) 0:03:29.639 ******** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:104 Wednesday 23 July 2025 12:45:02 -0400 (0:00:00.758) 0:03:30.398 ******** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount network-online.target \"app-podman\\\\x2dkube.slice\" basic.target run-user-3001.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "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": "3580190720", "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": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:117 Wednesday 23 July 2025 12:45:03 -0400 (0:00:00.720) 0:03:31.118 ******** changed: [managed-node2] => { "changed": true, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target basic.target \"app-podman\\\\x2dkube.slice\" -.mount run-user-3001.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "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": "3579564032", "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": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:131 Wednesday 23 July 2025 12:45:14 -0400 (0:00:11.326) 0:03:42.445 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:45:14 -0400 (0:00:00.044) 0:03:42.489 ******** 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_kqq09oh8_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:45:14 -0400 (0:00:00.057) 0:03:42.547 ******** 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_kqq09oh8_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:45:14 -0400 (0:00:00.087) 0:03:42.634 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:45:14 -0400 (0:00:00.047) 0:03:42.682 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:45:15 -0400 (0:00:00.088) 0:03:42.771 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:45:15 -0400 (0:00:00.402) 0:03:43.173 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:45:15 -0400 (0:00:00.044) 0:03:43.218 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:45:15 -0400 (0:00:00.071) 0:03:43.290 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:45:16 -0400 (0:00:00.466) 0:03:43.757 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:45:16 -0400 (0:00:00.042) 0:03:43.799 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:45:16 -0400 (0:00:00.041) 0:03:43.841 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:45:16 -0400 (0:00:00.040) 0:03:43.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 : Get subgid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:45:16 -0400 (0:00:00.062) 0:03:43.944 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:45:16 -0400 (0:00:00.060) 0:03:44.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 user not in subuid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:45:16 -0400 (0:00:00.059) 0:03:44.064 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:45:16 -0400 (0:00:00.045) 0:03:44.110 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:45:16 -0400 (0:00:00.051) 0:03:44.161 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:45:16 -0400 (0:00:00.048) 0:03:44.209 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:45:16 -0400 (0:00:00.060) 0:03:44.269 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:45:16 -0400 (0:00:00.050) 0:03:44.319 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:45:16 -0400 (0:00:00.109) 0:03:44.428 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:45:16 -0400 (0:00:00.046) 0:03:44.475 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005692", "end": "2025-07-23 12:45:17.074144", "rc": 0, "start": "2025-07-23 12:45:17.068452" } 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:45:17 -0400 (0:00:00.384) 0:03:44.859 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:45:17 -0400 (0:00:00.037) 0:03:44.897 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 23 July 2025 12:45:17 -0400 (0:00:00.099) 0:03:44.997 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:45:17 -0400 (0:00:00.070) 0:03:45.067 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:45:17 -0400 (0:00:00.042) 0:03:45.110 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:45:17 -0400 (0:00:00.061) 0:03:45.172 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 23 July 2025 12:45:17 -0400 (0:00:00.064) 0:03:45.236 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_kqq09oh8_podman/httpd2", "/tmp/lsr_kqq09oh8_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 23 July 2025 12:45:17 -0400 (0:00:00.092) 0:03:45.328 ******** ok: [managed-node2] => (item=/tmp/lsr_kqq09oh8_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_kqq09oh8_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_kqq09oh8_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_kqq09oh8_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_kqq09oh8_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 23 July 2025 12:45:18 -0400 (0:00:00.892) 0:03:46.221 ******** ok: [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": 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 : Check the kubernetes yaml file] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 23 July 2025 12:45:19 -0400 (0:00:00.951) 0:03:47.172 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 23 July 2025 12:45:19 -0400 (0:00:00.432) 0:03:47.605 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Wednesday 23 July 2025 12:45:20 -0400 (0:00:00.490) 0:03:48.096 ******** changed: [managed-node2] => { "changed": true, "checksum": "995573619cb99b967364660fbcb32c76fa48e2fc", "dest": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "gid": 0, "group": "root", "md5sum": "694cdf8695db093e579913db169a7d1f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 762, "src": "/root/.ansible/tmp/ansible-tmp-1753289120.4433866-12994-86851856565914/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:84 Wednesday 23 July 2025 12:45:21 -0400 (0:00:00.729) 0:03:48.825 ******** 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: c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f Container: e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b STDERR: time="2025-07-23T12:45:21-04:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2025-07-23T12:45:21-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-07-23T12:45:21-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2025-07-23T12:45:21-04:00" level=info msg="Using sqlite as database backend" time="2025-07-23T12:45:21-04:00" level=debug msg="Using graph driver overlay" time="2025-07-23T12:45:21-04:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2025-07-23T12:45:21-04:00" level=debug msg="Using run root /run/containers/storage" time="2025-07-23T12:45:21-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2025-07-23T12:45:21-04:00" level=debug msg="Using tmp dir /run/libpod" time="2025-07-23T12:45:21-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2025-07-23T12:45:21-04:00" level=debug msg="Using transient store: false" time="2025-07-23T12:45:21-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-07-23T12:45:21-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-07-23T12:45:21-04:00" level=debug msg="Cached value indicated that metacopy is being used" time="2025-07-23T12:45:21-04:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2025-07-23T12:45:21-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-07-23T12:45:21-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2025-07-23T12:45:21-04:00" level=debug msg="Initializing event backend journald" time="2025-07-23T12:45:21-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-07-23T12:45:21-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2025-07-23T12:45:21-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2025-07-23T12:45:21-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2025-07-23T12:45:21-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-07-23T12:45:21-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2025-07-23T12:45:21-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2025-07-23T12:45:21-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2025-07-23T12:45:21-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2025-07-23T12:45:21-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2025-07-23T12:45:21-04:00" level=info msg="Setting parallel job count to 7" time="2025-07-23T12:45:21-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 036ab42c7000a78d323b7c43aefbda8c00c4180660ffdc16a49e1dedc83c2ba7 bridge podman1 2025-07-23 12:43:16.642382022 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2025-07-23T12:45:21-04:00" level=debug msg="Successfully loaded 2 networks" time="2025-07-23T12:45:21-04:00" level=debug msg="Pod using bridge network mode" time="2025-07-23T12:45:21-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f.slice for parent machine.slice and name libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f" time="2025-07-23T12:45:21-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f.slice" time="2025-07-23T12:45:21-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f.slice" time="2025-07-23T12:45:21-04:00" level=debug msg="no command or entrypoint provided, and no CMD or ENTRYPOINT from image: defaulting to empty string" time="2025-07-23T12:45:21-04:00" level=debug msg="using systemd mode: false" time="2025-07-23T12:45:21-04:00" level=debug msg="setting container name c1193cbca7ed-infra" time="2025-07-23T12:45:21-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Allocated lock 1 for container 8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3" time="2025-07-23T12:45:21-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are supported" time="2025-07-23T12:45:21-04:00" level=debug msg="Created container \"8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Container \"8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3\" has work directory \"/var/lib/containers/storage/overlay-containers/8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3/userdata\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Container \"8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3\" has run directory \"/run/containers/storage/overlay-containers/8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3/userdata\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-07-23T12:45:21-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-07-23T12:45:21-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-07-23T12:45:21-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-07-23T12:45:21-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-07-23T12:45:21-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2025-07-23T12:45:21-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-07-23T12:45:21-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-07-23T12:45:21-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-07-23T12:45:21-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-07-23T12:45:21-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-07-23T12:45:21-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-07-23T12:45:21-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:21-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-07-23T12:45:21-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-07-23T12:45:21-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-07-23T12:45:21-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-07-23T12:45:21-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-07-23T12:45:21-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-07-23T12:45:21-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:21-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-07-23T12:45:21-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-07-23T12:45:21-04:00" level=debug msg="using systemd mode: false" time="2025-07-23T12:45:21-04:00" level=debug msg="adding container to pod httpd2" time="2025-07-23T12:45:21-04:00" level=debug msg="setting container name httpd2-httpd2" time="2025-07-23T12:45:21-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2025-07-23T12:45:21-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-07-23T12:45:21-04:00" level=debug msg="Adding mount /proc" time="2025-07-23T12:45:21-04:00" level=debug msg="Adding mount /dev" time="2025-07-23T12:45:21-04:00" level=debug msg="Adding mount /dev/pts" time="2025-07-23T12:45:21-04:00" level=debug msg="Adding mount /dev/mqueue" time="2025-07-23T12:45:21-04:00" level=debug msg="Adding mount /sys" time="2025-07-23T12:45:21-04:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2025-07-23T12:45:21-04:00" level=debug msg="Allocated lock 2 for container e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b" time="2025-07-23T12:45:21-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Created container \"e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Container \"e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b\" has work directory \"/var/lib/containers/storage/overlay-containers/e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b/userdata\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Container \"e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b\" has run directory \"/run/containers/storage/overlay-containers/e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b/userdata\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Strongconnecting node 8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3" time="2025-07-23T12:45:21-04:00" level=debug msg="Pushed 8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3 onto stack" time="2025-07-23T12:45:21-04:00" level=debug msg="Finishing node 8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3. Popped 8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3 off stack" time="2025-07-23T12:45:21-04:00" level=debug msg="Strongconnecting node e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b" time="2025-07-23T12:45:21-04:00" level=debug msg="Pushed e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b onto stack" time="2025-07-23T12:45:21-04:00" level=debug msg="Finishing node e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b. Popped e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b off stack" time="2025-07-23T12:45:21-04:00" level=debug msg="Created root filesystem for container 8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3 at /var/lib/containers/storage/overlay-containers/8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3/rootfs/merge" time="2025-07-23T12:45:21-04:00" level=debug msg="Made network namespace at /run/netns/netns-bd272adc-d06d-87fa-9990-29191f68faaf for container 8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3" [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::core_utils] Setting sysctl value for net.ipv4.ip_forward to 1 [DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv4/conf/podman1/rp_filter to 2 [DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv6/conf/eth0/autoconf to 0 [DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv4/conf/eth0/arp_notify to 1 [DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/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_036ab42c_10_89_0_0_nm24 [DEBUG netavark::network::core_utils] Setting sysctl value for net.ipv4.conf.podman1.route_localnet to 1 [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: "9e:3f:e1:44:ac:dd", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2025-07-23T12:45:21-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2025-07-23T12:45:21-04:00" level=debug msg="Setting Cgroups for container 8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3 to machine-libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f.slice:libpod:8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3" time="2025-07-23T12:45:21-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2025-07-23T12:45:21-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/var/lib/containers/storage/overlay-containers/8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3/rootfs/merge\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Created OCI spec for container 8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3 at /var/lib/containers/storage/overlay-containers/8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3/userdata/config.json" time="2025-07-23T12:45:21-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f.slice for parent machine.slice and name libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f" time="2025-07-23T12:45:21-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f.slice" time="2025-07-23T12:45:21-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f.slice" time="2025-07-23T12:45:21-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2025-07-23T12:45:21-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3 -u 8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3/userdata -p /run/containers/storage/overlay-containers/8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3/userdata/pidfile -n c1193cbca7ed-infra --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3/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 --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 8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3]" time="2025-07-23T12:45:21-04:00" level=info msg="Running conmon under slice machine-libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f.slice and unitName libpod-conmon-8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3.scope" time="2025-07-23T12:45:21-04:00" level=debug msg="Received: 31363" time="2025-07-23T12:45:21-04:00" level=info msg="Got Conmon PID as 31361" time="2025-07-23T12:45:21-04:00" level=debug msg="Created container 8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3 in OCI runtime" time="2025-07-23T12:45:21-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2025-07-23T12:45:21-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2025-07-23T12:45:21-04:00" level=debug msg="Starting container 8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3 with command [/catatonit -P]" time="2025-07-23T12:45:21-04:00" level=debug msg="Started container 8137578ebcc735c408913afac1810ac1d16786d4db72ad845a322ae19d1351d3" time="2025-07-23T12:45:21-04:00" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/l/JXTSM2VFCBIKCZICYRLSF7D5UH,upperdir=/var/lib/containers/storage/overlay/001f2a2926d76c744a6ac4a46e7da8e3a506aca16bc0be823fa4dd67767daec5/diff,workdir=/var/lib/containers/storage/overlay/001f2a2926d76c744a6ac4a46e7da8e3a506aca16bc0be823fa4dd67767daec5/work,nodev,metacopy=on,context=\"system_u:object_r:container_file_t:s0:c572,c982\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Mounted container \"e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b\" at \"/var/lib/containers/storage/overlay/001f2a2926d76c744a6ac4a46e7da8e3a506aca16bc0be823fa4dd67767daec5/merged\"" time="2025-07-23T12:45:21-04:00" level=debug msg="Created root filesystem for container e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b at /var/lib/containers/storage/overlay/001f2a2926d76c744a6ac4a46e7da8e3a506aca16bc0be823fa4dd67767daec5/merged" time="2025-07-23T12:45:21-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2025-07-23T12:45:21-04:00" level=debug msg="Setting Cgroups for container e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b to machine-libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f.slice:libpod:e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b" time="2025-07-23T12:45:21-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2025-07-23T12:45:21-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2025-07-23T12:45:21-04:00" level=debug msg="Created OCI spec for container e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b at /var/lib/containers/storage/overlay-containers/e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b/userdata/config.json" time="2025-07-23T12:45:21-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f.slice for parent machine.slice and name libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f" time="2025-07-23T12:45:21-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f.slice" time="2025-07-23T12:45:21-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f.slice" time="2025-07-23T12:45:21-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2025-07-23T12:45:21-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b -u e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b/userdata -p /run/containers/storage/overlay-containers/e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b/userdata/pidfile -n httpd2-httpd2 --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b/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 --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 e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b]" time="2025-07-23T12:45:21-04:00" level=info msg="Running conmon under slice machine-libpod_pod_c1193cbca7edfc92161c060d86cae7e813ddb7884a31fb68b9bc987f8084882f.slice and unitName libpod-conmon-e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b.scope" time="2025-07-23T12:45:21-04:00" level=debug msg="Received: 31368" time="2025-07-23T12:45:21-04:00" level=info msg="Got Conmon PID as 31366" time="2025-07-23T12:45:21-04:00" level=debug msg="Created container e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b in OCI runtime" time="2025-07-23T12:45:21-04:00" level=debug msg="Starting container e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b with command [/bin/busybox-extras httpd -f -p 80]" time="2025-07-23T12:45:21-04:00" level=debug msg="Started container e88af96434fc3069339e9f575f9231333d091ddfecff830878103afe9a34682b" time="2025-07-23T12:45:21-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-07-23T12:45:21-04:00" level=debug msg="Shutting down engines" time="2025-07-23T12:45:21-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=31304 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:92 Wednesday 23 July 2025 12:45:21 -0400 (0:00:00.860) 0:03:49.686 ******** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:104 Wednesday 23 July 2025 12:45:22 -0400 (0:00:00.789) 0:03:50.475 ******** 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": "sysinit.target \"system-podman\\\\x2dkube.slice\" systemd-journald.socket network-online.target basic.target -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "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": "3011883008", "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": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:117 Wednesday 23 July 2025 12:45:23 -0400 (0:00:00.851) 0:03:51.327 ******** 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": "-.mount systemd-journald.socket sysinit.target basic.target \"system-podman\\\\x2dkube.slice\" network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "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": "3004534784", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:131 Wednesday 23 July 2025 12:45:34 -0400 (0:00:11.358) 0:04:02.685 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:45:35 -0400 (0:00:00.074) 0:04:02.760 ******** 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_kqq09oh8_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_kqq09oh8_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:45:35 -0400 (0:00:00.088) 0:04:02.848 ******** 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_kqq09oh8_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:45:35 -0400 (0:00:00.183) 0:04:03.031 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:45:35 -0400 (0:00:00.074) 0:04:03.105 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:45:35 -0400 (0:00:00.122) 0:04:03.228 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:45:35 -0400 (0:00:00.076) 0:04:03.304 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:45:35 -0400 (0:00:00.078) 0:04:03.383 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:45:35 -0400 (0:00:00.094) 0:04:03.477 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:45:36 -0400 (0:00:00.443) 0:04:03.921 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:45:36 -0400 (0:00:00.043) 0:04:03.965 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:45:36 -0400 (0:00:00.042) 0:04:04.007 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:45:36 -0400 (0:00:00.042) 0:04:04.050 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:45:36 -0400 (0:00:00.045) 0:04:04.096 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:45:36 -0400 (0:00:00.152) 0:04:04.248 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:45:36 -0400 (0:00:00.069) 0:04:04.318 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:45:36 -0400 (0:00:00.068) 0:04:04.386 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:45:36 -0400 (0:00:00.065) 0:04:04.451 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:45:36 -0400 (0:00:00.074) 0:04:04.525 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:45:36 -0400 (0:00:00.104) 0:04:04.630 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:45:37 -0400 (0:00:00.091) 0:04:04.721 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:45:37 -0400 (0:00:00.078) 0:04:04.800 ******** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:45:37 -0400 (0:00:00.078) 0:04:04.879 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005764", "end": "2025-07-23 12:45:37.508795", "rc": 0, "start": "2025-07-23 12:45:37.503031" } 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:45:37 -0400 (0:00:00.444) 0:04:05.323 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:45:37 -0400 (0:00:00.061) 0:04:05.384 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 23 July 2025 12:45:37 -0400 (0:00:00.240) 0:04:05.624 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:45:38 -0400 (0:00:00.132) 0:04:05.757 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:45:38 -0400 (0:00:00.040) 0:04:05.798 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:45:38 -0400 (0:00:00.039) 0:04:05.837 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 23 July 2025 12:45:38 -0400 (0:00:00.042) 0:04:05.880 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_kqq09oh8_podman/httpd3", "/tmp/lsr_kqq09oh8_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 23 July 2025 12:45:38 -0400 (0:00:00.067) 0:04:05.947 ******** ok: [managed-node2] => (item=/tmp/lsr_kqq09oh8_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_kqq09oh8_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_kqq09oh8_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_kqq09oh8_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_kqq09oh8_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 23 July 2025 12:45:39 -0400 (0:00:00.846) 0:04:06.794 ******** ok: [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": 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 : Check the kubernetes yaml file] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 23 July 2025 12:45:40 -0400 (0:00:01.085) 0:04:07.880 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 23 July 2025 12:45:40 -0400 (0:00:00.406) 0:04:08.286 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Wednesday 23 July 2025 12:45:40 -0400 (0:00:00.413) 0:04:08.699 ******** changed: [managed-node2] => { "changed": true, "checksum": "1e70822ed97165a524478c6bd916cb410b4c6220", "dest": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "gid": 0, "group": "root", "md5sum": "055cddd44b4b2ba34bb49bc65403f38c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 762, "src": "/root/.ansible/tmp/ansible-tmp-1753289141.0530221-13549-42602610751530/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:84 Wednesday 23 July 2025 12:45:41 -0400 (0:00:00.764) 0:04:09.464 ******** changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": true } STDOUT: Pod: 483d08b5d83c8f8bea74ec2a0a157f7368e0bd0e4454407666026bed2e43e841 Container: 81a8d8d24b75a692aa8239376a50d3271d1f19290d17a5571e3900a251657abd TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:92 Wednesday 23 July 2025 12:45:42 -0400 (0:00:00.876) 0:04:10.341 ******** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:104 Wednesday 23 July 2025 12:45:43 -0400 (0:00:00.809) 0:04:11.151 ******** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount network-online.target basic.target systemd-journald.socket sysinit.target \"system-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "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": "3020890112", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:117 Wednesday 23 July 2025 12:45:44 -0400 (0:00:00.886) 0:04:12.037 ******** 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": "-.mount basic.target \"system-podman\\\\x2dkube.slice\" systemd-journald.socket network-online.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "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": "3007885312", "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": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:131 Wednesday 23 July 2025 12:45:55 -0400 (0:00:11.190) 0:04:23.228 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Wednesday 23 July 2025 12:45:55 -0400 (0:00:00.044) 0:04:23.273 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Wednesday 23 July 2025 12:45:55 -0400 (0:00:00.035) 0:04:23.308 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Wednesday 23 July 2025 12:45:55 -0400 (0:00:00.035) 0:04:23.343 ******** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Wednesday 23 July 2025 12:45:55 -0400 (0:00:00.035) 0:04:23.379 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:299 Wednesday 23 July 2025 12:45:55 -0400 (0:00:00.065) 0:04:23.444 ******** 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.088213", "end": "2025-07-23 12:45:56.250165", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2025-07-23 12:45:56.161952" } 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.035125", "end": "2025-07-23 12:45:56.647101", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2025-07-23 12:45:56.611976" } 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.034121", "end": "2025-07-23 12:45:57.030517", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2025-07-23 12:45:56.996396" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:310 Wednesday 23 July 2025 12:45:57 -0400 (0:00:01.373) 0:04:24.818 ******** 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.011739", "end": "2025-07-23 12:45:57.501305", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2025-07-23 12:45:57.489566" } 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.014477", "end": "2025-07-23 12:45:57.914014", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2025-07-23 12:45:57.899537" } 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.013880", "end": "2025-07-23 12:45:58.297904", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2025-07-23 12:45:58.284024" } 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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:327 Wednesday 23 July 2025 12:45:58 -0400 (0:00:01.294) 0:04:26.113 ******** 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": "Wed, 23 Jul 2025 16:45:59 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Wed, 23 Jul 2025 16:41: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": "Wed, 23 Jul 2025 16:45:59 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Wed, 23 Jul 2025 16:41:39 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) TASK [Check host directories] ************************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:335 Wednesday 23 July 2025 12:45:59 -0400 (0:00:01.370) 0:04:27.483 ******** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_kqq09oh8_podman/httpd1-create" ], "delta": "0:00:00.005510", "end": "2025-07-23 12:46:00.089278", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2025-07-23 12:46:00.083768" } STDOUT: total 0 drwxr-xr-x. 2 podman_basic_user podman_basic_user 6 Jul 23 12:44 ./ drwxrwxrwx. 8 root root 111 Jul 23 12:45 ../ ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_kqq09oh8_podman/httpd2-create" ], "delta": "0:00:00.004908", "end": "2025-07-23 12:46:00.454591", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2025-07-23 12:46:00.449683" } STDOUT: total 0 drwxr-xr-x. 2 root root 6 Jul 23 12:45 ./ drwxrwxrwx. 8 root root 111 Jul 23 12:45 ../ ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_kqq09oh8_podman/httpd3-create" ], "delta": "0:00:00.004502", "end": "2025-07-23 12:46:00.808009", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2025-07-23 12:46:00.803507" } STDOUT: total 0 drwxrwxrwx. 8 root root 111 Jul 23 12:45 ../ drwxr-xr-x. 2 root root 6 Jul 23 12:45 ./ TASK [Run role again to test for idempotency] ********************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:340 Wednesday 23 July 2025 12:46:00 -0400 (0:00:01.137) 0:04:28.621 ******** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 23 July 2025 12:46:01 -0400 (0:00:00.182) 0:04:28.803 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 23 July 2025 12:46:01 -0400 (0:00:00.111) 0:04:28.914 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 23 July 2025 12:46:01 -0400 (0:00:00.083) 0:04:28.998 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 23 July 2025 12:46:01 -0400 (0:00:00.074) 0:04:29.073 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Wednesday 23 July 2025 12:46:01 -0400 (0:00:00.072) 0:04:29.145 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Wednesday 23 July 2025 12:46:01 -0400 (0:00:00.071) 0:04:29.216 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Wednesday 23 July 2025 12:46:01 -0400 (0:00:00.070) 0:04:29.287 ******** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 23 July 2025 12:46:01 -0400 (0:00:00.255) 0:04:29.543 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 23 July 2025 12:46:02 -0400 (0:00:01.022) 0:04:30.565 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 23 July 2025 12:46:02 -0400 (0:00:00.041) 0:04:30.606 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 23 July 2025 12:46:02 -0400 (0:00:00.049) 0:04:30.656 ******** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Wednesday 23 July 2025 12:46:02 -0400 (0:00:00.042) 0:04:30.699 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Wednesday 23 July 2025 12:46:03 -0400 (0:00:00.041) 0:04:30.740 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Wednesday 23 July 2025 12:46:03 -0400 (0:00:00.046) 0:04:30.787 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025114", "end": "2025-07-23 12:46:03.421214", "rc": 0, "start": "2025-07-23 12:46:03.396100" } STDOUT: podman version 5.5.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Wednesday 23 July 2025 12:46:03 -0400 (0:00:00.421) 0:04:31.208 ******** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.5.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 23 July 2025 12:46:03 -0400 (0:00:00.041) 0:04:31.250 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Wednesday 23 July 2025 12:46:03 -0400 (0:00:00.045) 0:04:31.296 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Wednesday 23 July 2025 12:46:03 -0400 (0:00:00.061) 0:04:31.357 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 23 July 2025 12:46:03 -0400 (0:00:00.173) 0:04:31.531 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Wednesday 23 July 2025 12:46:03 -0400 (0:00:00.082) 0:04:31.613 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Wednesday 23 July 2025 12:46:04 -0400 (0:00:00.097) 0:04:31.711 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:46:04 -0400 (0:00:00.127) 0:04:31.838 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:46:04 -0400 (0:00:00.079) 0:04:31.918 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:46:04 -0400 (0:00:00.079) 0:04:31.997 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:46:04 -0400 (0:00:00.090) 0:04:32.087 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:46:04 -0400 (0:00:00.467) 0:04:32.555 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:46:04 -0400 (0:00:00.080) 0:04:32.635 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.152) 0:04:32.788 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.070) 0:04:32.858 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.048) 0:04:32.907 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.044) 0:04:32.951 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.044) 0:04:32.996 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.044) 0:04:33.040 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.040) 0:04:33.081 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.078) 0:04:33.160 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.071) 0:04:33.231 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.038) 0:04:33.270 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.040) 0:04:33.310 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.159) 0:04:33.469 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.045) 0:04:33.515 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.046) 0:04:33.561 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.091) 0:04:33.653 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Wednesday 23 July 2025 12:46:05 -0400 (0:00:00.039) 0:04:33.693 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Wednesday 23 July 2025 12:46:06 -0400 (0:00:00.041) 0:04:33.734 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Wednesday 23 July 2025 12:46:06 -0400 (0:00:00.075) 0:04:33.810 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Wednesday 23 July 2025 12:46:06 -0400 (0:00:00.044) 0:04:33.855 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Wednesday 23 July 2025 12:46:06 -0400 (0:00:00.138) 0:04:33.994 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Wednesday 23 July 2025 12:46:06 -0400 (0:00:00.043) 0:04:34.037 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Wednesday 23 July 2025 12:46:06 -0400 (0:00:00.044) 0:04:34.082 ******** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Wednesday 23 July 2025 12:46:06 -0400 (0:00:00.125) 0:04:34.207 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Wednesday 23 July 2025 12:46:06 -0400 (0:00:00.076) 0:04:34.283 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Wednesday 23 July 2025 12:46:06 -0400 (0:00:00.048) 0:04:34.332 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Wednesday 23 July 2025 12:46:06 -0400 (0:00:00.048) 0:04:34.381 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Wednesday 23 July 2025 12:46:06 -0400 (0:00:00.052) 0:04:34.434 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Wednesday 23 July 2025 12:46:06 -0400 (0:00:00.073) 0:04:34.507 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Wednesday 23 July 2025 12:46:06 -0400 (0:00:00.073) 0:04:34.581 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Wednesday 23 July 2025 12:46:07 -0400 (0:00:00.204) 0:04:34.785 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Wednesday 23 July 2025 12:46:07 -0400 (0:00:00.076) 0:04:34.862 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Wednesday 23 July 2025 12:46:07 -0400 (0:00:00.077) 0:04:34.939 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Wednesday 23 July 2025 12:46:08 -0400 (0:00:00.858) 0:04:35.798 ******** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Wednesday 23 July 2025 12:46:08 -0400 (0:00:00.065) 0:04:35.863 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Wednesday 23 July 2025 12:46:08 -0400 (0:00:00.047) 0:04:35.911 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Wednesday 23 July 2025 12:46:08 -0400 (0:00:00.041) 0:04:35.953 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Wednesday 23 July 2025 12:46:08 -0400 (0:00:00.050) 0:04:36.003 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Wednesday 23 July 2025 12:46:08 -0400 (0:00:00.053) 0:04:36.057 ******** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2025-07-23 12:42:59 EDT", "ActiveEnterTimestampMonotonic": "253780851", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice dbus-broker.service sysinit.target dbus.socket polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-07-23 12:42:58 EDT", "AssertTimestampMonotonic": "252980539", "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": "574287000", "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": "Wed 2025-07-23 12:42:58 EDT", "ConditionTimestampMonotonic": "252980536", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service iptables.service ebtables.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4562", "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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainHandoffTimestampMonotonic": "253011570", "ExecMainPID": "12279", "ExecMainStartTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainStartTimestampMonotonic": "252982991", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Wed 2025-07-23 12:42:58 EDT", "InactiveExitTimestampMonotonic": "252983747", "InvocationID": "b3f5df9c28a74e0f80a00bb54306fedd", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12279", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3001896960", "MemoryCurrent": "33415168", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33681408", "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": "system.slice sysinit.target 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", "StateChangeTimestamp": "Wed 2025-07-23 12:45:44 EDT", "StateChangeTimestampMonotonic": "418602921", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Wednesday 23 July 2025 12:46:08 -0400 (0:00:00.565) 0:04:36.622 ******** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2025-07-23 12:42:59 EDT", "ActiveEnterTimestampMonotonic": "253780851", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice dbus-broker.service sysinit.target dbus.socket polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-07-23 12:42:58 EDT", "AssertTimestampMonotonic": "252980539", "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": "574287000", "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": "Wed 2025-07-23 12:42:58 EDT", "ConditionTimestampMonotonic": "252980536", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service iptables.service ebtables.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4562", "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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainHandoffTimestampMonotonic": "253011570", "ExecMainPID": "12279", "ExecMainStartTimestamp": "Wed 2025-07-23 12:42:58 EDT", "ExecMainStartTimestampMonotonic": "252982991", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Wed 2025-07-23 12:42:58 EDT", "InactiveExitTimestampMonotonic": "252983747", "InvocationID": "b3f5df9c28a74e0f80a00bb54306fedd", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12279", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3001655296", "MemoryCurrent": "33415168", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33681408", "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": "system.slice sysinit.target 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", "StateChangeTimestamp": "Wed 2025-07-23 12:45:44 EDT", "StateChangeTimestampMonotonic": "418602921", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Wednesday 23 July 2025 12:46:09 -0400 (0:00:00.559) 0:04:37.182 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Wednesday 23 July 2025 12:46:09 -0400 (0:00:00.050) 0:04:37.232 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Wednesday 23 July 2025 12:46:09 -0400 (0:00:00.102) 0:04:37.335 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Wednesday 23 July 2025 12:46:09 -0400 (0:00:00.039) 0:04:37.375 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Wednesday 23 July 2025 12:46:10 -0400 (0:00:00.527) 0:04:37.902 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Wednesday 23 July 2025 12:46:10 -0400 (0:00:00.056) 0:04:37.959 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Wednesday 23 July 2025 12:46:10 -0400 (0:00:00.063) 0:04:38.022 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Wednesday 23 July 2025 12:46:10 -0400 (0:00:00.062) 0:04:38.085 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Wednesday 23 July 2025 12:46:10 -0400 (0:00:00.045) 0:04:38.130 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Wednesday 23 July 2025 12:46:10 -0400 (0:00:00.043) 0:04:38.173 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Wednesday 23 July 2025 12:46:10 -0400 (0:00:00.044) 0:04:38.218 ******** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Wednesday 23 July 2025 12:46:10 -0400 (0:00:00.066) 0:04:38.285 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Wednesday 23 July 2025 12:46:10 -0400 (0:00:00.196) 0:04:38.481 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Wednesday 23 July 2025 12:46:10 -0400 (0:00:00.061) 0:04:38.542 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Wednesday 23 July 2025 12:46:10 -0400 (0:00:00.050) 0:04:38.593 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Wednesday 23 July 2025 12:46:10 -0400 (0:00:00.100) 0:04:38.693 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Wednesday 23 July 2025 12:46:11 -0400 (0:00:00.047) 0:04:38.740 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Wednesday 23 July 2025 12:46:11 -0400 (0:00:00.071) 0:04:38.812 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Wednesday 23 July 2025 12:46:11 -0400 (0:00:00.047) 0:04:38.860 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Wednesday 23 July 2025 12:46:11 -0400 (0:00:00.042) 0:04:38.903 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Wednesday 23 July 2025 12:46:11 -0400 (0:00:00.041) 0:04:38.944 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Wednesday 23 July 2025 12:46:12 -0400 (0:00:00.959) 0:04:39.904 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Wednesday 23 July 2025 12:46:12 -0400 (0:00:00.057) 0:04:39.962 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Wednesday 23 July 2025 12:46:13 -0400 (0:00:00.836) 0:04:40.798 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Wednesday 23 July 2025 12:46:13 -0400 (0:00:00.860) 0:04:41.659 ******** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Wednesday 23 July 2025 12:46:14 -0400 (0:00:00.063) 0:04:41.722 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Wednesday 23 July 2025 12:46:14 -0400 (0:00:00.054) 0:04:41.777 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Wednesday 23 July 2025 12:46:14 -0400 (0:00:00.046) 0:04:41.823 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.929) 0:04:42.752 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.057) 0:04:42.810 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.058) 0:04:42.868 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.066) 0:04:42.935 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.054) 0:04:42.990 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.107) 0:04:43.097 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.049) 0:04:43.147 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.051) 0:04:43.198 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.044) 0:04:43.243 ******** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.064) 0:04:43.308 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.067) 0:04:43.376 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.051) 0:04:43.427 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.043) 0:04:43.470 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.046) 0:04:43.517 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.042) 0:04:43.559 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.036) 0:04:43.595 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Wednesday 23 July 2025 12:46:15 -0400 (0:00:00.035) 0:04:43.631 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Wednesday 23 July 2025 12:46:16 -0400 (0:00:00.716) 0:04:44.347 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Wednesday 23 July 2025 12:46:16 -0400 (0:00:00.063) 0:04:44.410 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:e4ea7d50b5a6144c51d9dbbbc51333a6210f91b924c590c24bddf16fd194d569", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:8eef9cf6ee45815427e24e0004d7955f6bdff25024700f8cf524c9842709d786", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:b567fa877d54d8d5b8fa2dc57a2b23c0ba2d7c44f386061bafbfee1265d3fcc8", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:193e56c9a38831a22d3c5d94c11cf577b6fa7dcfe77901f15616319f6997cb73", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:2115eae80db04893b3eb586f059b48c177581b244a594b3bb1fac4a6871db719", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:2c755ff2bfe3f383ea8c258fd52b7cabee97eae67970aa3cd07082338122b333", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9d3540bc177cb2bce4a71ad4eada807d857332a2a5d95451cfd7400bad7b9a55", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:096c7e1737ff6b3c945a70e277083caff25c6502dde9883d54a44f395e7241d4", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:4b921c9cb165ace187da7e6c5a17113ba0f7be0855645937a2cd1f098d544670", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7a3a73cfa2fb3d90dd958be2bccd9d281baca95d996b1414e55f44e69b5c332e", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:0238020714819d661e580ca114750af2b886b5cc69e6f579e5c6b4a45d562eff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:573bcf3a234986104937694eaa17a33d539451174044bb8e25ddeb89326ca284", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:1604b2e4c15a774b0e7c0c5088e2eb482478fa357f00800507811a114f4aba81", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:996d7ba221535a387a28f6cd4efc1146677a4c20fe1f81ae7d8b505d238d6c5f", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:31b2f3f4b64b01e2c173a58801f7835e7d00a924a48b029c1d8d754603da211e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:cacc3e227d14b33c01002600491c4c1abca2df7fc537c8e969151909f40c78da", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:8fc95dd14a430f6461e1bf9cfe2a0f4e4e5df7f072aa9c41b63e85a00b844d47", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:7374435af3eb50307da53455b0ed008ff20b648a43f222274371246c2c76304a", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4ae82ef212e71cebdc3882b8fca34a9246e83080a7aead8c8690fc13327f8c45", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:998af8c73e85f25be8a3da8b187953f0aa7f1d4e67713405f88083c0a48182c1", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:957d178cc482a2c8190bcbe338c22db1e2b13253fc3337d365b523807953e4b1", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:1475803363410e043183972af0b2987fb187efb9f961c2cdb95c80c710a12f16", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:b79650caf6f3dbd9ca2b81cb6eba85a72487775b4c24917be2374cf186ec46c8", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:c4fdc1fcb651ce014dea47bf6772ff7eb01820b427be1fb8750d92ec2fa03d12", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:14dbc6e633336534e9f181b056fc6cb9359745f536858f46621e1007b1cf56f3", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:a8d6bf860cb79cf4248bb786945329cb43559547cf82ff5016ae451bf89bce5e", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:9c71cdbc585f1f8ba677c2d2788676a059d4fdaaf7814198b06376fe328bb354", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:c7d8d226f1a6dc06930b2d2b72a1c64681148e71735cf656744b92b1ddf5a260", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:cf31443eaa76ca90fe205886d05d18c3b23f641b4db5c60df7c5acf849904974", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:f4580db91fd4f2bd961d8338e6b60b69f3ec75b65a9ed5f4b369a7d472b35d12", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:2057c6b9a791e3bd093a2ccd5db269b8eb43e5dcd9e172edd00130f970ba1bb4", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:e49e17f8cfcca68fee1e445446ffb4e08c22811f5283b8c251e1d13c12f4d8c7", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:f3f4a36ee1cae59620184efa3594bcad9fd7d80c48b13e2de4b9275d78be56e0", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:3f3b07d1c9de18c96ea7bbf12eb5ac8d47623c9df7224432d0357d988d1f72c4", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:85fd7b989e0778429930608bf25e6fc697f556810bb68e6742d0aa03127dc732", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:5b1a2a27d9599ab90186e5b6f3ce476e5d48133653157fa23a9c1d63ee910400", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:9b3727e8ec615aad56f6146546278f0caf5bb8d1114cc1bc7ef649e15647ea63", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c06d2e0183f2e1b567b2e81c8e6f7bcdf66c259c328037b7f262993453b0f9ca", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:c47e2d58f06f312e64c82b9fb72bb52e8337270735502b7c198f3ec4bd3fed35", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:b7fc454ce18340d1c1e191ac82c72ab8d2f6d0a8cf06846a127963329af9bff8", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:d1de473c6db097bdb5e73678f9fc1a1a29687f5de130573228d90590427d56f5", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:f9b8616ba7b8613a2a0c7345266dce151ae11f8185367358c27f9822b176038e", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:f54a18016ccb13f5d82a072349a8ad873a2c44008495c9fa8cbf92a24e73f5af", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:4780b43ac24c3cc8aadba63da31bcb7c036ce286dbdd2e4c5b9897687db968d2", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:47e4924f11b63d198f29ef7cf371b6fd2927aa746e612867c8e954823e700e76", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:f1c2428264bb3686d328aa32d417ccfee9d89511f13cf96e068603db7b0e895f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:081c2cd8300cc81c8b930df87834c2c9e3a0df1e24e2d64cceea44a343344eab", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:a05d7dd522d004396aa3051c64755cad1723be055754cac032de0e202c14d7dd", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:8b3ecb15887e1ef65fc39b5455cc63065cfaa14a3cdf2cd74612b1d4530e6a7c", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:af49721d5aa39e5038f7ba4515989f5672a77c93a7538c1c5461b655c699432f", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:54c29ad9eea717959a50a029e3c735670c1b06cbf0f45d72efbc0ddbba80c260", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:88942d6f32b10dcf2a8bb88a03b1a28973046f48d88826d7c037e5f715174620", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:43697ff520be41d687a7beb9fc0b502f66a75954607aa43849d66adf7624e8ec", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:5722a2f4e8d6f252d37f73e10681ad74368f4a8bf3394dbab6a7d4a72839ec57", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:8ebe457f66f9cee63598ffe20f5704a2aaba65d847964182284e909dd98de477", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:76c5317351ebaa96c38fb720bc7f47c01fa92de70048f70b86e1808fac1c4b21", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:90b84567bb56f3038714d67e066da7ae9e91848b89eb534e9f09c9d2e9a3d67e", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:1dddb24d705387ce3f66eb65244214d68c105a8c91585ac745c835a41d62f833", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:ba0224828b77ae059c0a80f0621f89d14b73671197cfbf9c2b86d124af5494dc", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:612e0f655d77e4a7382c496465cb0d06589b3c7a4d474a31cfb33a66d8f5c2ad", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:2d800bbf626539f60c2d434f779f19aeeb03f43c70538c52aef1bb5b95fe949f", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:f3dff18bc5fecf085cc0181acb46ea57aa573198801abeff85d104bee464d7f0", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:83f851cb13cbe50cfee455941cf62434401809ed4da7422fefbc5dbec711d374", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:897b408ab7d03609875d9f2dadfceb78e0db4808213d237e5b415b13bb9421d7", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:7fa21947b6420d32a2d3485772a7506b4eae60f39a2e3dcc3571988e4534c7f0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:44517aa39d38175715f2e6ccb2e36e8ea9e152fad10081bdab288d5bc167a580", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:80939025c245b119f6de45539be5f650ffcce042a2f68c68f92ecae8c7d6d740", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:699bf8f103b405736b644f56aba9ad0a862edd0b57940384a7da115aedb0010e", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:0b9238c17d536715575f59bfecc12b9bd073684e5b1d11f91a6af7e59da196cb", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:6d2b07a68470a854ea159b65d9635dd7b93702459fcb078d11a0ca7e369d021d", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:6c75d826aa351a91a5b27c91128300c3e912c3a366a1c6ead13762a32ee08137", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:e167828d7f89a5c3081c59a43d424a7cb691e58d0996f12ef066939e1949c34a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:a3f302a3eeec46cfbfce6e4dad0c2c7330a5a2c558ed1608c8171919d48cac5d", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:d34d6443a78e7df85c5c97d73947717ca3939b3a28b3e32934af8b9a5af32062", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:0b27d6aeb8869720ed19fab950cfd66f74042859f50968c5ff99e84a28a39eef", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:70f9cfcb569aaeae8547718eac7743e587fad2f1664d2df87fb38d614ed27b84", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:7bf09eb0b6ba28bac4727eb1092dbc2594c2aa46c1b8c02ac864c8bf5aeb1fd9", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:feb0ceb39dd490df8bf9b86df6072b767a3027e26ebf47103c8ba5ef8ff23465", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:2f3b3d1328d56a2ec2052edd18ce0e92ec0bc52f43359df3b632be1c885673d1", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:15e28eeeb11271e1d8305d944fdb9d79b88978e2fe3d336893fa6db6b5d42e37", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:f19f03db6978058949040dda5a18471586a285693e3b4d9deebe6bd4923ad456", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:19a8c5deb9b24ad71c434733f737d425341d9ba746c23e3d3ef31e4b4bfb2db5", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d76d65e11ddac8b9ec5fcf6068037816468590b4f4846dd19cf450217c4e0863", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:8677b0936b1d11e96c8021ad859569f70a680bd4cacee6f8d995f93e9d0c6621", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:037378efee02b22f1fc0932cc731ca39502bc26ef9d59d2242cfe31982f72f4d", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:b08852f6ee71d545cb74ff5e4699824511a74f2c970f77d6c0a74b5b378ae1b0", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:dfc6c204e6bf11c2681032c461399cc476eb0d90f3d80a15b4350b6088c79a48", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:89a3fb4eba440a2937aad1ed21f4b218299c04296828733fc48f1c01f132f70b", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:a56b93015eff48e01ff9a10e8b924792211f90690e17e79fb3132d026b8f31e4", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:7a26876f7876a5492c6df0e528c993716113f2455ff09a855febfdc75c9c2a2c", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:4133df3c0cdfe8f95ec179d55b41b1c20a4618dda012a105a89cf43895024e06", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:0d60878f686f9ca9ba3fe1421e5242537d7954d9202819464f0821b9ed6b8ed2", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:3606da90bbf95187f4bf3719b56d721193fc3341663d19955de67559c40aa58a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:c698c1db669071616c558c242ff7cc6e033bc75fcda304877424ddbc0f6b5242", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:338eb56a234aae4eef828fd110d8218508a3ca92b92d067386e5468e8e6fdf24", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:fce9ff72dd249b127c1b4cd7396acffacb3ec4e12aa7a4bd5269d56901be9b8d", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:da2529002c3c92bb86d2cacbfb0d0dbcbd3fc930bfd5fa4ae0979cbadcdc0b42", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:269a126a53bcf58763678d5d3214e281c9da08c34826b4ef3d55f4eec4b6fd3b", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:ed682c316c38583995dd7dd104727f9cf543de51ba1b4368952e2fc990a801ad", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:916cc83892dc1953fd17b3d13792cefe6126a45e0b50032e4ba3a93a63de5802", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:95b1c7d8043c449537ca197e73c0b380ca60942b0030af4986d212d1f23c6e79", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:41e56aa9bb3fe0f083110484e9f735f74a8ce67bc0ca9c0b820d03c87568501d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:3600a0e5c4b885f0ec0c92339c95289de66025f32d1f255ae59bc1eced6f6e93", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:4dce85f5d6ac71b9969a1174982f7600bac39777c17449ce14b231fb4cd1d041", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:7b02ac13da15246a0a494ff99e33ec45dde49b14af081b4463f28eb1578ea776", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:16ac50052f4c35207ec45d707fafb31686d38019355087d0cdd223a1a3aa978b", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:d40b77643a8b86168479d52c6833349668c17bd2678dc6cb0f24ed4981e996f2", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:b70aae17320c4a09c075cbdf96c768a8d81bc15fb31d5e0ad149386e750d66e8", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:4be29418a9d80b4e7a5bf662adce9715009ba852e0dcb99ab20f0bfe3f439c3a", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:1b1dd5d8cc3d4aba93cf919422cb8c8a1c5fa49baa5e08636eac45a6b833f956", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:c65c975929e3f74abead4e0d36bc721444b8d4f7eee82a90e091c6a906024b9b", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:85c0225ce4174c7b0b365ed2cc134cdc71b1b49b7c894b2a5a57741bbad729d6", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:a7d2b879c44c9dfff753e9592496d79e2119a9580b2acd7585a2e501be16156c", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:13e22d466bace4a695ca5a8284894427890fb1b552477347045f2506b691cff3", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:5d4f16949614cbd053088cdd53db9d5e3af4abe84d64c04022a2030b9e9f67d2", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:a0d311aa354e1e249916e3b3dd2b4220065651c6d8211e6cd762622c1aaa983d", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:5242070b3e27c06675769bb30a7439ce44023bb0ad25cfa246a9b915f9319f2f", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:142e57dd759e7b118fb5d2daf0f5bf1610533d53a4318337d032153cbb3d3c81", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:e4b8577424d766fc878a74c8589950033d8f96b8bdf216b2dc604396da3ea4e9", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:54b88a98db22d2ed585d2e567eceef406cd8139f06f13ca72aba54bb695f4577", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:fdac15de5067a65166da761fc3e26792b33f2b400ba7327d6232dd4190c5a8bd", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:3318ad791610f71878bdf25546115e3ec7dbe394b3ba1b6ee39cb2ebd02d61ac", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:da94971968712a2b7eaebf685f46612865e1ecccbc7a90579940e07ce6df1bb0", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:356c1035a12d8589e8ffa7503ec638ab45af3ff4ce891a7f59f78dec96ddac18", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:70577035401265a402294e6dbff3f26aeb55a5e2bdfec4a60bc68ca49b7abdcc", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:2bee56fef63d0061f7b2ec6888ef6d287dd305c311a5ee01d71d961687bc18c3", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1f70b062eee71f16bcc682030376ebf5f52a439548d3b09e4b966e5de3099a4e", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:94b851d9f96d0a60309a5c083308ca596161dc5bf084730404e505a267f5e598", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:65c714576d810dea0c8e57f8865e5c0e5f92795675ae636cf55ca5870c850f12", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:2b0d366b1ad903029181227a5cbce54e0fa32b79b5d938312de5799b19962fa8", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:d443a32e80e33b46426d4fac031452b63fdcebbbfcfd35eddf8a29366d68a8ee", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:00400f60981e8fca496a281dd562cfc3b174c436baa1d626103da4db35b6651c", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:ac511e403ab522a4b36c814da8579ab06f4eb1eea3388ff5744a88fa047f1857", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:87ea4a3cfa34dee81eba318c3c82150ae418ea1865e25a1ce16117693295a7f1", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:371854a0b935b07d27459ea55bf79e3b7da7b79fa6f358b094ec65f6ce5ae4a9", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f85e3b1ae04f64eba8fcef23b88f905b8cf83d8af5f50749a747edec6a932935", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:c9fdfd17a6c49f253def7bb0ea4ad5ea7cea6faedd7ddc271cf92427d2fe66b7", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:00a9103e83bcb279b5d510e7ef704c75e05eba0a585d4f83e66ad1f0df9cae59", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:16c2161c1f0913c893d673130952464fad161957155944c32ee2897f16f4329c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:3513b9cec01bb81fcd93c040e1e8a47e4f7267070e4ca7b4a1cf30a96d9faf9a", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:50ed406d890b0af8d73db0d6922dfb062d24baabcddc5dfbf1e6371e302b25d9", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:a8fecf4401dbeb7b893aec0860394b9600ae1e7aec30573cbddd066e0fd2ff9a", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:44e45c9670817bb2d56578fd3bbc8aa2556f65d20d0ab11d1ccd0ec969c0f518", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:0e0a11b08a25308a426a7b6077dfb601af85e09a3c4811117e755b3b6260b357", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:6112e0a44e473402f6599167328ff4b3a3d968d1a0be12e852b7c20b903e51be", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:eb56b1c0a2a56517399986778a5c912e31bafb0c41b68f9295d92220289a283b", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:04bbc0aecada14d52d0b5eb579e7e2057809d46ccbda52255a94fbf4f4f27fbd", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:3a5460fc695fee8e9c217cfb6f0d1f9f512c68dd5d28312d8b7ebcd55aef84b0", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:e1f3d4c815a42a1df7053a74f99b32313a7c2238d7491c1ce27ddd09152bce39", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:baa46336bdfbd1824a7abe0dc1a9f4d98747f3e546f869cb4442a8973b5bbe32", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:91c63280ad555f8fe9204531d2793ad7f5e44c9321de3f06ecce75e27d6f471e", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:904971bbbfad2d1746e02e969b434f416f0d328d0e136a17f4a3a42a2e888f81", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:1593c070dddaaafac485602ccddf88d7313921998e8cdd6933879086d7418aeb", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:7b8888f45b7ec8f09cc63ff3853bdf6deaa999713fcb943e3ae89f565c1ceace", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:02dccedf084e2df74fd1bdecc5a548d6e69a38b49d856e46c6b5427b938537a2", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:b2708a55e1d0294eb4cea20a4196a3910209aca84547481525a3730e87d38d8e", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:57a05791b5e47fdb756963168032bd084cccee05a46f87a92a916c1a90d9dfa2", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:2c0bcfd97fdc58181ea7ec4570fb02b46a6daf876aba91eed260d96389cb7d78", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:e01d4f338e87fd2d88e74e20d881cb4b22e4ca9ee669e1ee1c687a5353c9ab35", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acec326fd878f1c6ac6cf1e3b96f3db22fa7b55e7f50150fe1d6b964627adb67", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:5f31c64308b5317e43eea65b250f9ea2c764c1407a4e203b1eee7369f9f17b03", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:36d2e6aec0dc93461fa35e68b8ed17c48f2269017602eab96edc47f87ffa3f28", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:afd0c27293faa4dc9848405fa9b7258d0429961316e687010ada2ecb2c5cd1c4", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:abc04bc36c5caf4f20218de20b8cf9aa89963b5ea80660edf538716c1f37aa52", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:ceaf5b3adb3e94774e977f209933dfef4954c145b05c856ce442b64199444c07", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:bc0dccaba2a1b2009ea761148056cef57cb2527711430b57380369eb8303597c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:17fd8806b4ccf9c9091e64bcb81707e1aa4b25444b311f39b716ad010b607dc6", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:544a2a1d77e86d698d4fc7a06a704515fc0f88f57bc3490cdda59cf530e83aa1", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:fb8fc2804a54c0251edaf8d0c33b50ea935eace411be5f59968a90107b04bdda", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:fd0e1c626359906315e9e4523c2b3a2e49cfcee101a76db4d07409795fa6ee48", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:e2f4c4ed2a9ddc16d4aa71ccd77a66445eda6836a4c41cfe0765c88f5726e44a", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:beb2fe6bc1ad07f59cd052d7ecb5095a9f0bf5f85ab01f8abc7d295545883d64", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:004b0eafaed71fb7a35c9464116d49bc38480fa47cf75108637c23b64723436a", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:b9a1e68be6a4f710d2635645fe86f008e8db26e4019fbda3761d6919759a1c86", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:ac98915cdeba1b392bb0053ee36c3d4b796bad22795fbb74ab8730c11535c884", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:e6096763c7702792b9397b55a09f6d9755bb294198a322598aa3193d3b1469c8", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:b6dfa83724433c17e9b5634ad137d7e3a5e5d58a09e334b4af537668dd66a953", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:13b5559cd00f464279f6602ac272bc77c85ab4d8b088747e7d21ef1daa75147b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:c3bf8b0536cc2de22efb75ed39ca661749371652d08ee4c4dc8885bdd823f1b3", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:02e7c1900c48f9080456a4f66d36053dec25ea0a3d30849b1b5524a8cb19691f", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:e7925b19cc41e810e79e7706910eaf24be550f5d8dbb64fa1e033e8f5265e466", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:e4d69855e16fcf043a4c1b3c2c106dd70e8120ad57b37031be79a2b9b231e91d", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:4bd0b628571f32514368a91d8028858dbd037a428e8d460c9000f86aee75e435", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:3c9d8f428a7b0bf5bc24e6ed6647f04d03e60d4988131d07283fbfd55fc03124", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:48fdb9460d2a88d7b14df6932432e3584104ac9e0f0f18600c9c6d2290971079", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:3b6b6c8b4de7e5fb46501bedb083e2ea402486a072c0ba7b62fd92aab9e36814", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:cb367fa7240701b79bf84824cb89596b98f5cc9cdd2ea1e707796186c0f1a368", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:94b9ce99696214d1cc24a74d57824baf7373cd5e765d4cbd7886537ce071c6a7", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:e74bd8cf8a25c4428183d87dd9260954ad1c34a401c9205091d791a1306ac7a8", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:8e3a4ee7a13511de33169052cc78864c72a29358e63668275f86856b4975f624", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:2dfbdc3a5a92f2f5be3e4478df5b4a609272596867b19a3e2c4fbc1508ea7766", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8ded7f9973279ad47a63cf063eed5ff9f07a9d195699a1c639557041a00a3c79", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:498595f7547d2e6d3c17f7a95e2a66fb636e34d28012611a7c684df3416bed33", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:3e51da39c56defb7bc01056cf043caf1b8a5a4aca8bb91f67e2538d6533e65ea", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:d431ce798c944be3ddaeb5c818e6eb228bb48031f0c68b48aa62463cb3c1df6b", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:19f7ed1639a710dcb0a26b7f6be93bca21e17a8ed3165188fbc4353935c1badf", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:3f9f68dc5c5aad94f73e473e9798a9c4807e53269b26c45aac5658da79db859c", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:2bdea01224b603018cc2b9ac6b8dbd572fa7629165ab0db21effaa6d7ec07bee", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:451e1a96098ac06bc4be46a730795229f60bcfdea5143d2723279685b90ceaa7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:ed3f6adf43b0da3a8073422a896296f1f158c0c75429da7003b5c3f9eb244cb5", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:6fcba08b61f3d6fa47a08d0a5003035b78ce3daf55ede158891957283b23af7a", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:f66911ff08696ad4bb14a53ba28c7a0e1a74e6e90da59ef097aede2ff8c29ee1", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:d1475abdc29e6060ab67d1ae1de4460de2fd4e0984aa17ba1dd61294a1209937", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:fc5cddc168092fca18aadc49733aae27480597b3c82546a345f90d2fb34659a9", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:4035058cc2a745f882531979ebab46a2c90d745ae48d2c1b1bd74ef28f39a534", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:e0b78fcb210efd493dd2ea999fb1340644406b09d209e897984567d502d169ce", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:649c10b3fb3f97b36b013219e6ba3352dd9464700c0837432686ad518c5a3b5c", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b4786ebdcd5b9ac90835ca304acb2574158410dfbd3ab2ce3470df6f1e71734c", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:bae0d298fba1e64569a3dc250a5e45d19e7669f185bb36452c6624fdd4211c37", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:0a4d91091c2f57aa29c070e9e7b967323501792eb1b6c3637ca4e3d1b0b9cd91", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:db0ffc3911ff5657065b4de6fbdb26f04150ecff3c46fff66076856c831376d8", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:4925a528c42a9f646467ba4d0bf102938a5edd8f18bd25c211830880e55a5f86", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:be46e2e5016783bcbd1b6121c16dac420ad84599fbc9ab03cef6e73c635491cb", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:36f7ab1582be93e02bbdc834ccc247cc4e38789758beab56dae383c975329335", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:67eba482a5bbd24a02c8d27ebe519f33201b3ce79aa2ae5216e8388b842427e4", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:e8cad5b42141d2ec77e6a439d0d9c35fddb52f8915bc43f07b60d9531fb77a69", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5450ee371c78bed8bf0ec1c19145111158f8208dc8c259f014f4eaa2880f657e", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:64e5bdfc3a9f4db74bd22952f6a91ab0648f11396e075006690af6ae78a19e4b", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:d73c05e79e81ca7bc9cafbf6ef60b595dc9dfe001f3bfc4edbbcf089a3c162bf", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:b1295d812d377d3057fd6f50cce387a9a1d685b82ce1f2db94259def8e8a8178", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:9f110ced2b888709ca0b11e20304a10b7e6f48ecb60183f84673fcf46158d922", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:38bb156f77c1cd8f2e19c963fd83452c049c955ea6b5af3bdf67b7a02d6487bf", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:85d7740ec11e9e9e3bed007b2a2a9d1096fdd3a293d60a24389065462d8835ac", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:673f39ea95fd949b39e202bb23ee8039b37d7e82b5353eeb5153d712269a4302", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:84b2bed2bf86c1ae18e8f097a87e0403360608d352ebdcd23be33ee6c8e73433", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:26e1baf9459ca879633ba28a1a84aa370edd3f932b7b47464c5549eea57ee919", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:df355bc1eb0dfbbefb88e689e4b93305d3914c8ab6c2d7e60ac2b91aeed18a50", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:1925b8e054a2d83ceba75edc2ad4afeffef707844f07a4d41c1d0e656d4b6b13", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:dcabc753b8f94f205a5789e1002762bf925bccba78f81006577b4dfe4447e69a", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:41015e7118f63f54987554f279679c09e61af6d39ed6d329363d408df6e2d94b", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:3c15ed36a0e8f5323d71fc061a25aebf4604ffb2ec21ba56ba0ee8c972203c31", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:19ea6f5d96cdaf706855b34d0b42e4c4cc325b058da3ea0789fdf844e5b03c20", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:1f26895762f6436d139b0bbdae0e778b76c1870e5ec2a70c9805fefa8843b7cf", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:5de62f06583e91f772dcec03a6bc2ae4924dbb3c1273914a663b20980fd1bfe8", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:a010b1fe387213bc9796692c891fd555250eaa96338aa30d827edb7eaf2e346d", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:e1cfa9930cfdb5add35cf66c744ba96311f079f6f8481e8afb418d3f5453ecda", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:06a1ad528499c522da483a2ecac7ba283b8b38788be5a553fd1a66a5a8f74ff8", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:7c1af96e197d39a4b415366f9653feb8ebcf6f36dd67ffa7a990d8860af31fd3", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:49b607c1e4f0a0c80318c24bba1daebf923b3919d4df413ebf11ea5219a25398", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:0d4293f214aac975f23291e3d0653b7134c2049ecd3fea2fa3dbaff31c8ca2eb", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:c0e08220e5884a66127464db6d58bfd986fbd774d0222f49e1fd29b78b3cc0b9", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:99d3212c821f54164487eb08ca734afa114f78f5a1508d66660605867e921a89", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:7efdf21950a64b1cbab955995f8429f7bb9c8373fcbf2b290d035ee5dfdc0b25", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:5e73acaada24e985584c2ce59062501321cae5178770e1e7910d7b66b77c3a0c", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:1fb0b1b74da93865139e16b049a9b35f73230fb2c9de6d0f3f2c767d0cad125b", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:88f39fea74393f95cf57f21e3383ce4335926316fe72ce687ad5d4985620883f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:1da516fcc8743003b36725cf7d7279f264ec7ce359751ee7e018262dc54f0226", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:c9fbd762fc108d68d5ddb326f5f7d1259df44e1f274468dbe783e850f5727532", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:b1bbd358f24d0d3f5b7eaae8549634a358486deff8e23e73a08029ea5a200897", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:a8af648958d994224fa0185187a1f7fac36dcd2f9860568443adde7cf69514cc", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:eca0b3bcf2637ca132d57b7727481afe218bd195fc65b36bdd836fc1d8f49a10", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:3982604acb7748d747b3f053e494c102ab8af57aec179e5b220e458f9a7cd961", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:4df59b18b700404a8fcc05469b3179c304e75bfe60d1fc780b03583633760afb", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a6b6e0522240e083fff4f7d32223412f4bf9a757a681e1a78b000aed9c873a22", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:9706778e32b5a0c3559b59c648dff43d2246f847e4b8627c65629ccc7162b172", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:4a2d6b6c82c3e7b70db5395a539cf63a0c9dfb76c551f7565531c47f5915a2a8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:1fa012c304f616dd887f786d1bc269d630cea6991082739fdd125245d3b1345e", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:250ebd82dda97bc2f8aae2e6f95359c6a259b7f9c059a7c7c9feeeabf59cdbf6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:ed9c18d6d5e242fe95ca67d8a484237a50e3b9112e1fd3f2a4bde333be7e36bd", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:0613b152bb0606dd3d5bfb45c3df41449cc67e2ccb6e91e25ba8951a8f27365d", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:9d96611320219c63bb99070d8e63b33dd12cd1b68910a682ae4fb7b48a93d63d", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:30b5f2df89c6ec326949d94a73bf12b4ab693df3bf912459ab0d80dc34359457", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:c1fb6f4596dc1ac9266833e72de243bf9095e4e5fdd2a453e3fea4b1d872facf", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:a4e5e3b5c1061a07a300b3b29a2c6259730e939e8f503a76e3d96c030dd143d1", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:18b037e23a78165416436a235dc4d5063ca24fe1c66455c3cee7c91986e6f89f", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:0f5f34bc0c96fcd5ecd74c4a40a4ab94d9ae9e5070f1924d269cabc9ee9361b1", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:e24ccd5125a504d726241c619cafd3f06877a267aced41f377c418386a5153d0", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:823e606b20756cb23f46aaa8d4092b3e1bffc58c668cb54c222a8023aeacc53a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:e0e09172ed873250ab6b8748e1fc6280a449b45ba3484ec994a75a7318764268", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:d30b1e4e5ff87079cddac33c18949ae22fc1d2eb1c7105eb9ec5a2bda0b57145", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:30be1cea1a0cd9cdd736a2c9a147d6d7ffa97d077244dc00a044cff463cc9fba", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:0d437fbe39eab7f490218e71fae2a728ccca0a8f3bc34bf607d164a0ff782fe6", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:8d9ac2a151956a975049b1461b1e3b65e41186f6025fbb892bf65d79c5446487", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:930629550a43a60d9f611ac51ff0fe9f62fe397e92ae64dc39d232d50b0e28a6", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:42ea728702eff08b08236457f08e70b7a00468a373e81046b6a8caad890984cb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:f2d90da6deb4a331f88519241196e911073a62ce478d0bbecd2354f83108a1e1", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:1e8c4c647503dc7e2f700d4a50e9705aeab03558e7a83eac2e9517f542d944f8", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:949477676402f4fe8b2bed32015c1185d66eddeb5159f0c1bbb0f5de6f98501c", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:0dedda2aa7b673d014b285ea496f2e16232d2e3e63ceac30a6ff8226359b7729", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:23cf4e30ba30051a1479a4e136d6ba8058782ac295a0ee8aa898a609720dfe1c", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:2daf6eb37fec7c4aca13783495f09fadc001e3a8d70c62c871a97210e021d3c2", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:2716a030f648a3b4758650d0e0122b2dc22a3983d96e7d70844eea6064f91eb3", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:473cefdc52efa91bb868fed27c195c1239a840be15fd7f56139e3921d8d4375c", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:10e2635379af480cc06c8c182eb7c9e88812791566cd42a362f7791263aca8a4", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:1551cdc64f18458da3deb7f4530c0a74a1ac414285e1c8291d1ebc04934fb6ea", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:ddc348418bb18a0effea2748db5a0ddb49a2d079f39b44daf1ffe9b32d9f81cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:4ddc02c623583ea4fb43c3243c135abe6ea10807690d320930324fdf941d847d", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:14542d1e99d5950cd6076e71a4087e085b8992b04abe3d5898fdef18c8d98394", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:74d6501b24e3fa658ed744ab478a8751f49b43c1acb0ac168b056d9f84eb9b12", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:708af5e5aebf1f388d30c66dd0b29f3a51cc19f5b35067563f54f01e594d847e", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:dac44ab99a6302a4e940f7aceb9a4601ca358d44671aa96301b8bb1e70223c57", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:c07d4b78b1601be56da5e8a12dd71b130883e51cae74036dd65a0e8938ce995d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:c6c7a4c14905bbec1a809e5baeab8869df04ce86e6e7af7f833ba002fef1f14f", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:dc3fde9f8d2d4911dc2d9c5b1296ff4aed7f337e0c81369beb88941643914683", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:74fceb571fa21e32de21e57835f76714831aee1a6d2f2e192833ca4cc2a02e00", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:8b11673d4717df47968b441bacef66e1789c00cd9be0493c6957c25056ccd0e3", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:ded3aede6fd375c5078407ffac45c98aa5cede8a33d01e12373bbfcfc9195557", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:15ac534014765f5f3788ae424c03627f4aa606bdfd763a7a56c2cc537f268571", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:b6e7ae905ce38eebf83f453a034a1d035c83acea503de077a4c2ae89a2652949", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:a543621a0824e96e5b2e3a51ecc10510fee605842ef4d5f10353dad9e291cebf", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:27494f6b5844c807d054694dcbe9951e2ecf431e59fc818f44fc52b28c6b0d2e", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:184aea46b019d9889fe8fe9cdf993825a49b08c261e04522098790cf567fdf1e", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e666d250e6d615e6b400bcdde5b9c5fa055ff5e4fdcc307fdfaa49bcfbb5fdde", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:cda595280cf5f1fb45071ae662e33cf6faf5cd5ade84052c9bcde3b9cacaba27", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:96e8190a61a15b5b7a495e00821e2bd403bcc02aaddffcf8b73db84fc0c01da2", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:d437acb0a8759db6902143444b6519aee7c5c7d4203eb47b6debe8cbacec3524", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:cebd06aca5b556fa1e0e72b20d1e62339299b97f0ed6c287fb59e2fd5d527099", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:bd45c50388332480f5fc41d1850b34e40e36c5e357514f70151218d2cd6d3696", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:cccc2e5314a88538d4e04d68c0a47b420439b9cf3c75a8d25ceb238414dfd4a6", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:8bc4319c04c50f01196784114c216154fb01e1c2f442e85383c5167d29ab960e", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:8a84adfc7de6725c95d7c83b9caf0393a1bfa318a1b28bfe73ace270529add96", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:e2c6d1cb90533349665122b69a30309067a89deec1913c91d76583db1137704b", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:404aa194627e86813689f2322ed52a207e7b59c37075234dfdeb9d3037a3fba0", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:71a84c172ae587b2bc59af29916eeeb446fdd94389876b80881faa7ee393e1e0", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:8ffb5712bc861ac7bf7ff1ce80c7460c6b9d18f05d315109b298047d65fde160", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:f783db19a42b2eaeb812750d9e19a3e08d3b6c1c66f5b372db4815a8ab0501ec", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:5a3b265141cb6b288077e126fab36fa11e2eda86ebf4255e9af4d7a3d97a64ad", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:35c4ffe6844e8b2efb6bd2b17fa6b8f7374768b29075d3663f03c3a3b4f630e6", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:9602906f7235964dccfcdca8730c3b5b9ed02da09db883912f80620918ee90fc", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:45312c963e2f2624083126e16494ae1c02c83dcfacd8b6361096b97379705a72", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:ed1c063d93095ee0e6aa51ba88db5d594dd63adf08c22e229bdfaeef3ddd6041", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e327c5fe316c0c8f26dc42c9934605f5a465b23e2c69dd4b54e9a679a3a0d8a7", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:ca4008994520fbb440db5cc902d328639a5ce9b2de2b04a243c3877e37770387", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:901d51b9f6a7dc60bc9447a38afed15016b6380a1c488a2eeb265fc555ddd23c", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:1e81979ccda40274f77ba2ef4ab617aafc7c8d46e2f6cdca1b513339ebce0ebf", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3befcf83ade571f2ba648d05de2f0c8cd4a6034c20df60390e2c6621dfaa98b8", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:90f2ecf1642afcc7f8dd3893173e2832d43c7c7c43cf7e0598947df0bdfdd699", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:550828e18eb625333951fd9ef992be2a18076a9c2ab10d4a4a7cbb6316a0b89a", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:5ecf3fa7d0855932164013257ab7a927d9e233331967a0fbd12567a610bbe813", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:96ecdcb94edd25c19aaaf9e7ebb64285a57e8c05728df975a7ca8c322afda3d6", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:9ac8b5f3ad17a7f2a250ccd82991f42795692b67270c289f2e9ac34c17bd618a", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:3ee19750f325fa25a5e0e0b63ef4d975f9ceb176a938be366e6b78a2117d6b80", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:9a62d804a86fbbd9b971b84a0de8e068cca3ce12222f08d1cfc0fd7a785ac340", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:40dc44927e6b1b5e816729cfafeaf9d63864910dba3a6916851546692980e287", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:57a4dbaf6550b474e025bf9881b9231f512d0f9ba04afe617cd26830c6e439f1", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:3c677834cb828f2aee098785982b4578c0a3a39ee9633db50fe9459648c05fa5", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:f85249ff0ed55875c4a69079d7ecd14e1ab1145d9d488e4500793f75f946c963", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:efe210b27fcd6ce21a1fcfa53ffa06de7ffecac7816c3f87b13c219ea7188b13", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:4dcb04fda0b54f9bb5cda7976691faae3efd2e06c7c3f41077f29846495e54eb", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:98fc6c793ccdf4415b82903a037a83029d478e7bf04920d7ab22ad311e2d21e7", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:c459f3b2e2f5df490f54d2e535eee1c6d61e7ebefddc10c8c5cf7f508dd1846d", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:9cffb58378729a31769c2de0105e2e572d618aae359dded92269579953df1384", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:6e10304ec76b90cc08e52bc88090b732354492017f7e448ea3e22e7abb2d6f28", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fdfaeec1231cbc6a8fe1366d3d619221199fc669b52c88f78a318dc25b3be448", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:7f305e00748ff82c9800d6e7828d7335b95f677a7b5f77422f3000b450b08ecb", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:3cb6b62a35c140749a38953a00311c9217465a16e50ef61657ded032597f5126", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:6b40017101ee7b37a879acbfd07b399751b6602b230a8e293a131003f1d462c3", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:dfafe5dd0ea73b360c5190c7618d3493cccda7be4f083398005e53dc0ca86322", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:7ac03b53b914b07beb6a4ece0703e3d276d69ce0a1976debe2ac67a4cfed328b", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:49b12fd7ef59c18ddbdedd6155e3a78984d83175c477eb6255c17343fa5bf2b0", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:844efc4302901942e398bb028084d9d2055f3024e3cbe0c34e2e2809712363c3", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:5555d4a7c462894b995e60858377181362fa86660f5b2363baa45e751a7e246a", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:709ed409417f38a820c59fa55278561035f63e6ed3eaca1e0260ae86a7c44363", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:616c7437b295851e68ceac1a2b2c7dc62ca5ad094e7ee0b1967f9bcfee2c7efa", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:67aa3807e78b099dacbb68d7fc7b7a08485728527e6d0b1803283898197eca76", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:709e37211cdb369b59a87a0592833a736352361fc32e746e4e1faff53125df18", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:2104f2a4c05355646d5c32fef9b54bfe7a9b2b2bd78b9244e8133c52846a5aac", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:1bcf22515a219958b40735a948b71bd37c2b4d629fc2c3dd3177a807bcff2d92", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:fd0644378885cac36b394ac9fe7749be4aa4a03dd527959965ae9c48fc647db8", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:14e5b9dde80c0fa86c2b9271f08b4456962a6cde8de4237bee22944712bb1568", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:66ff2f217b26b350a064c0e64ff87585dbdab2de82dc80f92fbffacc396e2849", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9a4972b9fd4d16e5a2199fa84c97cd69898aa6bd431c3b988f4a988498ba8c8d", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:4788a9123253e153c62646cfbd8bdc8ec5bf86cd994bf1b0052553e669aacae2", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:43c63acbf820014c4f394df0ad4c499c44d1f2e4e8ba144d74a14996751c6a67", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Wednesday 23 July 2025 12:46:19 -0400 (0:00:02.767) 0:04:47.178 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Wednesday 23 July 2025 12:46:19 -0400 (0:00:00.043) 0:04:47.221 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Wednesday 23 July 2025 12:46:19 -0400 (0:00:00.037) 0:04:47.259 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Wednesday 23 July 2025 12:46:19 -0400 (0:00:00.066) 0:04:47.326 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Wednesday 23 July 2025 12:46:19 -0400 (0:00:00.064) 0:04:47.390 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Wednesday 23 July 2025 12:46:19 -0400 (0:00:00.041) 0:04:47.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 [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Wednesday 23 July 2025 12:46:19 -0400 (0:00:00.040) 0:04:47.472 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Wednesday 23 July 2025 12:46:19 -0400 (0:00:00.041) 0:04:47.513 ******** included: /tmp/collections-DMV/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-DMV/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-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:46:20 -0400 (0:00:00.213) 0:04:47.726 ******** 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_kqq09oh8_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:46:20 -0400 (0:00:00.055) 0:04:47.782 ******** 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_kqq09oh8_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:46:20 -0400 (0:00:00.060) 0:04:47.842 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:46:20 -0400 (0:00:00.056) 0:04:47.899 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:46:20 -0400 (0:00:00.092) 0:04:47.992 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:46:20 -0400 (0:00:00.413) 0:04:48.406 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:46:20 -0400 (0:00:00.074) 0:04:48.480 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:46:20 -0400 (0:00:00.067) 0:04:48.548 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:46:21 -0400 (0:00:00.410) 0:04:48.958 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003771", "end": "2025-07-23 12:46:21.572944", "rc": 0, "start": "2025-07-23 12:46:21.569173" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:46:21 -0400 (0:00:00.399) 0:04:49.358 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.005470", "end": "2025-07-23 12:46:21.965528", "rc": 0, "start": "2025-07-23 12:46:21.960058" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:46:22 -0400 (0:00:00.458) 0:04:49.816 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:46:22 -0400 (0:00:00.059) 0:04:49.875 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:46:22 -0400 (0:00:00.040) 0:04:49.916 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:46:22 -0400 (0:00:00.043) 0:04:49.959 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:46:22 -0400 (0:00:00.041) 0:04:50.000 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:46:22 -0400 (0:00:00.040) 0:04:50.041 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:46:22 -0400 (0:00:00.042) 0:04:50.083 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:46:22 -0400 (0:00:00.055) 0:04:50.139 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:46:22 -0400 (0:00:00.059) 0:04:50.199 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:46:22 -0400 (0:00:00.049) 0:04:50.248 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:46:22 -0400 (0:00:00.045) 0:04:50.294 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:46:22 -0400 (0:00:00.045) 0:04:50.339 ******** 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.005391", "end": "2025-07-23 12:46:22.938138", "rc": 0, "start": "2025-07-23 12:46:22.932747" } 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:46:23 -0400 (0:00:00.455) 0:04:50.794 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:46:23 -0400 (0:00:00.039) 0:04:50.833 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 23 July 2025 12:46:23 -0400 (0:00:00.082) 0:04:50.915 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:46:23 -0400 (0:00:00.068) 0:04:50.983 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:46:23 -0400 (0:00:00.399) 0:04:51.383 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:46:23 -0400 (0:00:00.049) 0:04:51.432 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 23 July 2025 12:46:23 -0400 (0:00:00.040) 0:04:51.472 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_kqq09oh8_podman/httpd1", "/tmp/lsr_kqq09oh8_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 23 July 2025 12:46:23 -0400 (0:00:00.058) 0:04:51.531 ******** ok: [managed-node2] => (item=/tmp/lsr_kqq09oh8_podman/httpd1) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_kqq09oh8_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_kqq09oh8_podman/httpd1", "secontext": "system_u:object_r:container_file_t:s0:c707,c901", "size": 23, "state": "directory", "uid": 3001 } ok: [managed-node2] => (item=/tmp/lsr_kqq09oh8_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_kqq09oh8_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_kqq09oh8_podman/httpd1-create", "secontext": "system_u:object_r:container_file_t:s0:c707,c901", "size": 6, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 23 July 2025 12:46:24 -0400 (0:00:00.770) 0:04:52.301 ******** 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 : Check the kubernetes yaml file] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 23 July 2025 12:46:25 -0400 (0:00:01.262) 0:04:53.564 ******** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1753289101.4004567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "74c28f0f0c36fe0b66159596801cff19aedef0b8", "ctime": 1753289100.763457, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 301990099, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753289100.4694574, "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": "887913238", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 23 July 2025 12:46:26 -0400 (0:00:00.489) 0:04:54.053 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Wednesday 23 July 2025 12:46:26 -0400 (0:00:00.400) 0:04:54.453 ******** ok: [managed-node2] => { "changed": false, "checksum": "74c28f0f0c36fe0b66159596801cff19aedef0b8", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:84 Wednesday 23 July 2025 12:46:27 -0400 (0:00:00.660) 0:04:55.114 ******** 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-07-23T12:46:27-04:00" level=info msg="/bin/podman filtering at log level debug" time="2025-07-23T12:46:27-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-07-23T12:46:27-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2025-07-23T12:46:27-04:00" level=info msg="Using sqlite as database backend" time="2025-07-23T12:46:27-04:00" level=debug msg="systemd-logind: Unknown object '/'." time="2025-07-23T12:46:27-04:00" level=debug msg="Using graph driver overlay" time="2025-07-23T12:46:27-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2025-07-23T12:46:27-04:00" level=debug msg="Using run root /run/user/3001/containers" time="2025-07-23T12:46:27-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2025-07-23T12:46:27-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2025-07-23T12:46:27-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2025-07-23T12:46:27-04:00" level=debug msg="Using transient store: false" time="2025-07-23T12:46:27-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2025-07-23T12:46:27-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-07-23T12:46:27-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-07-23T12:46:27-04:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2025-07-23T12:46:27-04:00" level=debug msg="Cached value indicated that native-diff is usable" time="2025-07-23T12:46:27-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2025-07-23T12:46:27-04:00" level=debug msg="Initializing event backend file" time="2025-07-23T12:46:27-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-07-23T12:46:27-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2025-07-23T12:46:27-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2025-07-23T12:46:27-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2025-07-23T12:46:27-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-07-23T12:46:27-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2025-07-23T12:46:27-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2025-07-23T12:46:27-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2025-07-23T12:46:27-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2025-07-23T12:46:27-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2025-07-23T12:46:27-04:00" level=info msg="Setting parallel job count to 7" time="2025-07-23T12:46:27-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network b73fd957cb2d17b595dd446c94fca8d43928a91d094467413c3ffe4061fed41f bridge podman1 2025-07-23 12:45:01.401614089 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2025-07-23T12:46:27-04:00" level=debug msg="Successfully loaded 2 networks" time="2025-07-23T12:46:27-04:00" level=debug msg="Pod using bridge network mode" time="2025-07-23T12:46:27-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_6b88645ea5b3a9eb4af809c7b7f2733a1a34d20d7effb0c605deaf86a3dbf012.slice for parent user.slice and name libpod_pod_6b88645ea5b3a9eb4af809c7b7f2733a1a34d20d7effb0c605deaf86a3dbf012" time="2025-07-23T12:46:27-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_6b88645ea5b3a9eb4af809c7b7f2733a1a34d20d7effb0c605deaf86a3dbf012.slice" time="2025-07-23T12:46:27-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_6b88645ea5b3a9eb4af809c7b7f2733a1a34d20d7effb0c605deaf86a3dbf012.slice" time="2025-07-23T12:46:27-04:00" level=debug msg="Shutting down engines" time="2025-07-23T12:46:27-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=40547 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:92 Wednesday 23 July 2025 12:46:27 -0400 (0:00:00.579) 0:04:55.693 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:104 Wednesday 23 July 2025 12:46:28 -0400 (0:00:00.045) 0:04:55.739 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:117 Wednesday 23 July 2025 12:46:28 -0400 (0:00:00.044) 0:04:55.784 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:131 Wednesday 23 July 2025 12:46:28 -0400 (0:00:00.048) 0:04:55.832 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:46:28 -0400 (0:00:00.046) 0:04:55.879 ******** 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_kqq09oh8_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:46:28 -0400 (0:00:00.054) 0:04:55.934 ******** 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_kqq09oh8_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:46:28 -0400 (0:00:00.056) 0:04:55.990 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:46:28 -0400 (0:00:00.042) 0:04:56.033 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:46:28 -0400 (0:00:00.138) 0:04:56.172 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:46:28 -0400 (0:00:00.411) 0:04:56.583 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:46:28 -0400 (0:00:00.046) 0:04:56.630 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:46:28 -0400 (0:00:00.057) 0:04:56.688 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:46:29 -0400 (0:00:00.401) 0:04:57.090 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:46:29 -0400 (0:00:00.044) 0:04:57.135 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:46:29 -0400 (0:00:00.042) 0:04:57.177 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:46:29 -0400 (0:00:00.043) 0:04:57.220 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:46:29 -0400 (0:00:00.042) 0:04:57.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:46:29 -0400 (0:00:00.049) 0:04:57.313 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:46:29 -0400 (0:00:00.059) 0:04:57.372 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:46:29 -0400 (0:00:00.041) 0:04:57.413 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:46:29 -0400 (0:00:00.111) 0:04:57.524 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:46:29 -0400 (0:00:00.045) 0:04:57.570 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:46:29 -0400 (0:00:00.054) 0:04:57.625 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:46:29 -0400 (0:00:00.051) 0:04:57.677 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:46:30 -0400 (0:00:00.046) 0:04:57.723 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:46:30 -0400 (0:00:00.047) 0:04:57.771 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005750", "end": "2025-07-23 12:46:30.378888", "rc": 0, "start": "2025-07-23 12:46:30.373138" } 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:46:30 -0400 (0:00:00.396) 0:04:58.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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:46:30 -0400 (0:00:00.039) 0:04:58.207 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 23 July 2025 12:46:30 -0400 (0:00:00.082) 0:04:58.289 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:46:30 -0400 (0:00:00.079) 0:04:58.369 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:46:30 -0400 (0:00:00.109) 0:04:58.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 for possible linger cancel] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:46:30 -0400 (0:00:00.038) 0:04:58.517 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 23 July 2025 12:46:30 -0400 (0:00:00.039) 0:04:58.557 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_kqq09oh8_podman/httpd2", "/tmp/lsr_kqq09oh8_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 23 July 2025 12:46:30 -0400 (0:00:00.059) 0:04:58.616 ******** ok: [managed-node2] => (item=/tmp/lsr_kqq09oh8_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_kqq09oh8_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_kqq09oh8_podman/httpd2", "secontext": "system_u:object_r:container_file_t:s0:c212,c493", "size": 23, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_kqq09oh8_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_kqq09oh8_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_kqq09oh8_podman/httpd2-create", "secontext": "system_u:object_r:container_file_t:s0:c212,c493", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 23 July 2025 12:46:31 -0400 (0:00:00.790) 0:04:59.406 ******** 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 : Check the kubernetes yaml file] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 23 July 2025 12:46:32 -0400 (0:00:01.251) 0:05:00.658 ******** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1753289121.5244415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "995573619cb99b967364660fbcb32c76fa48e2fc", "ctime": 1753289121.033442, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 125829387, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753289120.759442, "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": "3907885964", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 23 July 2025 12:46:33 -0400 (0:00:00.413) 0:05:01.072 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Wednesday 23 July 2025 12:46:33 -0400 (0:00:00.462) 0:05:01.534 ******** ok: [managed-node2] => { "changed": false, "checksum": "995573619cb99b967364660fbcb32c76fa48e2fc", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:84 Wednesday 23 July 2025 12:46:34 -0400 (0:00:00.723) 0:05:02.258 ******** 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-07-23T12:46:34-04:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2025-07-23T12:46:34-04:00" level=debug msg="Called kube.PersistentPreRunE(/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml)" time="2025-07-23T12:46:34-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2025-07-23T12:46:34-04:00" level=info msg="Using sqlite as database backend" time="2025-07-23T12:46:34-04:00" level=debug msg="Using graph driver overlay" time="2025-07-23T12:46:34-04:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2025-07-23T12:46:34-04:00" level=debug msg="Using run root /run/containers/storage" time="2025-07-23T12:46:34-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2025-07-23T12:46:34-04:00" level=debug msg="Using tmp dir /run/libpod" time="2025-07-23T12:46:34-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2025-07-23T12:46:34-04:00" level=debug msg="Using transient store: false" time="2025-07-23T12:46:34-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2025-07-23T12:46:34-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-07-23T12:46:34-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-07-23T12:46:34-04:00" level=debug msg="Cached value indicated that metacopy is being used" time="2025-07-23T12:46:34-04:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2025-07-23T12:46:34-04:00" level=info msg="Not using native diff for overlay, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" time="2025-07-23T12:46:34-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2025-07-23T12:46:34-04:00" level=debug msg="Initializing event backend journald" time="2025-07-23T12:46:34-04:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2025-07-23T12:46:34-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2025-07-23T12:46:34-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2025-07-23T12:46:34-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2025-07-23T12:46:34-04:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2025-07-23T12:46:34-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2025-07-23T12:46:34-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2025-07-23T12:46:34-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2025-07-23T12:46:34-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2025-07-23T12:46:34-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2025-07-23T12:46:34-04:00" level=info msg="Setting parallel job count to 7" time="2025-07-23T12:46:34-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 036ab42c7000a78d323b7c43aefbda8c00c4180660ffdc16a49e1dedc83c2ba7 bridge podman1 2025-07-23 12:43:16.642382022 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2025-07-23T12:46:34-04:00" level=debug msg="Successfully loaded 2 networks" time="2025-07-23T12:46:34-04:00" level=debug msg="Pod using bridge network mode" time="2025-07-23T12:46:34-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_117e453099cdb866b975b28888189b2a8f6f0e02dfb7155f2f558d1fd9768a14.slice for parent machine.slice and name libpod_pod_117e453099cdb866b975b28888189b2a8f6f0e02dfb7155f2f558d1fd9768a14" time="2025-07-23T12:46:34-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_117e453099cdb866b975b28888189b2a8f6f0e02dfb7155f2f558d1fd9768a14.slice" time="2025-07-23T12:46:34-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_117e453099cdb866b975b28888189b2a8f6f0e02dfb7155f2f558d1fd9768a14.slice" time="2025-07-23T12:46:34-04:00" level=debug msg="Shutting down engines" time="2025-07-23T12:46:34-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=42241 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:92 Wednesday 23 July 2025 12:46:35 -0400 (0:00:00.554) 0:05:02.812 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:104 Wednesday 23 July 2025 12:46:35 -0400 (0:00:00.071) 0:05:02.883 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:117 Wednesday 23 July 2025 12:46:35 -0400 (0:00:00.070) 0:05:02.954 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:131 Wednesday 23 July 2025 12:46:35 -0400 (0:00:00.176) 0:05:03.131 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:46:35 -0400 (0:00:00.075) 0:05:03.206 ******** 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_kqq09oh8_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_kqq09oh8_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:46:35 -0400 (0:00:00.086) 0:05:03.293 ******** 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_kqq09oh8_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:46:35 -0400 (0:00:00.092) 0:05:03.386 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:46:35 -0400 (0:00:00.072) 0:05:03.458 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:46:35 -0400 (0:00:00.088) 0:05:03.547 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:46:35 -0400 (0:00:00.073) 0:05:03.621 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:46:35 -0400 (0:00:00.050) 0:05:03.671 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:46:36 -0400 (0:00:00.060) 0:05:03.731 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:46:36 -0400 (0:00:00.403) 0:05:04.135 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:46:36 -0400 (0:00:00.042) 0:05:04.178 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:46:36 -0400 (0:00:00.155) 0:05:04.334 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:46:36 -0400 (0:00:00.049) 0:05:04.383 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:46:36 -0400 (0:00:00.055) 0:05:04.439 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:46:36 -0400 (0:00:00.048) 0:05:04.488 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:46:36 -0400 (0:00:00.042) 0:05:04.531 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:46:36 -0400 (0:00:00.042) 0:05:04.573 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:46:36 -0400 (0:00:00.059) 0:05:04.633 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:46:36 -0400 (0:00:00.051) 0:05:04.684 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:46:37 -0400 (0:00:00.089) 0:05:04.774 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:46:37 -0400 (0:00:00.084) 0:05:04.859 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:46:37 -0400 (0:00:00.076) 0:05:04.935 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:46:37 -0400 (0:00:00.076) 0:05:05.011 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005544", "end": "2025-07-23 12:46:37.644405", "rc": 0, "start": "2025-07-23 12:46:37.638861" } 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:46:37 -0400 (0:00:00.508) 0:05:05.520 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:46:37 -0400 (0:00:00.045) 0:05:05.565 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Wednesday 23 July 2025 12:46:37 -0400 (0:00:00.103) 0:05:05.668 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:46:38 -0400 (0:00:00.074) 0:05:05.743 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:46:38 -0400 (0:00:00.050) 0:05:05.794 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:46:38 -0400 (0:00:00.043) 0:05:05.837 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Wednesday 23 July 2025 12:46:38 -0400 (0:00:00.051) 0:05:05.889 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_kqq09oh8_podman/httpd3", "/tmp/lsr_kqq09oh8_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Wednesday 23 July 2025 12:46:38 -0400 (0:00:00.065) 0:05:05.954 ******** ok: [managed-node2] => (item=/tmp/lsr_kqq09oh8_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_kqq09oh8_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_kqq09oh8_podman/httpd3", "secontext": "system_u:object_r:container_file_t:s0:c309,c608", "size": 23, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_kqq09oh8_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_kqq09oh8_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_kqq09oh8_podman/httpd3-create", "secontext": "system_u:object_r:container_file_t:s0:c309,c608", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Wednesday 23 July 2025 12:46:39 -0400 (0:00:00.779) 0:05:06.734 ******** 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 : Check the kubernetes yaml file] ******* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Wednesday 23 July 2025 12:46:40 -0400 (0:00:01.144) 0:05:07.879 ******** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1753289142.1894262, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1e70822ed97165a524478c6bd916cb410b4c6220", "ctime": 1753289141.6514266, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 612368595, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753289141.3824267, "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": "1764879084", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Wednesday 23 July 2025 12:46:40 -0400 (0:00:00.544) 0:05:08.423 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Wednesday 23 July 2025 12:46:41 -0400 (0:00:00.435) 0:05:08.859 ******** ok: [managed-node2] => { "changed": false, "checksum": "1e70822ed97165a524478c6bd916cb410b4c6220", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:84 Wednesday 23 July 2025 12:46:41 -0400 (0:00:00.697) 0:05:09.557 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:92 Wednesday 23 July 2025 12:46:42 -0400 (0:00:00.494) 0:05:10.051 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:104 Wednesday 23 July 2025 12:46:42 -0400 (0:00:00.055) 0:05:10.107 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:117 Wednesday 23 July 2025 12:46:42 -0400 (0:00:00.049) 0:05:10.156 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:131 Wednesday 23 July 2025 12:46:42 -0400 (0:00:00.043) 0:05:10.200 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Wednesday 23 July 2025 12:46:42 -0400 (0:00:00.049) 0:05:10.249 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Wednesday 23 July 2025 12:46:42 -0400 (0:00:00.037) 0:05:10.287 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Wednesday 23 July 2025 12:46:42 -0400 (0:00:00.042) 0:05:10.329 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Wednesday 23 July 2025 12:46:42 -0400 (0:00:00.051) 0:05:10.381 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:346 Wednesday 23 July 2025 12:46:42 -0400 (0:00:00.202) 0:05:10.584 ******** 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.082189", "end": "2025-07-23 12:46:43.363154", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2025-07-23 12:46:43.280965" } 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.035854", "end": "2025-07-23 12:46:43.786006", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2025-07-23 12:46:43.750152" } 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.035018", "end": "2025-07-23 12:46:44.180476", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2025-07-23 12:46:44.145458" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:357 Wednesday 23 July 2025 12:46:44 -0400 (0:00:01.406) 0:05:11.990 ******** 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.012237", "end": "2025-07-23 12:46:44.677125", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2025-07-23 12:46:44.664888" } 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.014104", "end": "2025-07-23 12:46:45.067040", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2025-07-23 12:46:45.052936" } 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.014858", "end": "2025-07-23 12:46:45.438036", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2025-07-23 12:46:45.423178" } 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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:374 Wednesday 23 July 2025 12:46:45 -0400 (0:00:01.234) 0:05:13.225 ******** 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": "Wed, 23 Jul 2025 16:46:45 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Wed, 23 Jul 2025 16:41: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": "Wed, 23 Jul 2025 16:46:46 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Wed, 23 Jul 2025 16:41:39 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": "Wed, 23 Jul 2025 16:46:46 GMT", "elapsed": 0, "failed_when_result": false, "item": 15003, "last_modified": "Wed, 23 Jul 2025 16:41: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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:386 Wednesday 23 July 2025 12:46:46 -0400 (0:00:01.382) 0:05:14.608 ******** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 23 July 2025 12:46:47 -0400 (0:00:00.208) 0:05:14.816 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 23 July 2025 12:46:47 -0400 (0:00:00.130) 0:05:14.947 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 23 July 2025 12:46:47 -0400 (0:00:00.081) 0:05:15.028 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 23 July 2025 12:46:47 -0400 (0:00:00.048) 0:05:15.077 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Wednesday 23 July 2025 12:46:47 -0400 (0:00:00.063) 0:05:15.141 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Wednesday 23 July 2025 12:46:47 -0400 (0:00:00.145) 0:05:15.286 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Wednesday 23 July 2025 12:46:47 -0400 (0:00:00.047) 0:05:15.334 ******** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 23 July 2025 12:46:47 -0400 (0:00:00.088) 0:05:15.423 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 23 July 2025 12:46:48 -0400 (0:00:00.991) 0:05:16.414 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 23 July 2025 12:46:48 -0400 (0:00:00.070) 0:05:16.484 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 23 July 2025 12:46:48 -0400 (0:00:00.065) 0:05:16.550 ******** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Wednesday 23 July 2025 12:46:48 -0400 (0:00:00.047) 0:05:16.598 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Wednesday 23 July 2025 12:46:48 -0400 (0:00:00.045) 0:05:16.644 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Wednesday 23 July 2025 12:46:48 -0400 (0:00:00.043) 0:05:16.687 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025583", "end": "2025-07-23 12:46:49.309135", "rc": 0, "start": "2025-07-23 12:46:49.283552" } STDOUT: podman version 5.5.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Wednesday 23 July 2025 12:46:49 -0400 (0:00:00.434) 0:05:17.121 ******** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.5.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 23 July 2025 12:46:49 -0400 (0:00:00.169) 0:05:17.291 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Wednesday 23 July 2025 12:46:49 -0400 (0:00:00.070) 0:05:17.361 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Wednesday 23 July 2025 12:46:49 -0400 (0:00:00.065) 0:05:17.427 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 23 July 2025 12:46:49 -0400 (0:00:00.084) 0:05:17.511 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Wednesday 23 July 2025 12:46:49 -0400 (0:00:00.085) 0:05:17.597 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Wednesday 23 July 2025 12:46:49 -0400 (0:00:00.098) 0:05:17.695 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:46:50 -0400 (0:00:00.128) 0:05:17.823 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:46:50 -0400 (0:00:00.079) 0:05:17.902 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:46:50 -0400 (0:00:00.082) 0:05:17.985 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:46:50 -0400 (0:00:00.200) 0:05:18.186 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:46:50 -0400 (0:00:00.451) 0:05:18.637 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:46:50 -0400 (0:00:00.052) 0:05:18.690 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:46:51 -0400 (0:00:00.063) 0:05:18.754 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:46:51 -0400 (0:00:00.074) 0:05:18.828 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:46:51 -0400 (0:00:00.056) 0:05:18.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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:46:51 -0400 (0:00:00.046) 0:05:18.932 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:46:51 -0400 (0:00:00.043) 0:05:18.975 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:46:51 -0400 (0:00:00.043) 0:05:19.019 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Wednesday 23 July 2025 12:46:51 -0400 (0:00:00.059) 0:05:19.078 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Wednesday 23 July 2025 12:46:51 -0400 (0:00:00.112) 0:05:19.190 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 23 July 2025 12:46:51 -0400 (0:00:00.182) 0:05:19.373 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 23 July 2025 12:46:51 -0400 (0:00:00.040) 0:05:19.413 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 23 July 2025 12:46:51 -0400 (0:00:00.042) 0:05:19.455 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 23 July 2025 12:46:51 -0400 (0:00:00.075) 0:05:19.531 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 23 July 2025 12:46:51 -0400 (0:00:00.052) 0:05:19.583 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Wednesday 23 July 2025 12:46:51 -0400 (0:00:00.057) 0:05:19.641 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Wednesday 23 July 2025 12:46:52 -0400 (0:00:00.107) 0:05:19.748 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Wednesday 23 July 2025 12:46:52 -0400 (0:00:00.070) 0:05:19.819 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Wednesday 23 July 2025 12:46:52 -0400 (0:00:00.068) 0:05:19.887 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Wednesday 23 July 2025 12:46:52 -0400 (0:00:00.163) 0:05:20.050 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Wednesday 23 July 2025 12:46:52 -0400 (0:00:00.059) 0:05:20.109 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Wednesday 23 July 2025 12:46:52 -0400 (0:00:00.041) 0:05:20.151 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Wednesday 23 July 2025 12:46:52 -0400 (0:00:00.038) 0:05:20.189 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Wednesday 23 July 2025 12:46:52 -0400 (0:00:00.039) 0:05:20.229 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Wednesday 23 July 2025 12:46:52 -0400 (0:00:00.045) 0:05:20.275 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Wednesday 23 July 2025 12:46:52 -0400 (0:00:00.067) 0:05:20.342 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Wednesday 23 July 2025 12:46:52 -0400 (0:00:00.067) 0:05:20.410 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Wednesday 23 July 2025 12:46:52 -0400 (0:00:00.064) 0:05:20.474 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Wednesday 23 July 2025 12:46:52 -0400 (0:00:00.064) 0:05:20.538 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Wednesday 23 July 2025 12:46:52 -0400 (0:00:00.063) 0:05:20.602 ******** included: /tmp/collections-DMV/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-DMV/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-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:46:53 -0400 (0:00:00.313) 0:05:20.915 ******** 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_kqq09oh8_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:46:53 -0400 (0:00:00.090) 0:05:21.005 ******** 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_kqq09oh8_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:46:53 -0400 (0:00:00.069) 0:05:21.075 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:46:53 -0400 (0:00:00.073) 0:05:21.148 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:46:53 -0400 (0:00:00.078) 0:05:21.226 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:46:53 -0400 (0:00:00.403) 0:05:21.629 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:46:53 -0400 (0:00:00.046) 0:05:21.676 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:46:54 -0400 (0:00:00.056) 0:05:21.732 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:46:54 -0400 (0:00:00.424) 0:05:22.157 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004440", "end": "2025-07-23 12:46:54.772398", "rc": 0, "start": "2025-07-23 12:46:54.767958" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:46:54 -0400 (0:00:00.426) 0:05:22.583 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.006056", "end": "2025-07-23 12:46:55.226920", "rc": 0, "start": "2025-07-23 12:46:55.220864" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:46:55 -0400 (0:00:00.438) 0:05:23.021 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:46:55 -0400 (0:00:00.133) 0:05:23.154 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:46:55 -0400 (0:00:00.050) 0:05:23.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:46:55 -0400 (0:00:00.054) 0:05:23.260 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:46:55 -0400 (0:00:00.067) 0:05:23.328 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:46:55 -0400 (0:00:00.070) 0:05:23.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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:46:55 -0400 (0:00:00.063) 0:05:23.461 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:46:55 -0400 (0:00:00.050) 0:05:23.512 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:46:55 -0400 (0:00:00.063) 0:05:23.576 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:46:55 -0400 (0:00:00.055) 0:05:23.632 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:46:55 -0400 (0:00:00.045) 0:05:23.677 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:46:56 -0400 (0:00:00.046) 0:05:23.724 ******** 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.006033", "end": "2025-07-23 12:46:56.339593", "rc": 0, "start": "2025-07-23 12:46:56.333560" } 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:46:56 -0400 (0:00:00.402) 0:05:24.126 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Wednesday 23 July 2025 12:46:56 -0400 (0:00:00.207) 0:05:24.334 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753289096.1484606, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1753289101.7044563, "dev": 54, "device_type": 0, "executable": true, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1753289101.7044563, "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Wednesday 23 July 2025 12:46:57 -0400 (0:00:00.432) 0:05:24.766 ******** 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": "Wed 2025-07-23 12:45:14 EDT", "ActiveEnterTimestampMonotonic": "389026160", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target basic.target \"app-podman\\\\x2dkube.slice\" -.mount run-user-3001.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-07-23 12:45:03 EDT", "AssertTimestampMonotonic": "378378473", "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": "326928000", "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": "Wed 2025-07-23 12:45:03 EDT", "ConditionTimestampMonotonic": "378378469", "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": "6190", "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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "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": "29526", "ExecMainStartTimestamp": "Wed 2025-07-23 12:45:14 EDT", "ExecMainStartTimestampMonotonic": "388770001", "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=[Wed 2025-07-23 12:45:03 EDT] ; stop_time=[n/a] ; pid=29486 ; 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=[Wed 2025-07-23 12:45:03 EDT] ; stop_time=[n/a] ; pid=29486 ; 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": "Wed 2025-07-23 12:45:03 EDT", "InactiveExitTimestampMonotonic": "378379671", "InvocationID": "2d66c7542ad344b9b1910363c2011efa", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "29526", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3579232256", "MemoryCurrent": "30343168", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "53530624", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target \"app-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/user/3001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Wed 2025-07-23 12:45:14 EDT", "StateChangeTimestampMonotonic": "389026160", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "15", "TasksMax": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Wednesday 23 July 2025 12:47:08 -0400 (0:00:11.123) 0:05:35.889 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753289101.4004567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "74c28f0f0c36fe0b66159596801cff19aedef0b8", "ctime": 1753289100.763457, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 301990099, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753289100.4694574, "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": "887913238", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Wednesday 23 July 2025 12:47:08 -0400 (0:00:00.401) 0:05:36.290 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Wednesday 23 July 2025 12:47:09 -0400 (0:00:00.616) 0:05:36.907 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Wednesday 23 July 2025 12:47:09 -0400 (0:00:00.404) 0:05:37.311 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Wednesday 23 July 2025 12:47:09 -0400 (0:00:00.047) 0:05:37.358 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:47:09 -0400 (0:00:00.082) 0:05:37.440 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:47:09 -0400 (0:00:00.070) 0:05:37.511 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:47:09 -0400 (0:00:00.069) 0:05:37.580 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:47:10 -0400 (0:00:00.196) 0:05:37.777 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:47:10 -0400 (0:00:00.062) 0:05:37.839 ******** 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_kqq09oh8_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:47:10 -0400 (0:00:00.094) 0:05:37.934 ******** 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_kqq09oh8_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:47:10 -0400 (0:00:00.096) 0:05:38.030 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:47:10 -0400 (0:00:00.079) 0:05:38.110 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:47:10 -0400 (0:00:00.104) 0:05:38.214 ******** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:47:10 -0400 (0:00:00.412) 0:05:38.626 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:47:10 -0400 (0:00:00.059) 0:05:38.686 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:47:11 -0400 (0:00:00.058) 0:05:38.744 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:47:11 -0400 (0:00:00.424) 0:05:39.169 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:47:11 -0400 (0:00:00.074) 0:05:39.243 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:47:11 -0400 (0:00:00.184) 0:05:39.427 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:47:11 -0400 (0:00:00.070) 0:05:39.498 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:47:11 -0400 (0:00:00.061) 0:05:39.559 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:47:11 -0400 (0:00:00.050) 0:05:39.610 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:47:11 -0400 (0:00:00.054) 0:05:39.665 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:47:12 -0400 (0:00:00.055) 0:05:39.720 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:47:12 -0400 (0:00:00.043) 0:05:39.764 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:47:12 -0400 (0:00:00.045) 0:05:39.810 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:47:12 -0400 (0:00:00.053) 0:05:39.864 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:47:12 -0400 (0:00:00.057) 0:05:39.921 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:47:12 -0400 (0:00:00.073) 0:05:39.995 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:47:12 -0400 (0:00:00.080) 0:05:40.075 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005428", "end": "2025-07-23 12:47:12.707083", "rc": 0, "start": "2025-07-23 12:47:12.701655" } 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:47:12 -0400 (0:00:00.513) 0:05:40.588 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Wednesday 23 July 2025 12:47:12 -0400 (0:00:00.083) 0:05:40.672 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Wednesday 23 July 2025 12:47:13 -0400 (0:00:00.052) 0:05:40.724 ******** 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": "Wed 2025-07-23 12:45:34 EDT", "ActiveEnterTimestampMonotonic": "409239219", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target -.mount \"system-podman\\\\x2dkube.slice\" systemd-journald.socket basic.target sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-07-23 12:45:24 EDT", "AssertTimestampMonotonic": "398485749", "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": "336351000", "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": "Wed 2025-07-23 12:45:24 EDT", "ConditionTimestampMonotonic": "398485747", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "ControlGroupId": "7602", "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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "32008", "ExecMainStartTimestamp": "Wed 2025-07-23 12:45:34 EDT", "ExecMainStartTimestampMonotonic": "408970001", "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": "Wed 2025-07-23 12:45:24 EDT", "InactiveExitTimestampMonotonic": "398487558", "InvocationID": "2b788a34fd704af6b3c713d83411ef29", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "32008", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3050205184", "MemoryCurrent": "2215936", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "24199168", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Wed 2025-07-23 12:45:34 EDT", "StateChangeTimestampMonotonic": "409239219", "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": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Wednesday 23 July 2025 12:47:24 -0400 (0:00:11.233) 0:05:51.958 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753289121.5244415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "995573619cb99b967364660fbcb32c76fa48e2fc", "ctime": 1753289121.033442, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 125829387, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753289120.759442, "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": "3907885964", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Wednesday 23 July 2025 12:47:24 -0400 (0:00:00.417) 0:05:52.375 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Wednesday 23 July 2025 12:47:25 -0400 (0:00:00.502) 0:05:52.878 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Wednesday 23 July 2025 12:47:25 -0400 (0:00:00.431) 0:05:53.309 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Wednesday 23 July 2025 12:47:25 -0400 (0:00:00.073) 0:05:53.382 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:47:25 -0400 (0:00:00.111) 0:05:53.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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:47:25 -0400 (0:00:00.064) 0:05:53.558 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:47:26 -0400 (0:00:00.156) 0:05:53.715 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:47:26 -0400 (0:00:00.068) 0:05:53.783 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:47:26 -0400 (0:00:00.066) 0:05:53.849 ******** 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_kqq09oh8_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_kqq09oh8_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:47:26 -0400 (0:00:00.089) 0:05:53.939 ******** 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_kqq09oh8_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:47:26 -0400 (0:00:00.095) 0:05:54.034 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:47:26 -0400 (0:00:00.082) 0:05:54.117 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:47:26 -0400 (0:00:00.099) 0:05:54.216 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:47:26 -0400 (0:00:00.053) 0:05:54.270 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:47:26 -0400 (0:00:00.058) 0:05:54.329 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:47:26 -0400 (0:00:00.057) 0:05:54.386 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:47:27 -0400 (0:00:00.391) 0:05:54.778 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:47:27 -0400 (0:00:00.113) 0:05:54.891 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:47:27 -0400 (0:00:00.042) 0:05:54.933 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:47:27 -0400 (0:00:00.041) 0:05:54.975 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:47:27 -0400 (0:00:00.045) 0:05:55.020 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:47:27 -0400 (0:00:00.053) 0:05:55.074 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:47:27 -0400 (0:00:00.086) 0:05:55.160 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:47:27 -0400 (0:00:00.067) 0:05:55.228 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:47:27 -0400 (0:00:00.070) 0:05:55.298 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:47:27 -0400 (0:00:00.076) 0:05:55.375 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:47:27 -0400 (0:00:00.090) 0:05:55.466 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:47:27 -0400 (0:00:00.068) 0:05:55.535 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:47:27 -0400 (0:00:00.051) 0:05:55.586 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:47:28 -0400 (0:00:00.126) 0:05:55.713 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005490", "end": "2025-07-23 12:47:28.314835", "rc": 0, "start": "2025-07-23 12:47:28.309345" } 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:47:28 -0400 (0:00:00.414) 0:05:56.127 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Wednesday 23 July 2025 12:47:28 -0400 (0:00:00.148) 0:05:56.276 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Wednesday 23 July 2025 12:47:28 -0400 (0:00:00.062) 0:05:56.338 ******** 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": "Wed 2025-07-23 12:45:55 EDT", "ActiveEnterTimestampMonotonic": "429804665", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "\"system-podman\\\\x2dkube.slice\" -.mount systemd-journald.socket network-online.target basic.target sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-07-23 12:45:44 EDT", "AssertTimestampMonotonic": "419216844", "Before": "shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "285811000", "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": "Wed 2025-07-23 12:45:44 EDT", "ConditionTimestampMonotonic": "419216840", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "ControlGroupId": "9002", "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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "34314", "ExecMainStartTimestamp": "Wed 2025-07-23 12:45:55 EDT", "ExecMainStartTimestampMonotonic": "429600000", "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": "Wed 2025-07-23 12:45:44 EDT", "InactiveExitTimestampMonotonic": "419218792", "InvocationID": "c83473598d6d4e959794a79926f84603", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "34314", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3065413632", "MemoryCurrent": "2158592", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "23908352", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Wed 2025-07-23 12:45:55 EDT", "StateChangeTimestampMonotonic": "429804665", "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": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Wednesday 23 July 2025 12:47:39 -0400 (0:00:11.323) 0:06:07.662 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753289142.1894262, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1e70822ed97165a524478c6bd916cb410b4c6220", "ctime": 1753289141.6514266, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 612368595, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753289141.3824267, "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": "1764879084", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Wednesday 23 July 2025 12:47:40 -0400 (0:00:00.406) 0:06:08.068 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Wednesday 23 July 2025 12:47:40 -0400 (0:00:00.536) 0:06:08.605 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Wednesday 23 July 2025 12:47:41 -0400 (0:00:00.408) 0:06:09.014 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Wednesday 23 July 2025 12:47:41 -0400 (0:00:00.044) 0:06:09.058 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:47:41 -0400 (0:00:00.064) 0:06:09.122 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:47:41 -0400 (0:00:00.109) 0:06:09.232 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:47:41 -0400 (0:00:00.039) 0:06:09.271 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:47:41 -0400 (0:00:00.039) 0:06:09.311 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Wednesday 23 July 2025 12:47:41 -0400 (0:00:00.040) 0:06:09.352 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Wednesday 23 July 2025 12:47:41 -0400 (0:00:00.037) 0:06:09.390 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Wednesday 23 July 2025 12:47:41 -0400 (0:00:00.099) 0:06:09.490 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Wednesday 23 July 2025 12:47:42 -0400 (0:00:00.449) 0:06:09.940 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Wednesday 23 July 2025 12:47:42 -0400 (0:00:00.065) 0:06:10.005 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753289096.1484606, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1753289101.7044563, "dev": 54, "device_type": 0, "executable": true, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1753289101.7044563, "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Wednesday 23 July 2025 12:47:42 -0400 (0:00:00.412) 0:06:10.417 ******** ok: [managed-node2] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Wednesday 23 July 2025 12:47:43 -0400 (0:00:00.711) 0:06:11.129 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.039436", "end": "2025-07-23 12:47:43.858179", "rc": 0, "start": "2025-07-23 12:47:43.818743" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Wednesday 23 July 2025 12:47:44 -0400 (0:00:00.656) 0:06:11.785 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.041802", "end": "2025-07-23 12:47:44.506115", "rc": 0, "start": "2025-07-23 12:47:44.464313" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Wednesday 23 July 2025 12:47:44 -0400 (0:00:00.518) 0:06:12.304 ******** changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "podman_basic_user" ], "delta": "0:00:00.007459", "end": "2025-07-23 12:47:44.922481", "rc": 0, "start": "2025-07-23 12:47:44.915022" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 Wednesday 23 July 2025 12:47:45 -0400 (0:00:00.426) 0:06:12.730 ******** 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.007011", "end": "2025-07-23 12:47:57.179650", "failed_when_result": false, "rc": 1, "start": "2025-07-23 12:47:57.172639" } 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:82 Wednesday 23 July 2025 12:47:57 -0400 (0:00:12.273) 0:06:25.003 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__user_state is failed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:87 Wednesday 23 July 2025 12:47:57 -0400 (0:00:00.073) 0:06:25.076 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:98 Wednesday 23 July 2025 12:47:57 -0400 (0:00:00.075) 0:06:25.152 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Wednesday 23 July 2025 12:47:57 -0400 (0:00:00.070) 0:06:25.223 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Wednesday 23 July 2025 12:47:57 -0400 (0:00:00.059) 0:06:25.282 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:396 Wednesday 23 July 2025 12:47:57 -0400 (0:00:00.066) 0:06:25.349 ******** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd1" ], "delta": "0:00:00.027493", "end": "2025-07-23 12:47:58.050553", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 125, "start": "2025-07-23 12:47:58.023060" } STDERR: time="2025-07-23T12:47:58-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.031985", "end": "2025-07-23 12:47:58.440137", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2025-07-23 12:47:58.408152" } 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.030956", "end": "2025-07-23 12:47:58.845223", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2025-07-23 12:47:58.814267" } MSG: non-zero return code TASK [Check Services should be absent] ***************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:409 Wednesday 23 July 2025 12:47:58 -0400 (0:00:01.283) 0:06:26.632 ******** 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.008845", "end": "2025-07-23 12:47:59.326000", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 1, "start": "2025-07-23 12:47:59.317155" } 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.013767", "end": "2025-07-23 12:47:59.727185", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2025-07-23 12:47:59.713418" } 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.013261", "end": "2025-07-23 12:48:00.084264", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2025-07-23 12:48:00.071003" } MSG: non-zero return code TASK [Ensure no linger] ******************************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:428 Wednesday 23 July 2025 12:48:00 -0400 (0:00:01.271) 0:06:27.904 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:436 Wednesday 23 July 2025 12:48:00 -0400 (0:00:00.522) 0:06:28.426 ******** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Wednesday 23 July 2025 12:48:00 -0400 (0:00:00.193) 0:06:28.620 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Wednesday 23 July 2025 12:48:01 -0400 (0:00:00.113) 0:06:28.734 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Wednesday 23 July 2025 12:48:01 -0400 (0:00:00.058) 0:06:28.792 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Wednesday 23 July 2025 12:48:01 -0400 (0:00:00.051) 0:06:28.844 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Wednesday 23 July 2025 12:48:01 -0400 (0:00:00.046) 0:06:28.890 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Wednesday 23 July 2025 12:48:01 -0400 (0:00:00.044) 0:06:28.935 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Wednesday 23 July 2025 12:48:01 -0400 (0:00:00.044) 0:06:28.979 ******** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Wednesday 23 July 2025 12:48:01 -0400 (0:00:00.111) 0:06:29.091 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Wednesday 23 July 2025 12:48:02 -0400 (0:00:01.207) 0:06:30.298 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Wednesday 23 July 2025 12:48:02 -0400 (0:00:00.044) 0:06:30.343 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Wednesday 23 July 2025 12:48:02 -0400 (0:00:00.059) 0:06:30.402 ******** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Wednesday 23 July 2025 12:48:02 -0400 (0:00:00.046) 0:06:30.448 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Wednesday 23 July 2025 12:48:02 -0400 (0:00:00.041) 0:06:30.490 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Wednesday 23 July 2025 12:48:02 -0400 (0:00:00.042) 0:06:30.533 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025394", "end": "2025-07-23 12:48:03.167744", "rc": 0, "start": "2025-07-23 12:48:03.142350" } STDOUT: podman version 5.5.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Wednesday 23 July 2025 12:48:03 -0400 (0:00:00.423) 0:06:30.956 ******** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.5.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Wednesday 23 July 2025 12:48:03 -0400 (0:00:00.045) 0:06:31.002 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Wednesday 23 July 2025 12:48:03 -0400 (0:00:00.044) 0:06:31.046 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Wednesday 23 July 2025 12:48:03 -0400 (0:00:00.045) 0:06:31.092 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Wednesday 23 July 2025 12:48:03 -0400 (0:00:00.187) 0:06:31.280 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Wednesday 23 July 2025 12:48:03 -0400 (0:00:00.066) 0:06:31.347 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Wednesday 23 July 2025 12:48:03 -0400 (0:00:00.071) 0:06:31.418 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:48:03 -0400 (0:00:00.078) 0:06:31.496 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:48:04 -0400 (0:00:00.401) 0:06:31.898 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:48:04 -0400 (0:00:00.070) 0:06:31.968 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:48:04 -0400 (0:00:00.090) 0:06:32.059 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:48:04 -0400 (0:00:00.446) 0:06:32.505 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:48:04 -0400 (0:00:00.052) 0:06:32.557 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:48:04 -0400 (0:00:00.048) 0:06:32.606 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:48:05 -0400 (0:00:00.123) 0:06:32.730 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:48:05 -0400 (0:00:00.043) 0:06:32.773 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:48:05 -0400 (0:00:00.043) 0:06:32.816 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:48:05 -0400 (0:00:00.046) 0:06:32.863 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:48:05 -0400 (0:00:00.060) 0:06:32.923 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Wednesday 23 July 2025 12:48:05 -0400 (0:00:00.053) 0:06:32.977 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Wednesday 23 July 2025 12:48:05 -0400 (0:00:00.093) 0:06:33.071 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Wednesday 23 July 2025 12:48:05 -0400 (0:00:00.077) 0:06:33.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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Wednesday 23 July 2025 12:48:05 -0400 (0:00:00.041) 0:06:33.190 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Wednesday 23 July 2025 12:48:05 -0400 (0:00:00.053) 0:06:33.243 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Wednesday 23 July 2025 12:48:05 -0400 (0:00:00.206) 0:06:33.449 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Wednesday 23 July 2025 12:48:05 -0400 (0:00:00.068) 0:06:33.518 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Wednesday 23 July 2025 12:48:05 -0400 (0:00:00.067) 0:06:33.585 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Wednesday 23 July 2025 12:48:06 -0400 (0:00:00.128) 0:06:33.714 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Wednesday 23 July 2025 12:48:06 -0400 (0:00:00.068) 0:06:33.783 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Wednesday 23 July 2025 12:48:06 -0400 (0:00:00.072) 0:06:33.856 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Wednesday 23 July 2025 12:48:06 -0400 (0:00:00.131) 0:06:33.987 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Wednesday 23 July 2025 12:48:06 -0400 (0:00:00.065) 0:06:34.052 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Wednesday 23 July 2025 12:48:06 -0400 (0:00:00.053) 0:06:34.106 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Wednesday 23 July 2025 12:48:06 -0400 (0:00:00.048) 0:06:34.154 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Wednesday 23 July 2025 12:48:06 -0400 (0:00:00.141) 0:06:34.295 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Wednesday 23 July 2025 12:48:06 -0400 (0:00:00.041) 0:06:34.337 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Wednesday 23 July 2025 12:48:06 -0400 (0:00:00.042) 0:06:34.380 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Wednesday 23 July 2025 12:48:06 -0400 (0:00:00.046) 0:06:34.427 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Wednesday 23 July 2025 12:48:06 -0400 (0:00:00.062) 0:06:34.489 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Wednesday 23 July 2025 12:48:06 -0400 (0:00:00.067) 0:06:34.557 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Wednesday 23 July 2025 12:48:06 -0400 (0:00:00.055) 0:06:34.612 ******** included: /tmp/collections-DMV/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-DMV/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-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:48:07 -0400 (0:00:00.143) 0:06:34.756 ******** 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_kqq09oh8_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:48:07 -0400 (0:00:00.056) 0:06:34.813 ******** 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_kqq09oh8_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:48:07 -0400 (0:00:00.056) 0:06:34.869 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:48:07 -0400 (0:00:00.138) 0:06:35.008 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:48:07 -0400 (0:00:00.088) 0:06:35.096 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:48:07 -0400 (0:00:00.404) 0:06:35.500 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:48:07 -0400 (0:00:00.047) 0:06:35.547 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:48:07 -0400 (0:00:00.057) 0:06:35.604 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:48:08 -0400 (0:00:00.407) 0:06:36.012 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003979", "end": "2025-07-23 12:48:08.618812", "rc": 0, "start": "2025-07-23 12:48:08.614833" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:48:08 -0400 (0:00:00.399) 0:06:36.411 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.005256", "end": "2025-07-23 12:48:09.020416", "rc": 0, "start": "2025-07-23 12:48:09.015160" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:48:09 -0400 (0:00:00.402) 0:06:36.814 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:48:09 -0400 (0:00:00.061) 0:06:36.876 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:48:09 -0400 (0:00:00.041) 0:06:36.917 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:48:09 -0400 (0:00:00.042) 0:06:36.959 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:48:09 -0400 (0:00:00.135) 0:06:37.094 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:48:09 -0400 (0:00:00.048) 0:06:37.143 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:48:09 -0400 (0:00:00.052) 0:06:37.195 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:48:09 -0400 (0:00:00.047) 0:06:37.243 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:48:09 -0400 (0:00:00.055) 0:06:37.298 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:48:09 -0400 (0:00:00.068) 0:06:37.367 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:48:09 -0400 (0:00:00.067) 0:06:37.434 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:48:09 -0400 (0:00:00.065) 0:06:37.499 ******** 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.005574", "end": "2025-07-23 12:48:10.101665", "rc": 0, "start": "2025-07-23 12:48:10.096091" } 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:48:10 -0400 (0:00:00.395) 0:06:37.895 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Wednesday 23 July 2025 12:48:10 -0400 (0:00:00.087) 0:06:37.982 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Wednesday 23 July 2025 12:48:10 -0400 (0:00:00.403) 0:06:38.386 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Wednesday 23 July 2025 12:48:10 -0400 (0:00:00.130) 0:06:38.516 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Wednesday 23 July 2025 12:48:11 -0400 (0:00:00.406) 0:06:38.923 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Wednesday 23 July 2025 12:48:11 -0400 (0:00:00.070) 0:06:38.994 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Wednesday 23 July 2025 12:48:11 -0400 (0:00:00.438) 0:06:39.433 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Wednesday 23 July 2025 12:48:11 -0400 (0:00:00.072) 0:06:39.505 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:48:11 -0400 (0:00:00.111) 0:06:39.617 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:48:11 -0400 (0:00:00.081) 0:06:39.698 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:48:12 -0400 (0:00:00.082) 0:06:39.781 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:48:12 -0400 (0:00:00.075) 0:06:39.857 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:48:12 -0400 (0:00:00.063) 0:06:39.921 ******** 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_kqq09oh8_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:48:12 -0400 (0:00:00.088) 0:06:40.009 ******** 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_kqq09oh8_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:48:12 -0400 (0:00:00.208) 0:06:40.217 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:48:12 -0400 (0:00:00.059) 0:06:40.277 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:48:12 -0400 (0:00:00.121) 0:06:40.399 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:48:13 -0400 (0:00:00.444) 0:06:40.843 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:48:13 -0400 (0:00:00.045) 0:06:40.889 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:48:13 -0400 (0:00:00.060) 0:06:40.949 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:48:13 -0400 (0:00:00.388) 0:06:41.337 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:48:13 -0400 (0:00:00.043) 0:06:41.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:48:13 -0400 (0:00:00.055) 0:06:41.436 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:48:13 -0400 (0:00:00.046) 0:06:41.483 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:48:13 -0400 (0:00:00.062) 0:06:41.546 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:48:13 -0400 (0:00:00.137) 0:06:41.683 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:48:14 -0400 (0:00:00.046) 0:06:41.730 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:48:14 -0400 (0:00:00.043) 0:06:41.773 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:48:14 -0400 (0:00:00.043) 0:06:41.816 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:48:14 -0400 (0:00:00.044) 0:06:41.861 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:48:14 -0400 (0:00:00.068) 0:06:41.929 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:48:14 -0400 (0:00:00.089) 0:06:42.018 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:48:14 -0400 (0:00:00.055) 0:06:42.073 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:48:14 -0400 (0:00:00.070) 0:06:42.144 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005297", "end": "2025-07-23 12:48:14.778103", "rc": 0, "start": "2025-07-23 12:48:14.772806" } 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:48:14 -0400 (0:00:00.418) 0:06:42.563 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Wednesday 23 July 2025 12:48:14 -0400 (0:00:00.078) 0:06:42.641 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Wednesday 23 July 2025 12:48:15 -0400 (0:00:00.114) 0:06:42.756 ******** ok: [managed-node2] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target sysinit.target -.mount systemd-journald.socket \"system-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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "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": "3088523264", "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": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Wednesday 23 July 2025 12:48:15 -0400 (0:00:00.606) 0:06:43.363 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Wednesday 23 July 2025 12:48:16 -0400 (0:00:00.418) 0:06:43.781 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Wednesday 23 July 2025 12:48:16 -0400 (0:00:00.043) 0:06:43.825 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Wednesday 23 July 2025 12:48:16 -0400 (0:00:00.431) 0:06:44.256 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Wednesday 23 July 2025 12:48:16 -0400 (0:00:00.061) 0:06:44.317 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:48:16 -0400 (0:00:00.097) 0:06:44.414 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:48:16 -0400 (0:00:00.073) 0:06:44.488 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:48:16 -0400 (0:00:00.056) 0:06:44.544 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:48:16 -0400 (0:00:00.042) 0:06:44.587 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Wednesday 23 July 2025 12:48:16 -0400 (0:00:00.038) 0:06:44.625 ******** 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_kqq09oh8_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_kqq09oh8_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Wednesday 23 July 2025 12:48:17 -0400 (0:00:00.135) 0:06:44.760 ******** 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_kqq09oh8_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_kqq09oh8_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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Wednesday 23 July 2025 12:48:17 -0400 (0:00:00.092) 0:06:44.853 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Wednesday 23 July 2025 12:48:17 -0400 (0:00:00.075) 0:06:44.928 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Wednesday 23 July 2025 12:48:17 -0400 (0:00:00.090) 0:06:45.019 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Wednesday 23 July 2025 12:48:17 -0400 (0:00:00.055) 0:06:45.074 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Wednesday 23 July 2025 12:48:17 -0400 (0:00:00.048) 0:06:45.123 ******** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Wednesday 23 July 2025 12:48:17 -0400 (0:00:00.059) 0:06:45.183 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753288973.1764627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "fa9845e044ad8d1bfcc68a2c8e62c8d83a1bb20e", "ctime": 1753288962.2954578, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8668983, "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": "4231753673", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Wednesday 23 July 2025 12:48:17 -0400 (0:00:00.424) 0:06:45.607 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Wednesday 23 July 2025 12:48:17 -0400 (0:00:00.070) 0:06:45.677 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Wednesday 23 July 2025 12:48:18 -0400 (0:00:00.069) 0:06:45.747 ******** skipping: [managed-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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Wednesday 23 July 2025 12:48:18 -0400 (0:00:00.071) 0:06:45.818 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Wednesday 23 July 2025 12:48:18 -0400 (0:00:00.178) 0:06:45.997 ******** skipping: [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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Wednesday 23 July 2025 12:48:18 -0400 (0:00:00.075) 0:06:46.073 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Wednesday 23 July 2025 12:48:18 -0400 (0:00:00.074) 0:06:46.147 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Wednesday 23 July 2025 12:48:18 -0400 (0:00:00.070) 0:06:46.217 ******** skipping: [managed-node2] => { "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:44 Wednesday 23 July 2025 12:48:18 -0400 (0:00:00.069) 0:06:46.287 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:53 Wednesday 23 July 2025 12:48:18 -0400 (0:00:00.075) 0:06:46.362 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Wednesday 23 July 2025 12:48:18 -0400 (0:00:00.097) 0:06:46.460 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:66 Wednesday 23 July 2025 12:48:18 -0400 (0:00:00.084) 0:06:46.545 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Wednesday 23 July 2025 12:48:18 -0400 (0:00:00.095) 0:06:46.640 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:77 Wednesday 23 July 2025 12:48:19 -0400 (0:00:00.076) 0:06:46.717 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005397", "end": "2025-07-23 12:48:19.352602", "rc": 0, "start": "2025-07-23 12:48:19.347205" } 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:85 Wednesday 23 July 2025 12:48:19 -0400 (0:00:00.423) 0:06:47.140 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Wednesday 23 July 2025 12:48:19 -0400 (0:00:00.162) 0:06:47.303 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Wednesday 23 July 2025 12:48:19 -0400 (0:00:00.040) 0:06:47.344 ******** 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": "basic.target sysinit.target network-online.target \"system-podman\\\\x2dkube.slice\" systemd-journald.socket -.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": "3631042560", "EffectiveMemoryMax": "3631042560", "EffectiveTasksMax": "21944", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "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": "3097571328", "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": "21944", "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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Wednesday 23 July 2025 12:48:20 -0400 (0:00:00.615) 0:06:47.959 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Wednesday 23 July 2025 12:48:20 -0400 (0:00:00.455) 0:06:48.415 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Wednesday 23 July 2025 12:48:20 -0400 (0:00:00.049) 0:06:48.464 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Wednesday 23 July 2025 12:48:21 -0400 (0:00:00.396) 0:06:48.860 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Wednesday 23 July 2025 12:48:21 -0400 (0:00:00.046) 0:06:48.907 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Wednesday 23 July 2025 12:48:21 -0400 (0:00:00.067) 0:06:48.974 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Wednesday 23 July 2025 12:48:21 -0400 (0:00:00.041) 0:06:49.015 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Wednesday 23 July 2025 12:48:21 -0400 (0:00:00.040) 0:06:49.056 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Wednesday 23 July 2025 12:48:21 -0400 (0:00:00.040) 0:06:49.096 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Wednesday 23 July 2025 12:48:21 -0400 (0:00:00.131) 0:06:49.228 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Wednesday 23 July 2025 12:48:21 -0400 (0:00:00.047) 0:06:49.275 ******** included: /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Wednesday 23 July 2025 12:48:21 -0400 (0:00:00.171) 0:06:49.447 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Wednesday 23 July 2025 12:48:22 -0400 (0:00:00.458) 0:06:49.905 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Wednesday 23 July 2025 12:48:22 -0400 (0:00:00.081) 0:06:49.987 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Wednesday 23 July 2025 12:48:22 -0400 (0:00:00.433) 0:06:50.420 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Wednesday 23 July 2025 12:48:22 -0400 (0:00:00.068) 0:06:50.488 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Wednesday 23 July 2025 12:48:22 -0400 (0:00:00.064) 0:06:50.553 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Wednesday 23 July 2025 12:48:22 -0400 (0:00:00.063) 0:06:50.617 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 Wednesday 23 July 2025 12:48:22 -0400 (0:00:00.084) 0:06:50.701 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:82 Wednesday 23 July 2025 12:48:23 -0400 (0:00:00.072) 0:06:50.774 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:87 Wednesday 23 July 2025 12:48:23 -0400 (0:00:00.183) 0:06:50.957 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__cancel_linger is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart logind] *********************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:98 Wednesday 23 July 2025 12:48:23 -0400 (0:00:00.074) 0:06:51.032 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Wednesday 23 July 2025 12:48:23 -0400 (0:00:00.072) 0:06:51.104 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Wednesday 23 July 2025 12:48:23 -0400 (0:00:00.063) 0:06:51.168 ******** 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-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:456 Wednesday 23 July 2025 12:48:23 -0400 (0:00:00.104) 0:06:51.272 ******** ok: [managed-node2] => { "changed": false, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:463 Wednesday 23 July 2025 12:48:23 -0400 (0:00:00.428) 0:06:51.701 ******** changed: [managed-node2] => { "changed": true, "path": "/tmp/lsr_kqq09oh8_podman", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:470 Wednesday 23 July 2025 12:48:24 -0400 (0:00:00.425) 0:06:52.126 ******** changed: [managed-node2 -> localhost] => { "changed": true, "path": "/tmp/lsr_podman_jb0t8ycx.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=617 changed=49 unreachable=0 failed=0 skipped=875 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.13", "end_time": "2025-07-23T16:43:42.908471+00:00Z", "host": "managed-node2", "message": "Output: \nError=Trying to pull quay.io/linux-system-roles/this_is_a_bogus_image:latest...\nError: internal 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\n", "start_time": "2025-07-23T16:43:42.267854+00:00Z", "task_name": "Update containers/pods", "task_path": "/tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:84" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Wednesday 23 July 2025 12:48:24 -0400 (0:00:00.218) 0:06:52.345 ******** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 68.44s /tmp/collections-DMV/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.27s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 fedora.linux_system_roles.podman : Start service ----------------------- 11.36s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:117 fedora.linux_system_roles.podman : Start service ----------------------- 11.33s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:117 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.32s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.23s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Start service ----------------------- 11.19s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:117 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.12s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.84s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.83s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.82s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.80s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.80s /tmp/collections-DMV/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-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Gathering Facts --------------------------------------------------------- 2.73s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 fedora.linux_system_roles.podman : Ensure container images are present --- 1.99s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Create data files ------------------------------------------------------- 1.98s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 1.88s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 fedora.linux_system_roles.podman : Update containers/pods --------------- 1.68s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:84 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.62s /tmp/collections-DMV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30