ansible-playbook [core 2.17.9] 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-Ytn executable location = /usr/local/bin/ansible-playbook python version = 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] (/usr/bin/python3.12) jinja version = 3.1.5 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 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-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:5 Friday 21 March 2025 19:12:38 -0400 (0:00:00.019) 0:00:00.019 ********** ok: [managed-node1] => { "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-uxQ/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Friday 21 March 2025 19:12:38 -0400 (0:00:00.020) 0:00:00.040 ********** [WARNING]: Platform linux on host managed-node1 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-node1] TASK [Create tmpdir for testing] *********************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:143 Friday 21 March 2025 19:12:40 -0400 (0:00:02.570) 0:00:02.610 ********** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_0_rqegro_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Change tmpdir permissions] *********************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:150 Friday 21 March 2025 19:12:41 -0400 (0:00:00.399) 0:00:03.010 ********** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0777", "owner": "root", "path": "/tmp/lsr_0_rqegro_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Enable podman copr] ****************************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:161 Friday 21 March 2025 19:12:41 -0400 (0:00:00.446) 0:00:03.456 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:166 Friday 21 March 2025 19:12:41 -0400 (0:00:00.053) 0:00:03.509 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Podman version] ********************************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:171 Friday 21 March 2025 19:12:41 -0400 (0:00:00.042) 0:00:03.551 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Create user] ************************************************************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:176 Friday 21 March 2025 19:12:41 -0400 (0:00:00.034) 0:00:03.585 ********** changed: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:181 Friday 21 March 2025 19:12:42 -0400 (0:00:00.578) 0:00:04.164 ********** changed: [managed-node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_podman_g6yjaylj.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-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:189 Friday 21 March 2025 19:12:42 -0400 (0:00:00.201) 0:00:04.366 ********** changed: [managed-node1 -> localhost] => { "changed": true, "checksum": "fac0922174ea311156b6b6f400fb5fd34a47af3c", "dest": "/tmp/lsr_podman_g6yjaylj.yml", "gid": 0, "group": "root", "md5sum": "540d3be43f386a3284ffd24dc9ab5894", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 710, "src": "/root/.ansible/tmp/ansible-tmp-1742598762.5335386-7121-263529159051749/.source.yml", "state": "file", "uid": 0 } TASK [Create host directories for data] **************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:196 Friday 21 March 2025 19:12:43 -0400 (0:00:00.755) 0:00:05.121 ********** changed: [managed-node1] => (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_0_rqegro_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 3001 } changed: [managed-node1] => (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_0_rqegro_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } changed: [managed-node1] => (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_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204 Friday 21 March 2025 19:12:44 -0400 (0:00:01.044) 0:00:06.166 ********** changed: [managed-node1] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_0_rqegro_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-1742598764.3555472-7206-113135503409970/.source.txt", "state": "file", "uid": 3001 } changed: [managed-node1] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_0_rqegro_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-1742598764.9898071-7206-98452082740764/.source.txt", "state": "file", "uid": 0 } changed: [managed-node1] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_0_rqegro_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-1742598765.6165228-7206-244683863319096/.source.txt", "state": "file", "uid": 0 } TASK [Run role - do not pull images] ******************************************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:214 Friday 21 March 2025 19:12:46 -0400 (0:00:01.892) 0:00:08.059 ********** included: fedora.linux_system_roles.podman for managed-node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 21 March 2025 19:12:46 -0400 (0:00:00.049) 0:00:08.109 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 21 March 2025 19:12:46 -0400 (0:00:00.024) 0:00:08.133 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 21 March 2025 19:12:46 -0400 (0:00:00.034) 0:00:08.168 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 21 March 2025 19:12:46 -0400 (0:00:00.338) 0:00:08.506 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 21 March 2025 19:12:46 -0400 (0:00:00.024) 0:00:08.531 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 21 March 2025 19:12:47 -0400 (0:00:00.335) 0:00:08.866 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 21 March 2025 19:12:47 -0400 (0:00:00.022) 0:00:08.889 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (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-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 21 March 2025 19:12:47 -0400 (0:00:00.042) 0:00:08.931 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 21 March 2025 19:12:48 -0400 (0:00:00.976) 0:00:09.908 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 21 March 2025 19:12:48 -0400 (0:00:00.044) 0:00:09.953 ********** changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: shadow-utils-subid-2:4.15.0-5.el10.x86_64", "Installed: libassuan-2.5.6-6.el10.x86_64", "Installed: libsecret-0.21.2-7.el10.x86_64", "Installed: gpgme-1.23.2-6.el10.x86_64", "Installed: duktape-2.7.0-10.el10.x86_64", "Installed: passt-0^20250217.ga1e48a0-1.el10.x86_64", "Installed: conmon-3:2.1.13-1.el10.x86_64", "Installed: libksba-1.6.7-2.el10.x86_64", "Installed: passt-selinux-0^20250217.ga1e48a0-1.el10.noarch", "Installed: aardvark-dns-2:1.14.0-1.el10.x86_64", "Installed: container-selinux-3:2.234.2-4.el10.noarch", "Installed: containers-common-5:0.62.0-1.el10.noarch", "Installed: npth-1.6-21.el10.x86_64", "Installed: containers-common-extra-5:0.62.0-1.el10.noarch", "Installed: pcsc-lite-2.2.3-2.el10.x86_64", "Installed: pcsc-lite-ccid-1.6.0-2.el10.x86_64", "Installed: pcsc-lite-libs-2.2.3-2.el10.x86_64", "Installed: criu-3.19-9.el10.x86_64", "Installed: criu-libs-3.19-9.el10.x86_64", "Installed: netavark-2:1.14.0-1.el10.x86_64", "Installed: crun-1.19-1.el10.x86_64", "Installed: gnupg2-smime-2.4.5-2.el10.x86_64", "Installed: catatonit-5:0.2.1-1.el10.x86_64", "Installed: polkit-125-3.el10.x86_64", "Installed: libgcrypt-1.11.0-5.el10.x86_64", "Installed: libusb1-1.0.27-4.el10.x86_64", "Installed: polkit-libs-125-3.el10.x86_64", "Installed: polkit-pkla-compat-0.1-30.el10.x86_64", "Installed: libgpg-error-1.50-2.el10.x86_64", "Installed: libnet-1.3-7.el10.x86_64", "Installed: protobuf-c-1.5.0-6.el10.x86_64", "Installed: podman-6:5.4.0-3.el10.x86_64", "Installed: gnupg2-2.4.5-2.el10.x86_64", "Installed: pinentry-1.3.1-1.el10.x86_64" ] } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 21 March 2025 19:13:52 -0400 (0:01:04.468) 0:01:14.421 ********** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 21 March 2025 19:13:52 -0400 (0:00:00.073) 0:01:14.494 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 21 March 2025 19:13:52 -0400 (0:00:00.069) 0:01:14.564 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 21 March 2025 19:13:52 -0400 (0:00:00.069) 0:01:14.633 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031683", "end": "2025-03-21 19:13:53.304122", "rc": 0, "start": "2025-03-21 19:13:53.272439" } STDOUT: podman version 5.4.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 21 March 2025 19:13:53 -0400 (0:00:00.606) 0:01:15.240 ********** ok: [managed-node1] => { "ansible_facts": { "podman_version": "5.4.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 21 March 2025 19:13:53 -0400 (0:00:00.051) 0:01:15.292 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 21 March 2025 19:13:53 -0400 (0:00:00.071) 0:01:15.363 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Friday 21 March 2025 19:13:53 -0400 (0:00:00.078) 0:01:15.442 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 21 March 2025 19:13:53 -0400 (0:00:00.075) 0:01:15.517 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Friday 21 March 2025 19:13:53 -0400 (0:00:00.058) 0:01:15.576 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 21 March 2025 19:13:53 -0400 (0:00:00.097) 0:01:15.673 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:13:53 -0400 (0:00:00.086) 0:01:15.759 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:13:53.922995", "stop": "2025-03-21 19:13:55.924744", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:13:55 -0400 (0:00:02.034) 0:01:17.794 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:13:56 -0400 (0:00:00.457) 0:01:18.251 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:13:56 -0400 (0:00:00.053) 0:01:18.304 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:13:56 -0400 (0:00:00.063) 0:01:18.368 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1730678400.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:13:56 -0400 (0:00:00.383) 0:01:18.752 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:13:56 -0400 (0:00:00.046) 0:01:18.798 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:13:56 -0400 (0:00:00.046) 0:01:18.845 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:13:57 -0400 (0:00:00.046) 0:01:18.892 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:13:57 -0400 (0:00:00.048) 0:01:18.940 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:13:57 -0400 (0:00:00.047) 0:01:18.987 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:13:57 -0400 (0:00:00.046) 0:01:19.034 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:13:57 -0400 (0:00:00.045) 0:01:19.080 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:13:57 -0400 (0:00:00.047) 0:01:19.128 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:13:57 -0400 (0:00:00.046) 0:01:19.174 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 21 March 2025 19:13:57 -0400 (0:00:00.044) 0:01:19.218 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Friday 21 March 2025 19:13:57 -0400 (0:00:00.051) 0:01:19.269 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 21 March 2025 19:13:57 -0400 (0:00:00.055) 0:01:19.325 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 21 March 2025 19:13:57 -0400 (0:00:00.059) 0:01:19.384 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Friday 21 March 2025 19:13:57 -0400 (0:00:00.028) 0:01:19.413 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 21 March 2025 19:13:57 -0400 (0:00:00.056) 0:01:19.470 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 21 March 2025 19:13:57 -0400 (0:00:00.044) 0:01:19.514 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Friday 21 March 2025 19:13:57 -0400 (0:00:00.029) 0:01:19.543 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Friday 21 March 2025 19:13:57 -0400 (0:00:00.056) 0:01:19.600 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Friday 21 March 2025 19:13:57 -0400 (0:00:00.028) 0:01:19.629 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Friday 21 March 2025 19:13:57 -0400 (0:00:00.029) 0:01:19.658 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Friday 21 March 2025 19:13:57 -0400 (0:00:00.058) 0:01:19.716 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Friday 21 March 2025 19:13:57 -0400 (0:00:00.028) 0:01:19.745 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Friday 21 March 2025 19:13:57 -0400 (0:00:00.029) 0:01:19.774 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Friday 21 March 2025 19:13:57 -0400 (0:00:00.028) 0:01:19.802 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Friday 21 March 2025 19:13:57 -0400 (0:00:00.029) 0:01:19.832 ********** included: fedora.linux_system_roles.firewall for managed-node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 21 March 2025 19:13:58 -0400 (0:00:00.100) 0:01:19.932 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 21 March 2025 19:13:58 -0400 (0:00:00.051) 0:01:19.984 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 21 March 2025 19:13:58 -0400 (0:00:00.067) 0:01:20.052 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 21 March 2025 19:13:58 -0400 (0:00:00.352) 0:01:20.404 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Friday 21 March 2025 19:13:58 -0400 (0:00:00.037) 0:01:20.442 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Friday 21 March 2025 19:13:58 -0400 (0:00:00.355) 0:01:20.797 ********** ok: [managed-node1] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Friday 21 March 2025 19:13:58 -0400 (0:00:00.036) 0:01:20.834 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Friday 21 March 2025 19:14:00 -0400 (0:00:01.035) 0:01:21.869 ********** skipping: [managed-node1] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Friday 21 March 2025 19:14:00 -0400 (0:00:00.029) 0:01:21.898 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Friday 21 March 2025 19:14:00 -0400 (0:00:00.027) 0:01:21.926 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 21 March 2025 19:14:00 -0400 (0:00:00.028) 0:01:21.955 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Friday 21 March 2025 19:14:00 -0400 (0:00:00.031) 0:01:21.986 ********** skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Friday 21 March 2025 19:14:00 -0400 (0:00:00.049) 0:01:22.036 ********** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice basic.target polkit.service sysinit.target dbus-broker.service dbus.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service iptables.service ebtables.service ipset.service shutdown.target", "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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "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": "3174977536", "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 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", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Friday 21 March 2025 19:14:00 -0400 (0:00:00.744) 0:01:22.780 ********** changed: [managed-node1] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target dbus.socket polkit.service dbus-broker.service system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service ebtables.service ip6tables.service shutdown.target", "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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "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": "3175518208", "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": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Friday 21 March 2025 19:14:01 -0400 (0:00:01.018) 0:01:23.799 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 21 March 2025 19:14:01 -0400 (0:00:00.040) 0:01:23.840 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Friday 21 March 2025 19:14:02 -0400 (0:00:00.027) 0:01:23.868 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Friday 21 March 2025 19:14:02 -0400 (0:00:00.026) 0:01:23.894 ********** changed: [managed-node1] => (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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Friday 21 March 2025 19:14:02 -0400 (0:00:00.670) 0:01:24.564 ********** skipping: [managed-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Friday 21 March 2025 19:14:02 -0400 (0:00:00.059) 0:01:24.624 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Friday 21 March 2025 19:14:02 -0400 (0:00:00.054) 0:01:24.678 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Friday 21 March 2025 19:14:02 -0400 (0:00:00.029) 0:01:24.708 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Friday 21 March 2025 19:14:02 -0400 (0:00:00.029) 0:01:24.737 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Friday 21 March 2025 19:14:02 -0400 (0:00:00.025) 0:01:24.763 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Friday 21 March 2025 19:14:02 -0400 (0:00:00.061) 0:01:24.824 ********** skipping: [managed-node1] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Friday 21 March 2025 19:14:03 -0400 (0:00:00.046) 0:01:24.871 ********** 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-node1 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Friday 21 March 2025 19:14:03 -0400 (0:00:00.150) 0:01:25.022 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Friday 21 March 2025 19:14:03 -0400 (0:00:00.049) 0:01:25.071 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Friday 21 March 2025 19:14:03 -0400 (0:00:00.035) 0:01:25.107 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Friday 21 March 2025 19:14:03 -0400 (0:00:00.052) 0:01:25.160 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Friday 21 March 2025 19:14:03 -0400 (0:00:00.358) 0:01:25.519 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Friday 21 March 2025 19:14:03 -0400 (0:00:00.037) 0:01:25.556 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Friday 21 March 2025 19:14:04 -0400 (0:00:00.360) 0:01:25.917 ********** ok: [managed-node1] => { "ansible_facts": { "__selinux_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Friday 21 March 2025 19:14:04 -0400 (0:00:00.037) 0:01:25.954 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Friday 21 March 2025 19:14:04 -0400 (0:00:00.031) 0:01:25.986 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Friday 21 March 2025 19:14:04 -0400 (0:00:00.738) 0:01:26.724 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Friday 21 March 2025 19:14:04 -0400 (0:00:00.031) 0:01:26.756 ********** changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: policycoreutils-python-utils-3.8-1.el10.noarch" ] } TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Friday 21 March 2025 19:14:06 -0400 (0:00:01.139) 0:01:27.896 ********** skipping: [managed-node1] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Friday 21 March 2025 19:14:06 -0400 (0:00:00.028) 0:01:27.925 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Friday 21 March 2025 19:14:06 -0400 (0:00:00.065) 0:01:27.990 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Friday 21 March 2025 19:14:06 -0400 (0:00:00.029) 0:01:28.020 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Friday 21 March 2025 19:14:07 -0400 (0:00:00.912) 0:01:28.932 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Friday 21 March 2025 19:14:07 -0400 (0:00:00.031) 0:01:28.963 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Friday 21 March 2025 19:14:07 -0400 (0:00:00.043) 0:01:29.007 ********** ok: [managed-node1] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Friday 21 March 2025 19:14:07 -0400 (0:00:00.043) 0:01:29.051 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Friday 21 March 2025 19:14:07 -0400 (0:00:00.032) 0:01:29.083 ********** skipping: [managed-node1] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Friday 21 March 2025 19:14:07 -0400 (0:00:00.026) 0:01:29.110 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Friday 21 March 2025 19:14:07 -0400 (0:00:00.028) 0:01:29.139 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Friday 21 March 2025 19:14:07 -0400 (0:00:00.027) 0:01:29.166 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Friday 21 March 2025 19:14:07 -0400 (0:00:00.027) 0:01:29.194 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Friday 21 March 2025 19:14:07 -0400 (0:00:00.027) 0:01:29.221 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Friday 21 March 2025 19:14:07 -0400 (0:00:00.032) 0:01:29.253 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Friday 21 March 2025 19:14:07 -0400 (0:00:00.032) 0:01:29.286 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Friday 21 March 2025 19:14:07 -0400 (0:00:00.033) 0:01:29.319 ********** changed: [managed-node1] => (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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Friday 21 March 2025 19:14:08 -0400 (0:00:01.394) 0:01:30.714 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Friday 21 March 2025 19:14:08 -0400 (0:00:00.046) 0:01:30.760 ********** ok: [managed-node1] => { "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:279678024eb3fbbe028ee9c1214ac293890d4afdb0b95d3b88cc4e47eb989bd5", "enabled": 1 } }, "aiccu": { "100": { "checksum": "sha256:a8c89b73668f90f46b47ac6ba8f5f0cdda0a6f5551cd7c23d5b3a7319f99efbd", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:2c755ff2bfe3f383ea8c258fd52b7cabee97eae67970aa3cd07082338122b333", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9d3540bc177cb2bce4a71ad4eada807d857332a2a5d95451cfd7400bad7b9a55", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:096c7e1737ff6b3c945a70e277083caff25c6502dde9883d54a44f395e7241d4", "enabled": 1 } }, "amtu": { "100": { "checksum": "sha256:855ebc27b8c768429955392a63bf0e917a003c59f2c557f4332486d8877bb013", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:4b921c9cb165ace187da7e6c5a17113ba0f7be0855645937a2cd1f098d544670", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:a3a523b825c94940a0270d2cf3c07ca0950ba37bdb26b96c77fefdc9e85fa8ad", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7a3a73cfa2fb3d90dd958be2bccd9d281baca95d996b1414e55f44e69b5c332e", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:dfb64b036e8a8414452cc17c3033acc4e0a0f6c16e46f192279d4c6ecdcdfae4", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:0238020714819d661e580ca114750af2b886b5cc69e6f579e5c6b4a45d562eff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:573bcf3a234986104937694eaa17a33d539451174044bb8e25ddeb89326ca284", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:a56e7cdb72134c76ed04f77842e05086711c085b9cdd6f4ff491cf6043bc7cc2", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:53ece8197a0d66b11a99bde9f950320c813780cad16403678b9885a548c3c6d6", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:1604b2e4c15a774b0e7c0c5088e2eb482478fa357f00800507811a114f4aba81", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:96f33e66bc8d724467e2c2bc46959b26eee7c6d17c76c6633a6cf1eca1883ae1", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:31b2f3f4b64b01e2c173a58801f7835e7d00a924a48b029c1d8d754603da211e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:cacc3e227d14b33c01002600491c4c1abca2df7fc537c8e969151909f40c78da", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:81e2981be514a4015463385393ddd89d3b51218eea1fd49523650e74034e969f", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:8fc95dd14a430f6461e1bf9cfe2a0f4e4e5df7f072aa9c41b63e85a00b844d47", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:126444a5e5e36d9aee4726dabb30da252cbc75ef3faaf2a90643503c6f390646", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "sha256:dd68c06c76cc652c14513d96c0c1fb4dc1547ec0c51ba779fec9fe2afdf86c50", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4ae82ef212e71cebdc3882b8fca34a9246e83080a7aead8c8690fc13327f8c45", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:33f32950a378d5a8dd34ca22d22e2954e392b583b46c6afbaa962def722d7b2b", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:998af8c73e85f25be8a3da8b187953f0aa7f1d4e67713405f88083c0a48182c1", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:957d178cc482a2c8190bcbe338c22db1e2b13253fc3337d365b523807953e4b1", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:1475803363410e043183972af0b2987fb187efb9f961c2cdb95c80c710a12f16", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:5d5a7131788e379d75b383dce1a5780e83375281b0b73b2665318779e0944996", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:b79650caf6f3dbd9ca2b81cb6eba85a72487775b4c24917be2374cf186ec46c8", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:a46191594d0abd3e7e3b75e40b50469bea6b3f1f36a8501bb0c692f84fb3b8c3", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:14dbc6e633336534e9f181b056fc6cb9359745f536858f46621e1007b1cf56f3", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:cfa9a6744ec3472c0658b2e714612b8369f3fd96cd1e095e65af1641825c4b0a", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:34f6bee170c8980d3884f2f3502d3030b1971a73a434c8bada85693d5a81a62e", "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:9f6dce4031aa8fa6a0181e7eb3eb0174e8f50f7c4421c04063726786f47c311e", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:b6923c6e28df09a42f40b088636cef073b54d5228f3b456d4df1ca2a65130028", "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 } }, "cobbler": { "100": { "checksum": "sha256:3172786066cbe5586a26d93c4a28a250f466277939fa6bdb393c85b511da0eb2", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:f92ef0e2d2233e04de10a0dc3b7765d16662209a5bdb4d00c26ec2e255619add", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:8b3ecb15887e1ef65fc39b5455cc63065cfaa14a3cdf2cd74612b1d4530e6a7c", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:af49721d5aa39e5038f7ba4515989f5672a77c93a7538c1c5461b655c699432f", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:54c29ad9eea717959a50a029e3c735670c1b06cbf0f45d72efbc0ddbba80c260", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:67d5b3cbb35089151abe36042c91f1ecb49d72150f6f9d2d6b82ed6e75cf8779", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:88942d6f32b10dcf2a8bb88a03b1a28973046f48d88826d7c037e5f715174620", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:43697ff520be41d687a7beb9fc0b502f66a75954607aa43849d66adf7624e8ec", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:4eb2b986ec33c813ff1a5dcce3839afdd562548f6f669299f4bf26bc9ec14e8e", "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 } }, "cpufreqselector": { "100": { "checksum": "sha256:039573cc4ec4aa72481681d05a64cd42b31a453d675237b7f2674475eef1dd66", "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 } }, "cvs": { "100": { "checksum": "sha256:b27396babd215fe9243b9eeb004c0a623ac1e1e96d48d9b0fc0429c4900d3622", "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:2d9d4209aeeb6954c305dc80ecefde8dab2cdf07478803f613565f7b3a5a1dd3", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:0b9238c17d536715575f59bfecc12b9bd073684e5b1d11f91a6af7e59da196cb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:349f0966a8da0a22ae2a6fc56fb9d371e1db3a226b30662d052ae3848c94deb4", "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 } }, "dnssec": { "100": { "checksum": "sha256:5e9c372fed1cb78d65885dc9e41addf11565048afda403d0a6d82865b16835c4", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:0cc660a1b635ade2d820724cd99b7e7b6f544b236b3513ea99b1ab61afec762d", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:769c06dc788c84149e2ff909d104c5f65a48d465d70211d8596cbdb6eadeeeb3", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:15e28eeeb11271e1d8305d944fdb9d79b88978e2fe3d336893fa6db6b5d42e37", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:4f07c7e98ec90c7f0a9d92c8253c9c417989fa12b5b0408490fdfe0d7ead47d3", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:a08b5e84ad816aea799b6a04187dc22d718bcaa3c201e2f910fbb5e4953e6864", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "sha256:5232d771b8040e161cb5dc3009f5efea10b4cb1df2d2c1e4bbe8175cde059c2d", "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 } }, "gdomap": { "100": { "checksum": "sha256:606de1ee195ffeb367a3c5735b3a8555a9b218a7f7c4815341bff9884431a79d", "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:46e12aaa89187852ba210cb8a087729b7958f1778139968380e45063da83dec1", "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 } }, "hddtemp": { "100": { "checksum": "sha256:0c6863321487399a1ac195be22cc888ee1d792272df7a9b92b5b94f9bd47edb8", "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:e3b1deaf03565215d473b463c011f65af60cf03f892a0420fccd1e7cc76afadc", "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:9d8aeb60af226e148fe288a11bf8337799798edb08889f77e4c458a0d5c177a4", "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:d2e1445f7798adb7dd5fbad71c3881ac0f7fca6f23a16e1be61402d04eca5a9e", "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:2dc67f899f5dd455cf65f508da5f9e2fc533d50d300e2fd0b2caa0e7a30270e0", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:2003cd2c3afecd527e87fef990ecb9998c55e4280cc29b965ab9427918b5ff84", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:3a5460fc695fee8e9c217cfb6f0d1f9f512c68dd5d28312d8b7ebcd55aef84b0", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:e1f3d4c815a42a1df7053a74f99b32313a7c2238d7491c1ce27ddd09152bce39", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:baa46336bdfbd1824a7abe0dc1a9f4d98747f3e546f869cb4442a8973b5bbe32", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "sha256:6caef6899cadb5c3bbbbd17e0f6e888e89b010366c9704d65372e1abffd25f20", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:98c05b22e5727092970a318b9044b14eda8c8a49f682d49b80bb58a88721f20c", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:a9d54d0cdd1cb032c421986cc3d3f203d0a19073b7bafe1356e83f33e7877d88", "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:c4761aa38e9cf98e601e2c51f37ef76101481d32ef1c06e3ef11b915c03d7993", "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 } }, "lttng-tools": { "100": { "checksum": "sha256:a04c23beadb8e34521dd1da194266459c43733292d13ad54220e482119708024", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d01957f81122db62b0bf85935652417f8e387f477b60f6f32e1a4c0ad1050722", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:751d0613407268b18a7bbaf4cdaaf3e4bb45624f09ff27cf908018167fb93b1b", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:36d2e6aec0dc93461fa35e68b8ed17c48f2269017602eab96edc47f87ffa3f28", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:500911ac4c30a2d4e093ff4f52e9cd59fc55b669e565fca1e8af9453e16a9828", "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 } }, "milter": { "100": { "checksum": "sha256:7e833bcc3c5fb699a40b9dbfbdd17acdb25255632503f0aeada21641d0a3c2ff", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:86b0f09eeae6858e8dc3092d841e03a3b1f84fee4e5afe792910ffb18611b3ea", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:17fd8806b4ccf9c9091e64bcb81707e1aa4b25444b311f39b716ad010b607dc6", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:544a2a1d77e86d698d4fc7a06a704515fc0f88f57bc3490cdda59cf530e83aa1", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:559f540b2d992290c722920d8babb9b32780b86ff6fb109bc75b1745593bd2e6", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:cd27a2ddd4e3147a70311c334bf137107973b917af9bddab0aa19c74bde11091", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:fd0e1c626359906315e9e4523c2b3a2e49cfcee101a76db4d07409795fa6ee48", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:e2f4c4ed2a9ddc16d4aa71ccd77a66445eda6836a4c41cfe0765c88f5726e44a", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:beb2fe6bc1ad07f59cd052d7ecb5095a9f0bf5f85ab01f8abc7d295545883d64", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:3d532479ef0cacbd2b22ff72ae714d52ed945343f054b9a78b8306f8fa1df64f", "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 } }, "mplayer": { "100": { "checksum": "sha256:9e0daf6047f3a37642952ada62d45ebbda76407c8dd1d7d05b6774d5a71776df", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:9531a85d2e40c8ee4c2ac3765d587184e3696d188d413e8d5e4365fe44472ee0", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:13b5559cd00f464279f6602ac272bc77c85ab4d8b088747e7d21ef1daa75147b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:c3bf8b0536cc2de22efb75ed39ca661749371652d08ee4c4dc8885bdd823f1b3", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:2f117db07ab5a49aae05bc5ffc1fb1603637a50e0bf6bc34efea6262be945d11", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:02e7c1900c48f9080456a4f66d36053dec25ea0a3d30849b1b5524a8cb19691f", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:e7925b19cc41e810e79e7706910eaf24be550f5d8dbb64fa1e033e8f5265e466", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:ce22f08b95cbd4418ceb06b45902ee0e5e37badb2fc45a2263d9c31f4dc8b8d7", "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:cd0c6c047c2eed61f55c72bd5182fead1a86773fcd1402347db74d98305fb862", "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 } }, "nsd": { "100": { "checksum": "sha256:4647f70fa0afcbbf6ac55d058fd1b0564f34f94984702c785075b5914a399fe1", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:1fbc1e4a727baa08fe3634251cfa552818703d16d45ce5250bda6ba8b2cc7288", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:2dfbdc3a5a92f2f5be3e4478df5b4a609272596867b19a3e2c4fbc1508ea7766", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:f2f51d3ff350cafbc5fb28afbbe58b8743e90b566c6fe862dc8e5d96098f6700", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8ded7f9973279ad47a63cf063eed5ff9f07a9d195699a1c639557041a00a3c79", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:8ea9d29b05734290b0d7ec5db20ee1841a13a75eb74f1300ed6fc7ded071e56c", "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 } }, "openct": { "100": { "checksum": "sha256:6d9cda58c52eb467637a63018bddf899699be6eea443bc14a2d40d24a53731c9", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:2bdea01224b603018cc2b9ac6b8dbd572fa7629165ab0db21effaa6d7ec07bee", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:f58fc23645097c7faabdb3f4b8cf75a7e4fb20ec6d07eb40bcadce2f290d3dc4", "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 } }, "openvpn": { "100": { "checksum": "sha256:5d9026d4adc2a8583c3fa389ec513687edcdb936e2e8bf81386245a8a6109073", "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:71de1092e2d8484958efd65a78b93f2cb7d1e790278d4bb3c88b0d5dee6045b3", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:24245fa0475a2288824322a48fc24aca60779685cb03e311b6bfbf1256366df3", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:db0ffc3911ff5657065b4de6fbdb26f04150ecff3c46fff66076856c831376d8", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:f9dc6149a9d438c34dd75cf9a58954e51ece47d1e6b201d04c6f93d25d877219", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:be46e2e5016783bcbd1b6121c16dac420ad84599fbc9ab03cef6e73c635491cb", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:36f7ab1582be93e02bbdc834ccc247cc4e38789758beab56dae383c975329335", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:67eba482a5bbd24a02c8d27ebe519f33201b3ce79aa2ae5216e8388b842427e4", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:a3d7fd224d89deb2a5052e5949258f4846eec9395136403c55c107e04e90a785", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:e8cad5b42141d2ec77e6a439d0d9c35fddb52f8915bc43f07b60d9531fb77a69", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5450ee371c78bed8bf0ec1c19145111158f8208dc8c259f014f4eaa2880f657e", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:fc7c8fc49fc2673212c86595653f9f491456a7877988f7ffabea0e6d9b91eee1", "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 } }, "postgrey": { "100": { "checksum": "sha256:10aa26d584dd36c76612a6e9a61ce47ea3d306610f1bb45e8078f4e1de92de9d", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:1925b8e054a2d83ceba75edc2ad4afeffef707844f07a4d41c1d0e656d4b6b13", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:dcabc753b8f94f205a5789e1002762bf925bccba78f81006577b4dfe4447e69a", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:2d9bc164872c547b324c28ace5989223074cb9afd92853a6f56d652a04c6d494", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:b9cf121de803376d21cf971181d5f183b6d9d0be20a7d1dbbbff4834f951ac1d", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:41015e7118f63f54987554f279679c09e61af6d39ed6d329363d408df6e2d94b", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:c63ddd775f40778f108ac698d8dec07a4d492c86494cc5ac58a7455249896e24", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:3c15ed36a0e8f5323d71fc061a25aebf4604ffb2ec21ba56ba0ee8c972203c31", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:19ea6f5d96cdaf706855b34d0b42e4c4cc325b058da3ea0789fdf844e5b03c20", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:1f26895762f6436d139b0bbdae0e778b76c1870e5ec2a70c9805fefa8843b7cf", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:99360124d5f6a6e58d1df9809e66d0afa1304a2f07ceb9049a8cced7d4bde9b8", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:96ac0006d65fd04b20c7d2347331577aa0f2518ee61bd14f66b0850051e600be", "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:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:b1bbd358f24d0d3f5b7eaae8549634a358486deff8e23e73a08029ea5a200897", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:a8af648958d994224fa0185187a1f7fac36dcd2f9860568443adde7cf69514cc", "enabled": 1 } }, "rhev": { "100": { "checksum": "sha256:c13ea35a73a74cff6ad06dab0c984564c50a3c0782999f10e30f84e2cc9db35d", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:eca0b3bcf2637ca132d57b7727481afe218bd195fc65b36bdd836fc1d8f49a10", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:3982604acb7748d747b3f053e494c102ab8af57aec179e5b220e458f9a7cd961", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:39c3eb7f52273ce88f976c82dacc3a0278c02948e63b940e1217a1685c71fee8", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:39f15722a115b11064c20b8bc2758e8fe06531a8f923ea00a3e7079a0554e3d6", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a6b6e0522240e083fff4f7d32223412f4bf9a757a681e1a78b000aed9c873a22", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:797fe308799dbc2437aa2f51349a5ad2edad09f73fad4ebf0fe610707fedab1b", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:170ec5c46d75ab5e0a7000fbb43e113d1009c02c67cff95efdd50f10254a065e", "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 } }, "rshd": { "100": { "checksum": "sha256:64c6c9c48250a48603474683d04eb4690cbca659b2f7df54843b395bd591421e", "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:00f3e6f9de99ee493e245b3c2df0167aaefef63863257785aab44152e2994a37", "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:009711c0e094f34b06bd2b63e5c874e8fe2a135447c687c0a3d8950ebf48ad2b", "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 } }, "smokeping": { "100": { "checksum": "sha256:4f5f2ec60be7d6c6e69be582b34db6cf167bc902a129543f22f3dd3d5e9b0e12", "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:730fdb951fc5903ac384e8f9ea40fdd4d78ac61906fa3057496ea690233bb3d1", "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 } }, "sysadm": { "100": { "checksum": "sha256:ff6d223e060061cde89544ea0b849c07e5e52b3b1c0aaf24a90f766b908b0572", "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:11c0be1462f28c928c950bd5fb59e6b78539e3aa9a9cf1dc2e5f34baf39dfb0f", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:8ffb5712bc861ac7bf7ff1ce80c7460c6b9d18f05d315109b298047d65fde160", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:f783db19a42b2eaeb812750d9e19a3e08d3b6c1c66f5b372db4815a8ab0501ec", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:f5765f8a7d36e42e9fa253c3d2dd77f0409372fe740a1ff01ff4f91066a4d5c0", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:3bfe4bafe3dfdc4272396e27fb4a61d934f07c2e58b8db9f6fdcdf06fe1c0925", "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 } }, "tlp": { "100": { "checksum": "sha256:ea9bd1b71a20d1f958f810ddd94461759c837d8d83beaf74bb4744fae0b8563b", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:ca4008994520fbb440db5cc902d328639a5ce9b2de2b04a243c3877e37770387", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:11d2231fa4532ca4a956a74c8395ace40a74d0a960b049e448b435496ce628d3", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:253d87020d97087ff647fcdf57ce8b88fa6575b4884a842371477c2ffa62bd37", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:63846a75214d60613198a5609cccb74150ed93abe971008d29f3fac4effd2178", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3befcf83ade571f2ba648d05de2f0c8cd4a6034c20df60390e2c6621dfaa98b8", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:991ee9601fb8c661434f8b1ad558ee0cfd9880cb10945ffcc00e46bc665891a5", "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:d49ecea49586eb81b583e155a507b07ce90123b31f23de8721dbfb397fc90219", "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:ce2b5d59521875e3874cb0da310c3e17a73b6039c5377eb9aabbb5e153daff96", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:b410d1fcfd6557bc01e39b089680881e2dbcf2edc66179a94a7a248770d5b037", "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:3a2cc24d1950cf636541e047be9a323fa36f31a0e202d694c720600bdfc501ec", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fdfaeec1231cbc6a8fe1366d3d619221199fc669b52c88f78a318dc25b3be448", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:7f305e00748ff82c9800d6e7828d7335b95f677a7b5f77422f3000b450b08ecb", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:9d883b74673ee8481fc07ff8458f40935cea1c6d435fec501a6f7c02d535b961", "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 } }, "vnstatd": { "100": { "checksum": "sha256:38c867c33443236998cf6e6580f7252cbe422837112d6a435682f20add719045", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:6552994eb88154f5adf2f8bed8fef92e80fec9cd21953e8a49967c043673f47d", "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:dcdb0ffe9b4ffc18f3d3c1e6b81e7dcd18ef81b771b50f120d72af547df6c52f", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:d074aae94e58e5eb87ccc17a5b8fd3daa69ae395c847123445b51b5d6bf1c330", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:edfd0c09452a1977031c520579d31b583b5203912ae6abb5944d5eeba0533a04", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:0d3f1c7551f7d41460431d1b5a07ca8b345b7f008fd117eaf80b97ffa0ba364c", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9a4972b9fd4d16e5a2199fa84c97cd69898aa6bd431c3b988f4a988498ba8c8d", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:3aa879c28a994a8e584ec959862570b5d22e879623f1389c0accfe0ff954899a", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Friday 21 March 2025 19:14:12 -0400 (0:00:03.244) 0:01:34.005 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Friday 21 March 2025 19:14:12 -0400 (0:00:00.065) 0:01:34.070 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Friday 21 March 2025 19:14:12 -0400 (0:00:00.111) 0:01:34.182 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Friday 21 March 2025 19:14:12 -0400 (0:00:00.095) 0:01:34.278 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Friday 21 March 2025 19:14:12 -0400 (0:00:00.062) 0:01:34.341 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Friday 21 March 2025 19:14:12 -0400 (0:00:00.056) 0:01:34.397 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Friday 21 March 2025 19:14:12 -0400 (0:00:00.055) 0:01:34.453 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 21 March 2025 19:14:12 -0400 (0:00:00.057) 0:01:34.510 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:14:12 -0400 (0:00:00.154) 0:01:34.665 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:14:12 -0400 (0:00:00.062) 0:01:34.727 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:14:12 -0400 (0:00:00.059) 0:01:34.787 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:14:12 -0400 (0:00:00.040) 0:01:34.827 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:14:13 -0400 (0:00:00.113) 0:01:34.940 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:14:13.102158", "stop": "2025-03-21 19:14:15.103512", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:14:15 -0400 (0:00:02.040) 0:01:36.981 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:14:15 -0400 (0:00:00.042) 0:01:37.024 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:14:15 -0400 (0:00:00.059) 0:01:37.084 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:14:15 -0400 (0:00:00.053) 0:01:37.137 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:14:15 -0400 (0:00:00.377) 0:01:37.515 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:14:15 -0400 (0:00:00.038) 0:01:37.553 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:14:15 -0400 (0:00:00.038) 0:01:37.592 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:14:15 -0400 (0:00:00.038) 0:01:37.631 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:14:15 -0400 (0:00:00.038) 0:01:37.669 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:14:15 -0400 (0:00:00.038) 0:01:37.708 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:14:15 -0400 (0:00:00.078) 0:01:37.787 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:14:15 -0400 (0:00:00.040) 0:01:37.827 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:14:16 -0400 (0:00:00.039) 0:01:37.866 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:14:16 -0400 (0:00:00.038) 0:01:37.905 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:14:16 -0400 (0:00:00.038) 0:01:37.944 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:14:16 -0400 (0:00:00.035) 0:01:37.980 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:14:16 -0400 (0:00:00.055) 0:01:38.036 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:14:16 -0400 (0:00:00.040) 0:01:38.076 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:14:16 -0400 (0:00:00.058) 0:01:38.135 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:14:16 -0400 (0:00:00.044) 0:01:38.180 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:14:16 -0400 (0:00:00.034) 0:01:38.215 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:14:16 -0400 (0:00:00.036) 0:01:38.251 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Friday 21 March 2025 19:14:16 -0400 (0:00:00.186) 0:01:38.438 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:14:16 -0400 (0:00:00.097) 0:01:38.535 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:14:16 -0400 (0:00:00.045) 0:01:38.580 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:14:16 -0400 (0:00:00.043) 0:01:38.624 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Friday 21 March 2025 19:14:16 -0400 (0:00:00.041) 0:01:38.666 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Friday 21 March 2025 19:14:16 -0400 (0:00:00.037) 0:01:38.704 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Friday 21 March 2025 19:14:16 -0400 (0:00:00.040) 0:01:38.744 ********** skipping: [managed-node1] => (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-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Friday 21 March 2025 19:14:16 -0400 (0:00:00.051) 0:01:38.796 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Friday 21 March 2025 19:14:17 -0400 (0:00:00.369) 0:01:39.166 ********** changed: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Friday 21 March 2025 19:14:17 -0400 (0:00:00.430) 0:01:39.597 ********** changed: [managed-node1] => { "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-1742598857.7917714-8451-199731994354323/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Friday 21 March 2025 19:14:18 -0400 (0:00:00.669) 0:01:40.266 ********** [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-node1] => { "actions": [ "/usr/bin/podman play kube --start=false /etc/containers/ansible-kubernetes.d/nopull.yml" ], "changed": true } STDOUT: Pod: 893ba2bac92f624893e0bad2d9254d557c1766f253cc3e418c734e980d3a431c Container: 0ea1d0611cee42ea8a1af3bcf386afe46b47e3f54fa606888b13535c0876bb67 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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Friday 21 March 2025 19:14:20 -0400 (0:00:02.384) 0:01:42.651 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Friday 21 March 2025 19:14:20 -0400 (0:00:00.043) 0:01:42.695 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Friday 21 March 2025 19:14:20 -0400 (0:00:00.043) 0:01:42.738 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Friday 21 March 2025 19:14:20 -0400 (0:00:00.042) 0:01:42.781 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Friday 21 March 2025 19:14:20 -0400 (0:00:00.043) 0:01:42.825 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Friday 21 March 2025 19:14:21 -0400 (0:00:00.034) 0:01:42.859 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Friday 21 March 2025 19:14:21 -0400 (0:00:00.034) 0:01:42.894 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Friday 21 March 2025 19:14:21 -0400 (0:00:00.034) 0:01:42.928 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:235 Friday 21 March 2025 19:14:21 -0400 (0:00:00.055) 0:01:42.983 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role - verify continue if pull fails] ******************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:239 Friday 21 March 2025 19:14:21 -0400 (0:00:00.043) 0:01:43.026 ********** included: fedora.linux_system_roles.podman for managed-node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 21 March 2025 19:14:21 -0400 (0:00:00.150) 0:01:43.177 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 21 March 2025 19:14:21 -0400 (0:00:00.080) 0:01:43.257 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 21 March 2025 19:14:21 -0400 (0:00:00.045) 0:01:43.303 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 21 March 2025 19:14:21 -0400 (0:00:00.041) 0:01:43.344 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 21 March 2025 19:14:21 -0400 (0:00:00.041) 0:01:43.386 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 21 March 2025 19:14:21 -0400 (0:00:00.039) 0:01:43.425 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 21 March 2025 19:14:21 -0400 (0:00:00.041) 0:01:43.466 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (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-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 21 March 2025 19:14:21 -0400 (0:00:00.083) 0:01:43.550 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 21 March 2025 19:14:22 -0400 (0:00:00.961) 0:01:44.512 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 21 March 2025 19:14:22 -0400 (0:00:00.050) 0:01:44.563 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 21 March 2025 19:14:22 -0400 (0:00:00.049) 0:01:44.612 ********** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 21 March 2025 19:14:22 -0400 (0:00:00.039) 0:01:44.652 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 21 March 2025 19:14:22 -0400 (0:00:00.038) 0:01:44.691 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 21 March 2025 19:14:22 -0400 (0:00:00.038) 0:01:44.730 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.023385", "end": "2025-03-21 19:14:23.192354", "rc": 0, "start": "2025-03-21 19:14:23.168969" } STDOUT: podman version 5.4.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 21 March 2025 19:14:23 -0400 (0:00:00.412) 0:01:45.142 ********** ok: [managed-node1] => { "ansible_facts": { "podman_version": "5.4.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 21 March 2025 19:14:23 -0400 (0:00:00.062) 0:01:45.204 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 21 March 2025 19:14:23 -0400 (0:00:00.046) 0:01:45.250 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Friday 21 March 2025 19:14:23 -0400 (0:00:00.061) 0:01:45.312 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 21 March 2025 19:14:23 -0400 (0:00:00.106) 0:01:45.419 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Friday 21 March 2025 19:14:23 -0400 (0:00:00.048) 0:01:45.468 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 21 March 2025 19:14:23 -0400 (0:00:00.059) 0:01:45.527 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:14:23 -0400 (0:00:00.109) 0:01:45.636 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:14:23.799559", "stop": "2025-03-21 19:14:25.800821", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:14:25 -0400 (0:00:02.048) 0:01:47.684 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:14:25 -0400 (0:00:00.067) 0:01:47.752 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:14:25 -0400 (0:00:00.055) 0:01:47.807 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:14:26 -0400 (0:00:00.065) 0:01:47.873 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:14:26 -0400 (0:00:00.399) 0:01:48.273 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:14:26 -0400 (0:00:00.048) 0:01:48.321 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:14:26 -0400 (0:00:00.101) 0:01:48.423 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:14:26 -0400 (0:00:00.042) 0:01:48.466 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:14:26 -0400 (0:00:00.046) 0:01:48.512 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:14:26 -0400 (0:00:00.058) 0:01:48.571 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:14:26 -0400 (0:00:00.067) 0:01:48.639 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:14:26 -0400 (0:00:00.067) 0:01:48.707 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:14:26 -0400 (0:00:00.069) 0:01:48.777 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:14:26 -0400 (0:00:00.070) 0:01:48.847 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 21 March 2025 19:14:27 -0400 (0:00:00.069) 0:01:48.917 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Friday 21 March 2025 19:14:27 -0400 (0:00:00.081) 0:01:48.998 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 21 March 2025 19:14:27 -0400 (0:00:00.131) 0:01:49.130 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 21 March 2025 19:14:27 -0400 (0:00:00.115) 0:01:49.245 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Friday 21 March 2025 19:14:27 -0400 (0:00:00.047) 0:01:49.293 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 21 March 2025 19:14:27 -0400 (0:00:00.081) 0:01:49.375 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 21 March 2025 19:14:27 -0400 (0:00:00.038) 0:01:49.414 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Friday 21 March 2025 19:14:27 -0400 (0:00:00.054) 0:01:49.469 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Friday 21 March 2025 19:14:27 -0400 (0:00:00.084) 0:01:49.553 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Friday 21 March 2025 19:14:27 -0400 (0:00:00.046) 0:01:49.599 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Friday 21 March 2025 19:14:27 -0400 (0:00:00.044) 0:01:49.644 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Friday 21 March 2025 19:14:27 -0400 (0:00:00.086) 0:01:49.730 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Friday 21 March 2025 19:14:27 -0400 (0:00:00.086) 0:01:49.817 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Friday 21 March 2025 19:14:28 -0400 (0:00:00.040) 0:01:49.857 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Friday 21 March 2025 19:14:28 -0400 (0:00:00.043) 0:01:49.901 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Friday 21 March 2025 19:14:28 -0400 (0:00:00.048) 0:01:49.949 ********** included: fedora.linux_system_roles.firewall for managed-node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 21 March 2025 19:14:28 -0400 (0:00:00.136) 0:01:50.085 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 21 March 2025 19:14:28 -0400 (0:00:00.069) 0:01:50.155 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 21 March 2025 19:14:28 -0400 (0:00:00.047) 0:01:50.203 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 21 March 2025 19:14:28 -0400 (0:00:00.046) 0:01:50.250 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Friday 21 March 2025 19:14:28 -0400 (0:00:00.050) 0:01:50.301 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Friday 21 March 2025 19:14:28 -0400 (0:00:00.048) 0:01:50.349 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Friday 21 March 2025 19:14:28 -0400 (0:00:00.098) 0:01:50.447 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Friday 21 March 2025 19:14:29 -0400 (0:00:00.740) 0:01:51.188 ********** skipping: [managed-node1] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Friday 21 March 2025 19:14:29 -0400 (0:00:00.039) 0:01:51.227 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Friday 21 March 2025 19:14:29 -0400 (0:00:00.040) 0:01:51.268 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 21 March 2025 19:14:29 -0400 (0:00:00.039) 0:01:51.307 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Friday 21 March 2025 19:14:29 -0400 (0:00:00.036) 0:01:51.344 ********** skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Friday 21 March 2025 19:14:29 -0400 (0:00:00.044) 0:01:51.388 ********** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ActiveEnterTimestampMonotonic": "329744156", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket dbus-broker.service basic.target polkit.service system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-03-21 19:14:01 EDT", "AssertTimestampMonotonic": "329491101", "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": "403481000", "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": "Fri 2025-03-21 19:14:01 EDT", "ConditionTimestampMonotonic": "329491098", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4936", "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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainHandoffTimestampMonotonic": "329520988", "ExecMainPID": "11103", "ExecMainStartTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainStartTimestampMonotonic": "329493804", "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=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; 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": "Fri 2025-03-21 19:14:01 EDT", "InactiveExitTimestampMonotonic": "329494274", "InvocationID": "16623fae527842cc9fd271100c4f9771", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11103", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3132239872", "MemoryCurrent": "33890304", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34115584", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2025-03-21 19:14:01 EDT", "StateChangeTimestampMonotonic": "329744156", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Friday 21 March 2025 19:14:30 -0400 (0:00:00.569) 0:01:51.957 ********** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ActiveEnterTimestampMonotonic": "329744156", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket dbus-broker.service basic.target polkit.service system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-03-21 19:14:01 EDT", "AssertTimestampMonotonic": "329491101", "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": "403481000", "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": "Fri 2025-03-21 19:14:01 EDT", "ConditionTimestampMonotonic": "329491098", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4936", "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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainHandoffTimestampMonotonic": "329520988", "ExecMainPID": "11103", "ExecMainStartTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainStartTimestampMonotonic": "329493804", "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=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; 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": "Fri 2025-03-21 19:14:01 EDT", "InactiveExitTimestampMonotonic": "329494274", "InvocationID": "16623fae527842cc9fd271100c4f9771", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11103", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3136638976", "MemoryCurrent": "33890304", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34115584", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2025-03-21 19:14:01 EDT", "StateChangeTimestampMonotonic": "329744156", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Friday 21 March 2025 19:14:30 -0400 (0:00:00.588) 0:01:52.545 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 21 March 2025 19:14:30 -0400 (0:00:00.094) 0:01:52.640 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Friday 21 March 2025 19:14:30 -0400 (0:00:00.061) 0:01:52.701 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Friday 21 March 2025 19:14:30 -0400 (0:00:00.122) 0:01:52.824 ********** ok: [managed-node1] => (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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Friday 21 March 2025 19:14:31 -0400 (0:00:00.525) 0:01:53.349 ********** skipping: [managed-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Friday 21 March 2025 19:14:31 -0400 (0:00:00.056) 0:01:53.405 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Friday 21 March 2025 19:14:31 -0400 (0:00:00.051) 0:01:53.457 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Friday 21 March 2025 19:14:31 -0400 (0:00:00.040) 0:01:53.498 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Friday 21 March 2025 19:14:31 -0400 (0:00:00.040) 0:01:53.538 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Friday 21 March 2025 19:14:31 -0400 (0:00:00.038) 0:01:53.577 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Friday 21 March 2025 19:14:31 -0400 (0:00:00.050) 0:01:53.628 ********** skipping: [managed-node1] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Friday 21 March 2025 19:14:31 -0400 (0:00:00.059) 0:01:53.687 ********** 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-node1 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Friday 21 March 2025 19:14:31 -0400 (0:00:00.134) 0:01:53.821 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Friday 21 March 2025 19:14:32 -0400 (0:00:00.117) 0:01:53.939 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Friday 21 March 2025 19:14:32 -0400 (0:00:00.046) 0:01:53.985 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Friday 21 March 2025 19:14:32 -0400 (0:00:00.071) 0:01:54.057 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Friday 21 March 2025 19:14:32 -0400 (0:00:00.042) 0:01:54.100 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Friday 21 March 2025 19:14:32 -0400 (0:00:00.042) 0:01:54.142 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Friday 21 March 2025 19:14:32 -0400 (0:00:00.042) 0:01:54.185 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Friday 21 March 2025 19:14:32 -0400 (0:00:00.041) 0:01:54.226 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Friday 21 March 2025 19:14:32 -0400 (0:00:00.040) 0:01:54.267 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Friday 21 March 2025 19:14:33 -0400 (0:00:00.747) 0:01:55.014 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Friday 21 March 2025 19:14:33 -0400 (0:00:00.052) 0:01:55.066 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Friday 21 March 2025 19:14:34 -0400 (0:00:00.823) 0:01:55.890 ********** skipping: [managed-node1] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Friday 21 March 2025 19:14:34 -0400 (0:00:00.068) 0:01:55.958 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Friday 21 March 2025 19:14:34 -0400 (0:00:00.068) 0:01:56.027 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Friday 21 March 2025 19:14:34 -0400 (0:00:00.067) 0:01:56.094 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Friday 21 March 2025 19:14:35 -0400 (0:00:00.902) 0:01:56.997 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Friday 21 March 2025 19:14:35 -0400 (0:00:00.038) 0:01:57.036 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Friday 21 March 2025 19:14:35 -0400 (0:00:00.037) 0:01:57.073 ********** ok: [managed-node1] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Friday 21 March 2025 19:14:35 -0400 (0:00:00.055) 0:01:57.129 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Friday 21 March 2025 19:14:35 -0400 (0:00:00.041) 0:01:57.171 ********** skipping: [managed-node1] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Friday 21 March 2025 19:14:35 -0400 (0:00:00.044) 0:01:57.215 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Friday 21 March 2025 19:14:35 -0400 (0:00:00.039) 0:01:57.254 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Friday 21 March 2025 19:14:35 -0400 (0:00:00.037) 0:01:57.292 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Friday 21 March 2025 19:14:35 -0400 (0:00:00.092) 0:01:57.384 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Friday 21 March 2025 19:14:35 -0400 (0:00:00.041) 0:01:57.426 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Friday 21 March 2025 19:14:35 -0400 (0:00:00.060) 0:01:57.487 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Friday 21 March 2025 19:14:35 -0400 (0:00:00.060) 0:01:57.547 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Friday 21 March 2025 19:14:35 -0400 (0:00:00.059) 0:01:57.607 ********** ok: [managed-node1] => (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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Friday 21 March 2025 19:14:36 -0400 (0:00:00.606) 0:01:58.213 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Friday 21 March 2025 19:14:36 -0400 (0:00:00.037) 0:01:58.251 ********** ok: [managed-node1] => { "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:279678024eb3fbbe028ee9c1214ac293890d4afdb0b95d3b88cc4e47eb989bd5", "enabled": 1 } }, "aiccu": { "100": { "checksum": "sha256:a8c89b73668f90f46b47ac6ba8f5f0cdda0a6f5551cd7c23d5b3a7319f99efbd", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:2c755ff2bfe3f383ea8c258fd52b7cabee97eae67970aa3cd07082338122b333", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9d3540bc177cb2bce4a71ad4eada807d857332a2a5d95451cfd7400bad7b9a55", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:096c7e1737ff6b3c945a70e277083caff25c6502dde9883d54a44f395e7241d4", "enabled": 1 } }, "amtu": { "100": { "checksum": "sha256:855ebc27b8c768429955392a63bf0e917a003c59f2c557f4332486d8877bb013", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:4b921c9cb165ace187da7e6c5a17113ba0f7be0855645937a2cd1f098d544670", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:a3a523b825c94940a0270d2cf3c07ca0950ba37bdb26b96c77fefdc9e85fa8ad", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7a3a73cfa2fb3d90dd958be2bccd9d281baca95d996b1414e55f44e69b5c332e", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:dfb64b036e8a8414452cc17c3033acc4e0a0f6c16e46f192279d4c6ecdcdfae4", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:0238020714819d661e580ca114750af2b886b5cc69e6f579e5c6b4a45d562eff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:573bcf3a234986104937694eaa17a33d539451174044bb8e25ddeb89326ca284", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:a56e7cdb72134c76ed04f77842e05086711c085b9cdd6f4ff491cf6043bc7cc2", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:53ece8197a0d66b11a99bde9f950320c813780cad16403678b9885a548c3c6d6", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:1604b2e4c15a774b0e7c0c5088e2eb482478fa357f00800507811a114f4aba81", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:96f33e66bc8d724467e2c2bc46959b26eee7c6d17c76c6633a6cf1eca1883ae1", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:31b2f3f4b64b01e2c173a58801f7835e7d00a924a48b029c1d8d754603da211e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:cacc3e227d14b33c01002600491c4c1abca2df7fc537c8e969151909f40c78da", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:81e2981be514a4015463385393ddd89d3b51218eea1fd49523650e74034e969f", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:8fc95dd14a430f6461e1bf9cfe2a0f4e4e5df7f072aa9c41b63e85a00b844d47", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:126444a5e5e36d9aee4726dabb30da252cbc75ef3faaf2a90643503c6f390646", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "sha256:dd68c06c76cc652c14513d96c0c1fb4dc1547ec0c51ba779fec9fe2afdf86c50", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4ae82ef212e71cebdc3882b8fca34a9246e83080a7aead8c8690fc13327f8c45", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:33f32950a378d5a8dd34ca22d22e2954e392b583b46c6afbaa962def722d7b2b", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:998af8c73e85f25be8a3da8b187953f0aa7f1d4e67713405f88083c0a48182c1", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:957d178cc482a2c8190bcbe338c22db1e2b13253fc3337d365b523807953e4b1", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:1475803363410e043183972af0b2987fb187efb9f961c2cdb95c80c710a12f16", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:5d5a7131788e379d75b383dce1a5780e83375281b0b73b2665318779e0944996", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:b79650caf6f3dbd9ca2b81cb6eba85a72487775b4c24917be2374cf186ec46c8", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:a46191594d0abd3e7e3b75e40b50469bea6b3f1f36a8501bb0c692f84fb3b8c3", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:14dbc6e633336534e9f181b056fc6cb9359745f536858f46621e1007b1cf56f3", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:cfa9a6744ec3472c0658b2e714612b8369f3fd96cd1e095e65af1641825c4b0a", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:34f6bee170c8980d3884f2f3502d3030b1971a73a434c8bada85693d5a81a62e", "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:9f6dce4031aa8fa6a0181e7eb3eb0174e8f50f7c4421c04063726786f47c311e", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:b6923c6e28df09a42f40b088636cef073b54d5228f3b456d4df1ca2a65130028", "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 } }, "cobbler": { "100": { "checksum": "sha256:3172786066cbe5586a26d93c4a28a250f466277939fa6bdb393c85b511da0eb2", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:f92ef0e2d2233e04de10a0dc3b7765d16662209a5bdb4d00c26ec2e255619add", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:8b3ecb15887e1ef65fc39b5455cc63065cfaa14a3cdf2cd74612b1d4530e6a7c", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:af49721d5aa39e5038f7ba4515989f5672a77c93a7538c1c5461b655c699432f", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:54c29ad9eea717959a50a029e3c735670c1b06cbf0f45d72efbc0ddbba80c260", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:67d5b3cbb35089151abe36042c91f1ecb49d72150f6f9d2d6b82ed6e75cf8779", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:88942d6f32b10dcf2a8bb88a03b1a28973046f48d88826d7c037e5f715174620", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:43697ff520be41d687a7beb9fc0b502f66a75954607aa43849d66adf7624e8ec", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:4eb2b986ec33c813ff1a5dcce3839afdd562548f6f669299f4bf26bc9ec14e8e", "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 } }, "cpufreqselector": { "100": { "checksum": "sha256:039573cc4ec4aa72481681d05a64cd42b31a453d675237b7f2674475eef1dd66", "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 } }, "cvs": { "100": { "checksum": "sha256:b27396babd215fe9243b9eeb004c0a623ac1e1e96d48d9b0fc0429c4900d3622", "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:2d9d4209aeeb6954c305dc80ecefde8dab2cdf07478803f613565f7b3a5a1dd3", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:0b9238c17d536715575f59bfecc12b9bd073684e5b1d11f91a6af7e59da196cb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:349f0966a8da0a22ae2a6fc56fb9d371e1db3a226b30662d052ae3848c94deb4", "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 } }, "dnssec": { "100": { "checksum": "sha256:5e9c372fed1cb78d65885dc9e41addf11565048afda403d0a6d82865b16835c4", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:0cc660a1b635ade2d820724cd99b7e7b6f544b236b3513ea99b1ab61afec762d", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:769c06dc788c84149e2ff909d104c5f65a48d465d70211d8596cbdb6eadeeeb3", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:15e28eeeb11271e1d8305d944fdb9d79b88978e2fe3d336893fa6db6b5d42e37", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:4f07c7e98ec90c7f0a9d92c8253c9c417989fa12b5b0408490fdfe0d7ead47d3", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:a08b5e84ad816aea799b6a04187dc22d718bcaa3c201e2f910fbb5e4953e6864", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "sha256:5232d771b8040e161cb5dc3009f5efea10b4cb1df2d2c1e4bbe8175cde059c2d", "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 } }, "gdomap": { "100": { "checksum": "sha256:606de1ee195ffeb367a3c5735b3a8555a9b218a7f7c4815341bff9884431a79d", "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:46e12aaa89187852ba210cb8a087729b7958f1778139968380e45063da83dec1", "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 } }, "hddtemp": { "100": { "checksum": "sha256:0c6863321487399a1ac195be22cc888ee1d792272df7a9b92b5b94f9bd47edb8", "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:e3b1deaf03565215d473b463c011f65af60cf03f892a0420fccd1e7cc76afadc", "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:9d8aeb60af226e148fe288a11bf8337799798edb08889f77e4c458a0d5c177a4", "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:d2e1445f7798adb7dd5fbad71c3881ac0f7fca6f23a16e1be61402d04eca5a9e", "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:2dc67f899f5dd455cf65f508da5f9e2fc533d50d300e2fd0b2caa0e7a30270e0", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:2003cd2c3afecd527e87fef990ecb9998c55e4280cc29b965ab9427918b5ff84", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:3a5460fc695fee8e9c217cfb6f0d1f9f512c68dd5d28312d8b7ebcd55aef84b0", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:e1f3d4c815a42a1df7053a74f99b32313a7c2238d7491c1ce27ddd09152bce39", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:baa46336bdfbd1824a7abe0dc1a9f4d98747f3e546f869cb4442a8973b5bbe32", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "sha256:6caef6899cadb5c3bbbbd17e0f6e888e89b010366c9704d65372e1abffd25f20", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:98c05b22e5727092970a318b9044b14eda8c8a49f682d49b80bb58a88721f20c", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:a9d54d0cdd1cb032c421986cc3d3f203d0a19073b7bafe1356e83f33e7877d88", "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:c4761aa38e9cf98e601e2c51f37ef76101481d32ef1c06e3ef11b915c03d7993", "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 } }, "lttng-tools": { "100": { "checksum": "sha256:a04c23beadb8e34521dd1da194266459c43733292d13ad54220e482119708024", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d01957f81122db62b0bf85935652417f8e387f477b60f6f32e1a4c0ad1050722", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:751d0613407268b18a7bbaf4cdaaf3e4bb45624f09ff27cf908018167fb93b1b", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:36d2e6aec0dc93461fa35e68b8ed17c48f2269017602eab96edc47f87ffa3f28", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:500911ac4c30a2d4e093ff4f52e9cd59fc55b669e565fca1e8af9453e16a9828", "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 } }, "milter": { "100": { "checksum": "sha256:7e833bcc3c5fb699a40b9dbfbdd17acdb25255632503f0aeada21641d0a3c2ff", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:86b0f09eeae6858e8dc3092d841e03a3b1f84fee4e5afe792910ffb18611b3ea", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:17fd8806b4ccf9c9091e64bcb81707e1aa4b25444b311f39b716ad010b607dc6", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:544a2a1d77e86d698d4fc7a06a704515fc0f88f57bc3490cdda59cf530e83aa1", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:559f540b2d992290c722920d8babb9b32780b86ff6fb109bc75b1745593bd2e6", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:cd27a2ddd4e3147a70311c334bf137107973b917af9bddab0aa19c74bde11091", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:fd0e1c626359906315e9e4523c2b3a2e49cfcee101a76db4d07409795fa6ee48", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:e2f4c4ed2a9ddc16d4aa71ccd77a66445eda6836a4c41cfe0765c88f5726e44a", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:beb2fe6bc1ad07f59cd052d7ecb5095a9f0bf5f85ab01f8abc7d295545883d64", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:3d532479ef0cacbd2b22ff72ae714d52ed945343f054b9a78b8306f8fa1df64f", "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 } }, "mplayer": { "100": { "checksum": "sha256:9e0daf6047f3a37642952ada62d45ebbda76407c8dd1d7d05b6774d5a71776df", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:9531a85d2e40c8ee4c2ac3765d587184e3696d188d413e8d5e4365fe44472ee0", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:13b5559cd00f464279f6602ac272bc77c85ab4d8b088747e7d21ef1daa75147b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:c3bf8b0536cc2de22efb75ed39ca661749371652d08ee4c4dc8885bdd823f1b3", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:2f117db07ab5a49aae05bc5ffc1fb1603637a50e0bf6bc34efea6262be945d11", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:02e7c1900c48f9080456a4f66d36053dec25ea0a3d30849b1b5524a8cb19691f", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:e7925b19cc41e810e79e7706910eaf24be550f5d8dbb64fa1e033e8f5265e466", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:ce22f08b95cbd4418ceb06b45902ee0e5e37badb2fc45a2263d9c31f4dc8b8d7", "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:cd0c6c047c2eed61f55c72bd5182fead1a86773fcd1402347db74d98305fb862", "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 } }, "nsd": { "100": { "checksum": "sha256:4647f70fa0afcbbf6ac55d058fd1b0564f34f94984702c785075b5914a399fe1", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:1fbc1e4a727baa08fe3634251cfa552818703d16d45ce5250bda6ba8b2cc7288", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:2dfbdc3a5a92f2f5be3e4478df5b4a609272596867b19a3e2c4fbc1508ea7766", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:f2f51d3ff350cafbc5fb28afbbe58b8743e90b566c6fe862dc8e5d96098f6700", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8ded7f9973279ad47a63cf063eed5ff9f07a9d195699a1c639557041a00a3c79", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:8ea9d29b05734290b0d7ec5db20ee1841a13a75eb74f1300ed6fc7ded071e56c", "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 } }, "openct": { "100": { "checksum": "sha256:6d9cda58c52eb467637a63018bddf899699be6eea443bc14a2d40d24a53731c9", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:2bdea01224b603018cc2b9ac6b8dbd572fa7629165ab0db21effaa6d7ec07bee", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:f58fc23645097c7faabdb3f4b8cf75a7e4fb20ec6d07eb40bcadce2f290d3dc4", "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 } }, "openvpn": { "100": { "checksum": "sha256:5d9026d4adc2a8583c3fa389ec513687edcdb936e2e8bf81386245a8a6109073", "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:71de1092e2d8484958efd65a78b93f2cb7d1e790278d4bb3c88b0d5dee6045b3", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:24245fa0475a2288824322a48fc24aca60779685cb03e311b6bfbf1256366df3", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:db0ffc3911ff5657065b4de6fbdb26f04150ecff3c46fff66076856c831376d8", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:f9dc6149a9d438c34dd75cf9a58954e51ece47d1e6b201d04c6f93d25d877219", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:be46e2e5016783bcbd1b6121c16dac420ad84599fbc9ab03cef6e73c635491cb", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:36f7ab1582be93e02bbdc834ccc247cc4e38789758beab56dae383c975329335", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:67eba482a5bbd24a02c8d27ebe519f33201b3ce79aa2ae5216e8388b842427e4", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:a3d7fd224d89deb2a5052e5949258f4846eec9395136403c55c107e04e90a785", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:e8cad5b42141d2ec77e6a439d0d9c35fddb52f8915bc43f07b60d9531fb77a69", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5450ee371c78bed8bf0ec1c19145111158f8208dc8c259f014f4eaa2880f657e", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:fc7c8fc49fc2673212c86595653f9f491456a7877988f7ffabea0e6d9b91eee1", "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 } }, "postgrey": { "100": { "checksum": "sha256:10aa26d584dd36c76612a6e9a61ce47ea3d306610f1bb45e8078f4e1de92de9d", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:1925b8e054a2d83ceba75edc2ad4afeffef707844f07a4d41c1d0e656d4b6b13", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:dcabc753b8f94f205a5789e1002762bf925bccba78f81006577b4dfe4447e69a", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:2d9bc164872c547b324c28ace5989223074cb9afd92853a6f56d652a04c6d494", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:b9cf121de803376d21cf971181d5f183b6d9d0be20a7d1dbbbff4834f951ac1d", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:41015e7118f63f54987554f279679c09e61af6d39ed6d329363d408df6e2d94b", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:c63ddd775f40778f108ac698d8dec07a4d492c86494cc5ac58a7455249896e24", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:3c15ed36a0e8f5323d71fc061a25aebf4604ffb2ec21ba56ba0ee8c972203c31", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:19ea6f5d96cdaf706855b34d0b42e4c4cc325b058da3ea0789fdf844e5b03c20", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:1f26895762f6436d139b0bbdae0e778b76c1870e5ec2a70c9805fefa8843b7cf", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:99360124d5f6a6e58d1df9809e66d0afa1304a2f07ceb9049a8cced7d4bde9b8", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:96ac0006d65fd04b20c7d2347331577aa0f2518ee61bd14f66b0850051e600be", "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:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:b1bbd358f24d0d3f5b7eaae8549634a358486deff8e23e73a08029ea5a200897", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:a8af648958d994224fa0185187a1f7fac36dcd2f9860568443adde7cf69514cc", "enabled": 1 } }, "rhev": { "100": { "checksum": "sha256:c13ea35a73a74cff6ad06dab0c984564c50a3c0782999f10e30f84e2cc9db35d", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:eca0b3bcf2637ca132d57b7727481afe218bd195fc65b36bdd836fc1d8f49a10", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:3982604acb7748d747b3f053e494c102ab8af57aec179e5b220e458f9a7cd961", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:39c3eb7f52273ce88f976c82dacc3a0278c02948e63b940e1217a1685c71fee8", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:39f15722a115b11064c20b8bc2758e8fe06531a8f923ea00a3e7079a0554e3d6", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a6b6e0522240e083fff4f7d32223412f4bf9a757a681e1a78b000aed9c873a22", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:797fe308799dbc2437aa2f51349a5ad2edad09f73fad4ebf0fe610707fedab1b", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:170ec5c46d75ab5e0a7000fbb43e113d1009c02c67cff95efdd50f10254a065e", "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 } }, "rshd": { "100": { "checksum": "sha256:64c6c9c48250a48603474683d04eb4690cbca659b2f7df54843b395bd591421e", "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:00f3e6f9de99ee493e245b3c2df0167aaefef63863257785aab44152e2994a37", "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:009711c0e094f34b06bd2b63e5c874e8fe2a135447c687c0a3d8950ebf48ad2b", "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 } }, "smokeping": { "100": { "checksum": "sha256:4f5f2ec60be7d6c6e69be582b34db6cf167bc902a129543f22f3dd3d5e9b0e12", "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:730fdb951fc5903ac384e8f9ea40fdd4d78ac61906fa3057496ea690233bb3d1", "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 } }, "sysadm": { "100": { "checksum": "sha256:ff6d223e060061cde89544ea0b849c07e5e52b3b1c0aaf24a90f766b908b0572", "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:11c0be1462f28c928c950bd5fb59e6b78539e3aa9a9cf1dc2e5f34baf39dfb0f", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:8ffb5712bc861ac7bf7ff1ce80c7460c6b9d18f05d315109b298047d65fde160", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:f783db19a42b2eaeb812750d9e19a3e08d3b6c1c66f5b372db4815a8ab0501ec", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:f5765f8a7d36e42e9fa253c3d2dd77f0409372fe740a1ff01ff4f91066a4d5c0", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:3bfe4bafe3dfdc4272396e27fb4a61d934f07c2e58b8db9f6fdcdf06fe1c0925", "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 } }, "tlp": { "100": { "checksum": "sha256:ea9bd1b71a20d1f958f810ddd94461759c837d8d83beaf74bb4744fae0b8563b", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:ca4008994520fbb440db5cc902d328639a5ce9b2de2b04a243c3877e37770387", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:11d2231fa4532ca4a956a74c8395ace40a74d0a960b049e448b435496ce628d3", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:253d87020d97087ff647fcdf57ce8b88fa6575b4884a842371477c2ffa62bd37", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:63846a75214d60613198a5609cccb74150ed93abe971008d29f3fac4effd2178", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3befcf83ade571f2ba648d05de2f0c8cd4a6034c20df60390e2c6621dfaa98b8", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:991ee9601fb8c661434f8b1ad558ee0cfd9880cb10945ffcc00e46bc665891a5", "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:d49ecea49586eb81b583e155a507b07ce90123b31f23de8721dbfb397fc90219", "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:ce2b5d59521875e3874cb0da310c3e17a73b6039c5377eb9aabbb5e153daff96", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:b410d1fcfd6557bc01e39b089680881e2dbcf2edc66179a94a7a248770d5b037", "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:3a2cc24d1950cf636541e047be9a323fa36f31a0e202d694c720600bdfc501ec", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fdfaeec1231cbc6a8fe1366d3d619221199fc669b52c88f78a318dc25b3be448", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:7f305e00748ff82c9800d6e7828d7335b95f677a7b5f77422f3000b450b08ecb", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:9d883b74673ee8481fc07ff8458f40935cea1c6d435fec501a6f7c02d535b961", "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 } }, "vnstatd": { "100": { "checksum": "sha256:38c867c33443236998cf6e6580f7252cbe422837112d6a435682f20add719045", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:6552994eb88154f5adf2f8bed8fef92e80fec9cd21953e8a49967c043673f47d", "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:dcdb0ffe9b4ffc18f3d3c1e6b81e7dcd18ef81b771b50f120d72af547df6c52f", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:d074aae94e58e5eb87ccc17a5b8fd3daa69ae395c847123445b51b5d6bf1c330", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:edfd0c09452a1977031c520579d31b583b5203912ae6abb5944d5eeba0533a04", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:0d3f1c7551f7d41460431d1b5a07ca8b345b7f008fd117eaf80b97ffa0ba364c", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9a4972b9fd4d16e5a2199fa84c97cd69898aa6bd431c3b988f4a988498ba8c8d", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:3aa879c28a994a8e584ec959862570b5d22e879623f1389c0accfe0ff954899a", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Friday 21 March 2025 19:14:39 -0400 (0:00:03.051) 0:02:01.302 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Friday 21 March 2025 19:14:39 -0400 (0:00:00.052) 0:02:01.355 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Friday 21 March 2025 19:14:39 -0400 (0:00:00.036) 0:02:01.392 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Friday 21 March 2025 19:14:39 -0400 (0:00:00.114) 0:02:01.506 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Friday 21 March 2025 19:14:39 -0400 (0:00:00.044) 0:02:01.551 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Friday 21 March 2025 19:14:39 -0400 (0:00:00.061) 0:02:01.612 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Friday 21 March 2025 19:14:39 -0400 (0:00:00.058) 0:02:01.671 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 21 March 2025 19:14:39 -0400 (0:00:00.060) 0:02:01.731 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:14:40 -0400 (0:00:00.194) 0:02:01.926 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:14:40 -0400 (0:00:00.083) 0:02:02.009 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:14:40 -0400 (0:00:00.084) 0:02:02.094 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:14:40 -0400 (0:00:00.069) 0:02:02.164 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:14:40 -0400 (0:00:00.085) 0:02:02.249 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:14:40.414563", "stop": "2025-03-21 19:14:42.416584", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:14:42 -0400 (0:00:02.094) 0:02:04.344 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:14:42 -0400 (0:00:00.045) 0:02:04.390 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:14:42 -0400 (0:00:00.043) 0:02:04.433 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:14:42 -0400 (0:00:00.055) 0:02:04.489 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:14:43 -0400 (0:00:00.397) 0:02:04.886 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:14:43 -0400 (0:00:00.068) 0:02:04.955 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:14:43 -0400 (0:00:00.070) 0:02:05.025 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:14:43 -0400 (0:00:00.056) 0:02:05.082 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:14:43 -0400 (0:00:00.049) 0:02:05.131 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:14:43 -0400 (0:00:00.045) 0:02:05.176 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:14:43 -0400 (0:00:00.042) 0:02:05.219 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:14:43 -0400 (0:00:00.038) 0:02:05.258 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:14:43 -0400 (0:00:00.092) 0:02:05.350 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:14:43 -0400 (0:00:00.046) 0:02:05.396 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:14:43 -0400 (0:00:00.059) 0:02:05.456 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:14:43 -0400 (0:00:00.066) 0:02:05.522 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:14:43 -0400 (0:00:00.100) 0:02:05.623 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:14:43 -0400 (0:00:00.069) 0:02:05.693 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:14:43 -0400 (0:00:00.073) 0:02:05.766 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:14:43 -0400 (0:00:00.073) 0:02:05.840 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:14:44 -0400 (0:00:00.063) 0:02:05.904 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:14:44 -0400 (0:00:00.062) 0:02:05.966 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Friday 21 March 2025 19:14:44 -0400 (0:00:00.105) 0:02:06.072 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:14:44 -0400 (0:00:00.119) 0:02:06.191 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:14:44 -0400 (0:00:00.038) 0:02:06.230 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:14:44 -0400 (0:00:00.038) 0:02:06.269 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Friday 21 March 2025 19:14:44 -0400 (0:00:00.038) 0:02:06.307 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Friday 21 March 2025 19:14:44 -0400 (0:00:00.038) 0:02:06.345 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Friday 21 March 2025 19:14:44 -0400 (0:00:00.042) 0:02:06.388 ********** ok: [managed-node1] => (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-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Friday 21 March 2025 19:14:45 -0400 (0:00:00.793) 0:02:07.182 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Friday 21 March 2025 19:14:45 -0400 (0:00:00.363) 0:02:07.546 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Friday 21 March 2025 19:14:46 -0400 (0:00:00.376) 0:02:07.922 ********** changed: [managed-node1] => { "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-1742598886.116751-9282-268027782158561/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Friday 21 March 2025 19:14:46 -0400 (0:00:00.703) 0:02:08.625 ********** fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Output: Error=Trying to pull quay.io/linux-system-roles/this_is_a_bogus_image:latest... Error: 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-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:262 Friday 21 March 2025 19:14:47 -0400 (0:00:00.693) 0:02:09.319 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:269 Friday 21 March 2025 19:14:47 -0400 (0:00:00.128) 0:02:09.448 ********** included: fedora.linux_system_roles.podman for managed-node1 => (item=nopull) included: fedora.linux_system_roles.podman for managed-node1 => (item=bogus) TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 21 March 2025 19:14:47 -0400 (0:00:00.212) 0:02:09.660 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 21 March 2025 19:14:47 -0400 (0:00:00.066) 0:02:09.726 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 21 March 2025 19:14:47 -0400 (0:00:00.049) 0:02:09.775 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 21 March 2025 19:14:47 -0400 (0:00:00.054) 0:02:09.830 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 21 March 2025 19:14:48 -0400 (0:00:00.046) 0:02:09.876 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 21 March 2025 19:14:48 -0400 (0:00:00.042) 0:02:09.919 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 21 March 2025 19:14:48 -0400 (0:00:00.041) 0:02:09.961 ********** [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-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (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-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 21 March 2025 19:14:48 -0400 (0:00:00.250) 0:02:10.211 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 21 March 2025 19:14:49 -0400 (0:00:00.845) 0:02:11.056 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 21 March 2025 19:14:49 -0400 (0:00:00.039) 0:02:11.096 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 21 March 2025 19:14:49 -0400 (0:00:00.045) 0:02:11.142 ********** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 21 March 2025 19:14:49 -0400 (0:00:00.040) 0:02:11.183 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 21 March 2025 19:14:49 -0400 (0:00:00.069) 0:02:11.252 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 21 March 2025 19:14:49 -0400 (0:00:00.062) 0:02:11.315 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.023521", "end": "2025-03-21 19:14:49.787803", "rc": 0, "start": "2025-03-21 19:14:49.764282" } STDOUT: podman version 5.4.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 21 March 2025 19:14:49 -0400 (0:00:00.402) 0:02:11.717 ********** ok: [managed-node1] => { "ansible_facts": { "podman_version": "5.4.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 21 March 2025 19:14:49 -0400 (0:00:00.067) 0:02:11.784 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 21 March 2025 19:14:49 -0400 (0:00:00.045) 0:02:11.830 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Friday 21 March 2025 19:14:50 -0400 (0:00:00.052) 0:02:11.883 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 21 March 2025 19:14:50 -0400 (0:00:00.107) 0:02:11.991 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Friday 21 March 2025 19:14:50 -0400 (0:00:00.050) 0:02:12.041 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 21 March 2025 19:14:50 -0400 (0:00:00.056) 0:02:12.097 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:14:50 -0400 (0:00:00.091) 0:02:12.189 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:14:50.354034", "stop": "2025-03-21 19:14:52.355366", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:14:52 -0400 (0:00:02.044) 0:02:14.233 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:14:52 -0400 (0:00:00.050) 0:02:14.284 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:14:52 -0400 (0:00:00.078) 0:02:14.362 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:14:52 -0400 (0:00:00.069) 0:02:14.432 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:14:52 -0400 (0:00:00.381) 0:02:14.814 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:14:53 -0400 (0:00:00.090) 0:02:14.905 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:14:53 -0400 (0:00:00.041) 0:02:14.946 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:14:53 -0400 (0:00:00.046) 0:02:14.993 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:14:53 -0400 (0:00:00.050) 0:02:15.043 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:14:53 -0400 (0:00:00.050) 0:02:15.094 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:14:53 -0400 (0:00:00.047) 0:02:15.141 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:14:53 -0400 (0:00:00.042) 0:02:15.184 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:14:53 -0400 (0:00:00.040) 0:02:15.224 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:14:53 -0400 (0:00:00.040) 0:02:15.264 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 21 March 2025 19:14:53 -0400 (0:00:00.039) 0:02:15.304 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Friday 21 March 2025 19:14:53 -0400 (0:00:00.057) 0:02:15.362 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 21 March 2025 19:14:53 -0400 (0:00:00.210) 0:02:15.573 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 21 March 2025 19:14:53 -0400 (0:00:00.060) 0:02:15.634 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Friday 21 March 2025 19:14:53 -0400 (0:00:00.045) 0:02:15.679 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 21 March 2025 19:14:53 -0400 (0:00:00.091) 0:02:15.771 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 21 March 2025 19:14:53 -0400 (0:00:00.040) 0:02:15.811 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Friday 21 March 2025 19:14:54 -0400 (0:00:00.040) 0:02:15.852 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Friday 21 March 2025 19:14:54 -0400 (0:00:00.079) 0:02:15.931 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Friday 21 March 2025 19:14:54 -0400 (0:00:00.054) 0:02:15.986 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Friday 21 March 2025 19:14:54 -0400 (0:00:00.067) 0:02:16.053 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Friday 21 March 2025 19:14:54 -0400 (0:00:00.180) 0:02:16.234 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Friday 21 March 2025 19:14:54 -0400 (0:00:00.048) 0:02:16.283 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Friday 21 March 2025 19:14:54 -0400 (0:00:00.039) 0:02:16.323 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Friday 21 March 2025 19:14:54 -0400 (0:00:00.038) 0:02:16.361 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Friday 21 March 2025 19:14:54 -0400 (0:00:00.044) 0:02:16.406 ********** included: fedora.linux_system_roles.firewall for managed-node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 21 March 2025 19:14:54 -0400 (0:00:00.188) 0:02:16.595 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 21 March 2025 19:14:54 -0400 (0:00:00.122) 0:02:16.717 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 21 March 2025 19:14:54 -0400 (0:00:00.065) 0:02:16.783 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 21 March 2025 19:14:54 -0400 (0:00:00.049) 0:02:16.832 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Friday 21 March 2025 19:14:55 -0400 (0:00:00.106) 0:02:16.938 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Friday 21 March 2025 19:14:55 -0400 (0:00:00.044) 0:02:16.983 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Friday 21 March 2025 19:14:55 -0400 (0:00:00.044) 0:02:17.027 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Friday 21 March 2025 19:14:55 -0400 (0:00:00.756) 0:02:17.784 ********** skipping: [managed-node1] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Friday 21 March 2025 19:14:55 -0400 (0:00:00.044) 0:02:17.828 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Friday 21 March 2025 19:14:56 -0400 (0:00:00.039) 0:02:17.868 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 21 March 2025 19:14:56 -0400 (0:00:00.039) 0:02:17.908 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Friday 21 March 2025 19:14:56 -0400 (0:00:00.038) 0:02:17.947 ********** [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-node1] => (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-node1] => (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-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Friday 21 March 2025 19:14:56 -0400 (0:00:00.049) 0:02:17.996 ********** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ActiveEnterTimestampMonotonic": "329744156", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket dbus-broker.service basic.target polkit.service system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-03-21 19:14:01 EDT", "AssertTimestampMonotonic": "329491101", "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": "423570000", "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": "Fri 2025-03-21 19:14:01 EDT", "ConditionTimestampMonotonic": "329491098", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4936", "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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainHandoffTimestampMonotonic": "329520988", "ExecMainPID": "11103", "ExecMainStartTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainStartTimestampMonotonic": "329493804", "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=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; 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": "Fri 2025-03-21 19:14:01 EDT", "InactiveExitTimestampMonotonic": "329494274", "InvocationID": "16623fae527842cc9fd271100c4f9771", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11103", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3096764416", "MemoryCurrent": "33914880", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34177024", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2025-03-21 19:14:01 EDT", "StateChangeTimestampMonotonic": "329744156", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Friday 21 March 2025 19:14:56 -0400 (0:00:00.603) 0:02:18.600 ********** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ActiveEnterTimestampMonotonic": "329744156", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket dbus-broker.service basic.target polkit.service system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-03-21 19:14:01 EDT", "AssertTimestampMonotonic": "329491101", "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": "423570000", "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": "Fri 2025-03-21 19:14:01 EDT", "ConditionTimestampMonotonic": "329491098", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4936", "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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainHandoffTimestampMonotonic": "329520988", "ExecMainPID": "11103", "ExecMainStartTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainStartTimestampMonotonic": "329493804", "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=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; 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": "Fri 2025-03-21 19:14:01 EDT", "InactiveExitTimestampMonotonic": "329494274", "InvocationID": "16623fae527842cc9fd271100c4f9771", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11103", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3099693056", "MemoryCurrent": "33914880", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34177024", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2025-03-21 19:14:01 EDT", "StateChangeTimestampMonotonic": "329744156", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Friday 21 March 2025 19:14:57 -0400 (0:00:00.551) 0:02:19.151 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 21 March 2025 19:14:57 -0400 (0:00:00.050) 0:02:19.202 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Friday 21 March 2025 19:14:57 -0400 (0:00:00.106) 0:02:19.308 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Friday 21 March 2025 19:14:57 -0400 (0:00:00.043) 0:02:19.351 ********** [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-node1] => (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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Friday 21 March 2025 19:14:58 -0400 (0:00:00.511) 0:02:19.863 ********** [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-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Friday 21 March 2025 19:14:58 -0400 (0:00:00.058) 0:02:19.921 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Friday 21 March 2025 19:14:58 -0400 (0:00:00.060) 0:02:19.982 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Friday 21 March 2025 19:14:58 -0400 (0:00:00.046) 0:02:20.028 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Friday 21 March 2025 19:14:58 -0400 (0:00:00.053) 0:02:20.082 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Friday 21 March 2025 19:14:58 -0400 (0:00:00.043) 0:02:20.125 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Friday 21 March 2025 19:14:58 -0400 (0:00:00.037) 0:02:20.163 ********** skipping: [managed-node1] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Friday 21 March 2025 19:14:58 -0400 (0:00:00.059) 0:02:20.222 ********** 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-node1 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Friday 21 March 2025 19:14:58 -0400 (0:00:00.221) 0:02:20.444 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Friday 21 March 2025 19:14:58 -0400 (0:00:00.070) 0:02:20.515 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Friday 21 March 2025 19:14:58 -0400 (0:00:00.065) 0:02:20.580 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Friday 21 March 2025 19:14:58 -0400 (0:00:00.077) 0:02:20.658 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Friday 21 March 2025 19:14:58 -0400 (0:00:00.054) 0:02:20.713 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Friday 21 March 2025 19:14:58 -0400 (0:00:00.048) 0:02:20.762 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Friday 21 March 2025 19:14:58 -0400 (0:00:00.051) 0:02:20.813 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Friday 21 March 2025 19:14:59 -0400 (0:00:00.042) 0:02:20.855 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Friday 21 March 2025 19:14:59 -0400 (0:00:00.042) 0:02:20.898 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Friday 21 March 2025 19:14:59 -0400 (0:00:00.802) 0:02:21.701 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Friday 21 March 2025 19:14:59 -0400 (0:00:00.066) 0:02:21.767 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Friday 21 March 2025 19:15:00 -0400 (0:00:00.737) 0:02:22.505 ********** skipping: [managed-node1] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Friday 21 March 2025 19:15:00 -0400 (0:00:00.041) 0:02:22.547 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Friday 21 March 2025 19:15:00 -0400 (0:00:00.044) 0:02:22.591 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Friday 21 March 2025 19:15:00 -0400 (0:00:00.073) 0:02:22.665 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Friday 21 March 2025 19:15:01 -0400 (0:00:00.906) 0:02:23.571 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Friday 21 March 2025 19:15:01 -0400 (0:00:00.086) 0:02:23.658 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Friday 21 March 2025 19:15:01 -0400 (0:00:00.038) 0:02:23.697 ********** ok: [managed-node1] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Friday 21 March 2025 19:15:01 -0400 (0:00:00.047) 0:02:23.745 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Friday 21 March 2025 19:15:01 -0400 (0:00:00.038) 0:02:23.783 ********** skipping: [managed-node1] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Friday 21 March 2025 19:15:01 -0400 (0:00:00.038) 0:02:23.821 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Friday 21 March 2025 19:15:02 -0400 (0:00:00.102) 0:02:23.923 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Friday 21 March 2025 19:15:02 -0400 (0:00:00.042) 0:02:23.966 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Friday 21 March 2025 19:15:02 -0400 (0:00:00.056) 0:02:24.023 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Friday 21 March 2025 19:15:02 -0400 (0:00:00.044) 0:02:24.068 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Friday 21 March 2025 19:15:02 -0400 (0:00:00.069) 0:02:24.138 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Friday 21 March 2025 19:15:02 -0400 (0:00:00.068) 0:02:24.206 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Friday 21 March 2025 19:15:02 -0400 (0:00:00.044) 0:02:24.250 ********** ok: [managed-node1] => (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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Friday 21 March 2025 19:15:03 -0400 (0:00:00.616) 0:02:24.866 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Friday 21 March 2025 19:15:03 -0400 (0:00:00.061) 0:02:24.928 ********** ok: [managed-node1] => { "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:279678024eb3fbbe028ee9c1214ac293890d4afdb0b95d3b88cc4e47eb989bd5", "enabled": 1 } }, "aiccu": { "100": { "checksum": "sha256:a8c89b73668f90f46b47ac6ba8f5f0cdda0a6f5551cd7c23d5b3a7319f99efbd", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:2c755ff2bfe3f383ea8c258fd52b7cabee97eae67970aa3cd07082338122b333", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9d3540bc177cb2bce4a71ad4eada807d857332a2a5d95451cfd7400bad7b9a55", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:096c7e1737ff6b3c945a70e277083caff25c6502dde9883d54a44f395e7241d4", "enabled": 1 } }, "amtu": { "100": { "checksum": "sha256:855ebc27b8c768429955392a63bf0e917a003c59f2c557f4332486d8877bb013", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:4b921c9cb165ace187da7e6c5a17113ba0f7be0855645937a2cd1f098d544670", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:a3a523b825c94940a0270d2cf3c07ca0950ba37bdb26b96c77fefdc9e85fa8ad", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7a3a73cfa2fb3d90dd958be2bccd9d281baca95d996b1414e55f44e69b5c332e", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:dfb64b036e8a8414452cc17c3033acc4e0a0f6c16e46f192279d4c6ecdcdfae4", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:0238020714819d661e580ca114750af2b886b5cc69e6f579e5c6b4a45d562eff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:573bcf3a234986104937694eaa17a33d539451174044bb8e25ddeb89326ca284", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:a56e7cdb72134c76ed04f77842e05086711c085b9cdd6f4ff491cf6043bc7cc2", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:53ece8197a0d66b11a99bde9f950320c813780cad16403678b9885a548c3c6d6", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:1604b2e4c15a774b0e7c0c5088e2eb482478fa357f00800507811a114f4aba81", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:96f33e66bc8d724467e2c2bc46959b26eee7c6d17c76c6633a6cf1eca1883ae1", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:31b2f3f4b64b01e2c173a58801f7835e7d00a924a48b029c1d8d754603da211e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:cacc3e227d14b33c01002600491c4c1abca2df7fc537c8e969151909f40c78da", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:81e2981be514a4015463385393ddd89d3b51218eea1fd49523650e74034e969f", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:8fc95dd14a430f6461e1bf9cfe2a0f4e4e5df7f072aa9c41b63e85a00b844d47", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:126444a5e5e36d9aee4726dabb30da252cbc75ef3faaf2a90643503c6f390646", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "sha256:dd68c06c76cc652c14513d96c0c1fb4dc1547ec0c51ba779fec9fe2afdf86c50", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4ae82ef212e71cebdc3882b8fca34a9246e83080a7aead8c8690fc13327f8c45", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:33f32950a378d5a8dd34ca22d22e2954e392b583b46c6afbaa962def722d7b2b", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:998af8c73e85f25be8a3da8b187953f0aa7f1d4e67713405f88083c0a48182c1", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:957d178cc482a2c8190bcbe338c22db1e2b13253fc3337d365b523807953e4b1", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:1475803363410e043183972af0b2987fb187efb9f961c2cdb95c80c710a12f16", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:5d5a7131788e379d75b383dce1a5780e83375281b0b73b2665318779e0944996", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:b79650caf6f3dbd9ca2b81cb6eba85a72487775b4c24917be2374cf186ec46c8", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:a46191594d0abd3e7e3b75e40b50469bea6b3f1f36a8501bb0c692f84fb3b8c3", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:14dbc6e633336534e9f181b056fc6cb9359745f536858f46621e1007b1cf56f3", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:cfa9a6744ec3472c0658b2e714612b8369f3fd96cd1e095e65af1641825c4b0a", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:34f6bee170c8980d3884f2f3502d3030b1971a73a434c8bada85693d5a81a62e", "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:9f6dce4031aa8fa6a0181e7eb3eb0174e8f50f7c4421c04063726786f47c311e", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:b6923c6e28df09a42f40b088636cef073b54d5228f3b456d4df1ca2a65130028", "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 } }, "cobbler": { "100": { "checksum": "sha256:3172786066cbe5586a26d93c4a28a250f466277939fa6bdb393c85b511da0eb2", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:f92ef0e2d2233e04de10a0dc3b7765d16662209a5bdb4d00c26ec2e255619add", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:8b3ecb15887e1ef65fc39b5455cc63065cfaa14a3cdf2cd74612b1d4530e6a7c", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:af49721d5aa39e5038f7ba4515989f5672a77c93a7538c1c5461b655c699432f", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:54c29ad9eea717959a50a029e3c735670c1b06cbf0f45d72efbc0ddbba80c260", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:67d5b3cbb35089151abe36042c91f1ecb49d72150f6f9d2d6b82ed6e75cf8779", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:88942d6f32b10dcf2a8bb88a03b1a28973046f48d88826d7c037e5f715174620", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:43697ff520be41d687a7beb9fc0b502f66a75954607aa43849d66adf7624e8ec", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:4eb2b986ec33c813ff1a5dcce3839afdd562548f6f669299f4bf26bc9ec14e8e", "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 } }, "cpufreqselector": { "100": { "checksum": "sha256:039573cc4ec4aa72481681d05a64cd42b31a453d675237b7f2674475eef1dd66", "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 } }, "cvs": { "100": { "checksum": "sha256:b27396babd215fe9243b9eeb004c0a623ac1e1e96d48d9b0fc0429c4900d3622", "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:2d9d4209aeeb6954c305dc80ecefde8dab2cdf07478803f613565f7b3a5a1dd3", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:0b9238c17d536715575f59bfecc12b9bd073684e5b1d11f91a6af7e59da196cb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:349f0966a8da0a22ae2a6fc56fb9d371e1db3a226b30662d052ae3848c94deb4", "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 } }, "dnssec": { "100": { "checksum": "sha256:5e9c372fed1cb78d65885dc9e41addf11565048afda403d0a6d82865b16835c4", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:0cc660a1b635ade2d820724cd99b7e7b6f544b236b3513ea99b1ab61afec762d", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:769c06dc788c84149e2ff909d104c5f65a48d465d70211d8596cbdb6eadeeeb3", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:15e28eeeb11271e1d8305d944fdb9d79b88978e2fe3d336893fa6db6b5d42e37", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:4f07c7e98ec90c7f0a9d92c8253c9c417989fa12b5b0408490fdfe0d7ead47d3", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:a08b5e84ad816aea799b6a04187dc22d718bcaa3c201e2f910fbb5e4953e6864", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "sha256:5232d771b8040e161cb5dc3009f5efea10b4cb1df2d2c1e4bbe8175cde059c2d", "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 } }, "gdomap": { "100": { "checksum": "sha256:606de1ee195ffeb367a3c5735b3a8555a9b218a7f7c4815341bff9884431a79d", "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:46e12aaa89187852ba210cb8a087729b7958f1778139968380e45063da83dec1", "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 } }, "hddtemp": { "100": { "checksum": "sha256:0c6863321487399a1ac195be22cc888ee1d792272df7a9b92b5b94f9bd47edb8", "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:e3b1deaf03565215d473b463c011f65af60cf03f892a0420fccd1e7cc76afadc", "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:9d8aeb60af226e148fe288a11bf8337799798edb08889f77e4c458a0d5c177a4", "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:d2e1445f7798adb7dd5fbad71c3881ac0f7fca6f23a16e1be61402d04eca5a9e", "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:2dc67f899f5dd455cf65f508da5f9e2fc533d50d300e2fd0b2caa0e7a30270e0", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:2003cd2c3afecd527e87fef990ecb9998c55e4280cc29b965ab9427918b5ff84", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:3a5460fc695fee8e9c217cfb6f0d1f9f512c68dd5d28312d8b7ebcd55aef84b0", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:e1f3d4c815a42a1df7053a74f99b32313a7c2238d7491c1ce27ddd09152bce39", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:baa46336bdfbd1824a7abe0dc1a9f4d98747f3e546f869cb4442a8973b5bbe32", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "sha256:6caef6899cadb5c3bbbbd17e0f6e888e89b010366c9704d65372e1abffd25f20", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:98c05b22e5727092970a318b9044b14eda8c8a49f682d49b80bb58a88721f20c", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:a9d54d0cdd1cb032c421986cc3d3f203d0a19073b7bafe1356e83f33e7877d88", "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:c4761aa38e9cf98e601e2c51f37ef76101481d32ef1c06e3ef11b915c03d7993", "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 } }, "lttng-tools": { "100": { "checksum": "sha256:a04c23beadb8e34521dd1da194266459c43733292d13ad54220e482119708024", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d01957f81122db62b0bf85935652417f8e387f477b60f6f32e1a4c0ad1050722", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:751d0613407268b18a7bbaf4cdaaf3e4bb45624f09ff27cf908018167fb93b1b", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:36d2e6aec0dc93461fa35e68b8ed17c48f2269017602eab96edc47f87ffa3f28", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:500911ac4c30a2d4e093ff4f52e9cd59fc55b669e565fca1e8af9453e16a9828", "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 } }, "milter": { "100": { "checksum": "sha256:7e833bcc3c5fb699a40b9dbfbdd17acdb25255632503f0aeada21641d0a3c2ff", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:86b0f09eeae6858e8dc3092d841e03a3b1f84fee4e5afe792910ffb18611b3ea", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:17fd8806b4ccf9c9091e64bcb81707e1aa4b25444b311f39b716ad010b607dc6", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:544a2a1d77e86d698d4fc7a06a704515fc0f88f57bc3490cdda59cf530e83aa1", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:559f540b2d992290c722920d8babb9b32780b86ff6fb109bc75b1745593bd2e6", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:cd27a2ddd4e3147a70311c334bf137107973b917af9bddab0aa19c74bde11091", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:fd0e1c626359906315e9e4523c2b3a2e49cfcee101a76db4d07409795fa6ee48", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:e2f4c4ed2a9ddc16d4aa71ccd77a66445eda6836a4c41cfe0765c88f5726e44a", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:beb2fe6bc1ad07f59cd052d7ecb5095a9f0bf5f85ab01f8abc7d295545883d64", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:3d532479ef0cacbd2b22ff72ae714d52ed945343f054b9a78b8306f8fa1df64f", "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 } }, "mplayer": { "100": { "checksum": "sha256:9e0daf6047f3a37642952ada62d45ebbda76407c8dd1d7d05b6774d5a71776df", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:9531a85d2e40c8ee4c2ac3765d587184e3696d188d413e8d5e4365fe44472ee0", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:13b5559cd00f464279f6602ac272bc77c85ab4d8b088747e7d21ef1daa75147b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:c3bf8b0536cc2de22efb75ed39ca661749371652d08ee4c4dc8885bdd823f1b3", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:2f117db07ab5a49aae05bc5ffc1fb1603637a50e0bf6bc34efea6262be945d11", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:02e7c1900c48f9080456a4f66d36053dec25ea0a3d30849b1b5524a8cb19691f", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:e7925b19cc41e810e79e7706910eaf24be550f5d8dbb64fa1e033e8f5265e466", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:ce22f08b95cbd4418ceb06b45902ee0e5e37badb2fc45a2263d9c31f4dc8b8d7", "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:cd0c6c047c2eed61f55c72bd5182fead1a86773fcd1402347db74d98305fb862", "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 } }, "nsd": { "100": { "checksum": "sha256:4647f70fa0afcbbf6ac55d058fd1b0564f34f94984702c785075b5914a399fe1", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:1fbc1e4a727baa08fe3634251cfa552818703d16d45ce5250bda6ba8b2cc7288", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:2dfbdc3a5a92f2f5be3e4478df5b4a609272596867b19a3e2c4fbc1508ea7766", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:f2f51d3ff350cafbc5fb28afbbe58b8743e90b566c6fe862dc8e5d96098f6700", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8ded7f9973279ad47a63cf063eed5ff9f07a9d195699a1c639557041a00a3c79", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:8ea9d29b05734290b0d7ec5db20ee1841a13a75eb74f1300ed6fc7ded071e56c", "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 } }, "openct": { "100": { "checksum": "sha256:6d9cda58c52eb467637a63018bddf899699be6eea443bc14a2d40d24a53731c9", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:2bdea01224b603018cc2b9ac6b8dbd572fa7629165ab0db21effaa6d7ec07bee", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:f58fc23645097c7faabdb3f4b8cf75a7e4fb20ec6d07eb40bcadce2f290d3dc4", "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 } }, "openvpn": { "100": { "checksum": "sha256:5d9026d4adc2a8583c3fa389ec513687edcdb936e2e8bf81386245a8a6109073", "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:71de1092e2d8484958efd65a78b93f2cb7d1e790278d4bb3c88b0d5dee6045b3", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:24245fa0475a2288824322a48fc24aca60779685cb03e311b6bfbf1256366df3", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:db0ffc3911ff5657065b4de6fbdb26f04150ecff3c46fff66076856c831376d8", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:f9dc6149a9d438c34dd75cf9a58954e51ece47d1e6b201d04c6f93d25d877219", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:be46e2e5016783bcbd1b6121c16dac420ad84599fbc9ab03cef6e73c635491cb", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:36f7ab1582be93e02bbdc834ccc247cc4e38789758beab56dae383c975329335", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:67eba482a5bbd24a02c8d27ebe519f33201b3ce79aa2ae5216e8388b842427e4", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:a3d7fd224d89deb2a5052e5949258f4846eec9395136403c55c107e04e90a785", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:e8cad5b42141d2ec77e6a439d0d9c35fddb52f8915bc43f07b60d9531fb77a69", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5450ee371c78bed8bf0ec1c19145111158f8208dc8c259f014f4eaa2880f657e", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:fc7c8fc49fc2673212c86595653f9f491456a7877988f7ffabea0e6d9b91eee1", "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 } }, "postgrey": { "100": { "checksum": "sha256:10aa26d584dd36c76612a6e9a61ce47ea3d306610f1bb45e8078f4e1de92de9d", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:1925b8e054a2d83ceba75edc2ad4afeffef707844f07a4d41c1d0e656d4b6b13", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:dcabc753b8f94f205a5789e1002762bf925bccba78f81006577b4dfe4447e69a", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:2d9bc164872c547b324c28ace5989223074cb9afd92853a6f56d652a04c6d494", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:b9cf121de803376d21cf971181d5f183b6d9d0be20a7d1dbbbff4834f951ac1d", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:41015e7118f63f54987554f279679c09e61af6d39ed6d329363d408df6e2d94b", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:c63ddd775f40778f108ac698d8dec07a4d492c86494cc5ac58a7455249896e24", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:3c15ed36a0e8f5323d71fc061a25aebf4604ffb2ec21ba56ba0ee8c972203c31", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:19ea6f5d96cdaf706855b34d0b42e4c4cc325b058da3ea0789fdf844e5b03c20", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:1f26895762f6436d139b0bbdae0e778b76c1870e5ec2a70c9805fefa8843b7cf", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:99360124d5f6a6e58d1df9809e66d0afa1304a2f07ceb9049a8cced7d4bde9b8", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:96ac0006d65fd04b20c7d2347331577aa0f2518ee61bd14f66b0850051e600be", "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:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:b1bbd358f24d0d3f5b7eaae8549634a358486deff8e23e73a08029ea5a200897", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:a8af648958d994224fa0185187a1f7fac36dcd2f9860568443adde7cf69514cc", "enabled": 1 } }, "rhev": { "100": { "checksum": "sha256:c13ea35a73a74cff6ad06dab0c984564c50a3c0782999f10e30f84e2cc9db35d", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:eca0b3bcf2637ca132d57b7727481afe218bd195fc65b36bdd836fc1d8f49a10", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:3982604acb7748d747b3f053e494c102ab8af57aec179e5b220e458f9a7cd961", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:39c3eb7f52273ce88f976c82dacc3a0278c02948e63b940e1217a1685c71fee8", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:39f15722a115b11064c20b8bc2758e8fe06531a8f923ea00a3e7079a0554e3d6", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a6b6e0522240e083fff4f7d32223412f4bf9a757a681e1a78b000aed9c873a22", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:797fe308799dbc2437aa2f51349a5ad2edad09f73fad4ebf0fe610707fedab1b", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:170ec5c46d75ab5e0a7000fbb43e113d1009c02c67cff95efdd50f10254a065e", "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 } }, "rshd": { "100": { "checksum": "sha256:64c6c9c48250a48603474683d04eb4690cbca659b2f7df54843b395bd591421e", "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:00f3e6f9de99ee493e245b3c2df0167aaefef63863257785aab44152e2994a37", "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:009711c0e094f34b06bd2b63e5c874e8fe2a135447c687c0a3d8950ebf48ad2b", "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 } }, "smokeping": { "100": { "checksum": "sha256:4f5f2ec60be7d6c6e69be582b34db6cf167bc902a129543f22f3dd3d5e9b0e12", "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:730fdb951fc5903ac384e8f9ea40fdd4d78ac61906fa3057496ea690233bb3d1", "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 } }, "sysadm": { "100": { "checksum": "sha256:ff6d223e060061cde89544ea0b849c07e5e52b3b1c0aaf24a90f766b908b0572", "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:11c0be1462f28c928c950bd5fb59e6b78539e3aa9a9cf1dc2e5f34baf39dfb0f", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:8ffb5712bc861ac7bf7ff1ce80c7460c6b9d18f05d315109b298047d65fde160", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:f783db19a42b2eaeb812750d9e19a3e08d3b6c1c66f5b372db4815a8ab0501ec", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:f5765f8a7d36e42e9fa253c3d2dd77f0409372fe740a1ff01ff4f91066a4d5c0", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:3bfe4bafe3dfdc4272396e27fb4a61d934f07c2e58b8db9f6fdcdf06fe1c0925", "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 } }, "tlp": { "100": { "checksum": "sha256:ea9bd1b71a20d1f958f810ddd94461759c837d8d83beaf74bb4744fae0b8563b", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:ca4008994520fbb440db5cc902d328639a5ce9b2de2b04a243c3877e37770387", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:11d2231fa4532ca4a956a74c8395ace40a74d0a960b049e448b435496ce628d3", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:253d87020d97087ff647fcdf57ce8b88fa6575b4884a842371477c2ffa62bd37", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:63846a75214d60613198a5609cccb74150ed93abe971008d29f3fac4effd2178", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3befcf83ade571f2ba648d05de2f0c8cd4a6034c20df60390e2c6621dfaa98b8", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:991ee9601fb8c661434f8b1ad558ee0cfd9880cb10945ffcc00e46bc665891a5", "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:d49ecea49586eb81b583e155a507b07ce90123b31f23de8721dbfb397fc90219", "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:ce2b5d59521875e3874cb0da310c3e17a73b6039c5377eb9aabbb5e153daff96", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:b410d1fcfd6557bc01e39b089680881e2dbcf2edc66179a94a7a248770d5b037", "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:3a2cc24d1950cf636541e047be9a323fa36f31a0e202d694c720600bdfc501ec", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fdfaeec1231cbc6a8fe1366d3d619221199fc669b52c88f78a318dc25b3be448", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:7f305e00748ff82c9800d6e7828d7335b95f677a7b5f77422f3000b450b08ecb", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:9d883b74673ee8481fc07ff8458f40935cea1c6d435fec501a6f7c02d535b961", "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 } }, "vnstatd": { "100": { "checksum": "sha256:38c867c33443236998cf6e6580f7252cbe422837112d6a435682f20add719045", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:6552994eb88154f5adf2f8bed8fef92e80fec9cd21953e8a49967c043673f47d", "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:dcdb0ffe9b4ffc18f3d3c1e6b81e7dcd18ef81b771b50f120d72af547df6c52f", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:d074aae94e58e5eb87ccc17a5b8fd3daa69ae395c847123445b51b5d6bf1c330", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:edfd0c09452a1977031c520579d31b583b5203912ae6abb5944d5eeba0533a04", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:0d3f1c7551f7d41460431d1b5a07ca8b345b7f008fd117eaf80b97ffa0ba364c", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9a4972b9fd4d16e5a2199fa84c97cd69898aa6bd431c3b988f4a988498ba8c8d", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:3aa879c28a994a8e584ec959862570b5d22e879623f1389c0accfe0ff954899a", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Friday 21 March 2025 19:15:06 -0400 (0:00:03.069) 0:02:27.998 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Friday 21 March 2025 19:15:06 -0400 (0:00:00.044) 0:02:28.042 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Friday 21 March 2025 19:15:06 -0400 (0:00:00.101) 0:02:28.144 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Friday 21 March 2025 19:15:06 -0400 (0:00:00.060) 0:02:28.205 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Friday 21 March 2025 19:15:06 -0400 (0:00:00.040) 0:02:28.246 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Friday 21 March 2025 19:15:06 -0400 (0:00:00.036) 0:02:28.283 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Friday 21 March 2025 19:15:06 -0400 (0:00:00.035) 0:02:28.318 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 21 March 2025 19:15:06 -0400 (0:00:00.036) 0:02:28.355 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:15:06 -0400 (0:00:00.107) 0:02:28.463 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:15:06 -0400 (0:00:00.054) 0:02:28.517 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:15:06 -0400 (0:00:00.054) 0:02:28.572 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:15:06 -0400 (0:00:00.043) 0:02:28.615 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:15:06 -0400 (0:00:00.135) 0:02:28.750 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:15:06.918913", "stop": "2025-03-21 19:15:08.920688", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:15:08 -0400 (0:00:02.095) 0:02:30.846 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:15:09 -0400 (0:00:00.089) 0:02:30.935 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:15:09 -0400 (0:00:00.077) 0:02:31.012 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:15:09 -0400 (0:00:00.095) 0:02:31.108 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:15:09 -0400 (0:00:00.394) 0:02:31.503 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:15:09 -0400 (0:00:00.040) 0:02:31.544 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:15:09 -0400 (0:00:00.039) 0:02:31.584 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:15:09 -0400 (0:00:00.040) 0:02:31.624 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:15:09 -0400 (0:00:00.040) 0:02:31.665 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:15:09 -0400 (0:00:00.040) 0:02:31.705 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:15:09 -0400 (0:00:00.098) 0:02:31.803 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:15:09 -0400 (0:00:00.041) 0:02:31.845 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:15:10 -0400 (0:00:00.053) 0:02:31.898 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:15:10 -0400 (0:00:00.070) 0:02:31.969 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:15:10 -0400 (0:00:00.082) 0:02:32.051 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:15:10 -0400 (0:00:00.104) 0:02:32.155 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:15:10 -0400 (0:00:00.103) 0:02:32.259 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:15:10 -0400 (0:00:00.069) 0:02:32.329 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:15:10 -0400 (0:00:00.108) 0:02:32.437 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:15:10 -0400 (0:00:00.104) 0:02:32.542 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/nopull.yml" ], "delta": "0:00:00.005643", "end": "2025-03-21 19:15:11.017175", "rc": 0, "start": "2025-03-21 19:15:11.011532" } 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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:15:11 -0400 (0:00:00.409) 0:02:32.951 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Friday 21 March 2025 19:15:11 -0400 (0:00:00.165) 0:02:33.117 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Friday 21 March 2025 19:15:11 -0400 (0:00:00.041) 0:02:33.158 ********** ok: [managed-node1] => { "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 basic.target \"system-podman\\\\x2dkube.slice\" -.mount network-online.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "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": "3130036224", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-nopull.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Friday 21 March 2025 19:15:11 -0400 (0:00:00.547) 0:02:33.706 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598858.9728572, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d5dc917e3cae36de03aa971a17ac473f86fdf934", "ctime": 1742598858.346852, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 654311628, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742598858.0878499, "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": "990549681", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Friday 21 March 2025 19:15:12 -0400 (0:00:00.448) 0:02:34.154 ********** changed: [managed-node1] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/nopull.yml" ], "changed": true, "failed_when_result": false } STDOUT: Pods stopped: 893ba2bac92f624893e0bad2d9254d557c1766f253cc3e418c734e980d3a431c Pods removed: 893ba2bac92f624893e0bad2d9254d557c1766f253cc3e418c734e980d3a431c Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Friday 21 March 2025 19:15:12 -0400 (0:00:00.619) 0:02:34.774 ********** changed: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Friday 21 March 2025 19:15:13 -0400 (0:00:00.427) 0:02:35.202 ********** changed: [managed-node1] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.030432", "end": "2025-03-21 19:15:13.715536", "rc": 0, "start": "2025-03-21 19:15:13.685104" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Friday 21 March 2025 19:15:13 -0400 (0:00:00.463) 0:02:35.665 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:15:13 -0400 (0:00:00.112) 0:02:35.778 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:15:13 -0400 (0:00:00.065) 0:02:35.844 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:15:14 -0400 (0:00:00.063) 0:02:35.907 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:15:14 -0400 (0:00:00.062) 0:02:35.969 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Friday 21 March 2025 19:15:14 -0400 (0:00:00.152) 0:02:36.121 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Friday 21 March 2025 19:15:14 -0400 (0:00:00.046) 0:02:36.168 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Friday 21 March 2025 19:15:14 -0400 (0:00:00.044) 0:02:36.212 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Friday 21 March 2025 19:15:14 -0400 (0:00:00.041) 0:02:36.253 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 21 March 2025 19:15:14 -0400 (0:00:00.060) 0:02:36.313 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 21 March 2025 19:15:14 -0400 (0:00:00.067) 0:02:36.381 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 21 March 2025 19:15:14 -0400 (0:00:00.060) 0:02:36.441 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 21 March 2025 19:15:14 -0400 (0:00:00.068) 0:02:36.510 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 21 March 2025 19:15:14 -0400 (0:00:00.048) 0:02:36.558 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 21 March 2025 19:15:14 -0400 (0:00:00.052) 0:02:36.611 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 21 March 2025 19:15:14 -0400 (0:00:00.106) 0:02:36.717 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (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-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 21 March 2025 19:15:14 -0400 (0:00:00.093) 0:02:36.811 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 21 March 2025 19:15:15 -0400 (0:00:00.827) 0:02:37.639 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 21 March 2025 19:15:15 -0400 (0:00:00.040) 0:02:37.679 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 21 March 2025 19:15:15 -0400 (0:00:00.043) 0:02:37.723 ********** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 21 March 2025 19:15:15 -0400 (0:00:00.040) 0:02:37.763 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 21 March 2025 19:15:15 -0400 (0:00:00.042) 0:02:37.805 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 21 March 2025 19:15:16 -0400 (0:00:00.057) 0:02:37.863 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.023501", "end": "2025-03-21 19:15:16.349673", "rc": 0, "start": "2025-03-21 19:15:16.326172" } STDOUT: podman version 5.4.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 21 March 2025 19:15:16 -0400 (0:00:00.418) 0:02:38.282 ********** ok: [managed-node1] => { "ansible_facts": { "podman_version": "5.4.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 21 March 2025 19:15:16 -0400 (0:00:00.070) 0:02:38.352 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 21 March 2025 19:15:16 -0400 (0:00:00.126) 0:02:38.479 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Friday 21 March 2025 19:15:16 -0400 (0:00:00.041) 0:02:38.520 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 21 March 2025 19:15:16 -0400 (0:00:00.047) 0:02:38.567 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Friday 21 March 2025 19:15:16 -0400 (0:00:00.050) 0:02:38.618 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 21 March 2025 19:15:16 -0400 (0:00:00.058) 0:02:38.677 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:15:16 -0400 (0:00:00.126) 0:02:38.803 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:15:16.970554", "stop": "2025-03-21 19:15:18.972938", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:15:18 -0400 (0:00:02.048) 0:02:40.852 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:15:19 -0400 (0:00:00.047) 0:02:40.899 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:15:19 -0400 (0:00:00.046) 0:02:40.945 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:15:19 -0400 (0:00:00.119) 0:02:41.065 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:15:19 -0400 (0:00:00.394) 0:02:41.460 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:15:19 -0400 (0:00:00.041) 0:02:41.502 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:15:19 -0400 (0:00:00.048) 0:02:41.551 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:15:19 -0400 (0:00:00.072) 0:02:41.623 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:15:19 -0400 (0:00:00.071) 0:02:41.695 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:15:19 -0400 (0:00:00.054) 0:02:41.749 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:15:19 -0400 (0:00:00.050) 0:02:41.800 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:15:19 -0400 (0:00:00.048) 0:02:41.849 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:15:20 -0400 (0:00:00.043) 0:02:41.893 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:15:20 -0400 (0:00:00.040) 0:02:41.933 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 21 March 2025 19:15:20 -0400 (0:00:00.039) 0:02:41.973 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Friday 21 March 2025 19:15:20 -0400 (0:00:00.123) 0:02:42.097 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 21 March 2025 19:15:20 -0400 (0:00:00.136) 0:02:42.233 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 21 March 2025 19:15:20 -0400 (0:00:00.075) 0:02:42.309 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Friday 21 March 2025 19:15:20 -0400 (0:00:00.069) 0:02:42.379 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 21 March 2025 19:15:20 -0400 (0:00:00.129) 0:02:42.508 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 21 March 2025 19:15:20 -0400 (0:00:00.069) 0:02:42.577 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Friday 21 March 2025 19:15:20 -0400 (0:00:00.067) 0:02:42.645 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Friday 21 March 2025 19:15:20 -0400 (0:00:00.134) 0:02:42.780 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Friday 21 March 2025 19:15:20 -0400 (0:00:00.066) 0:02:42.846 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Friday 21 March 2025 19:15:21 -0400 (0:00:00.143) 0:02:42.990 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Friday 21 March 2025 19:15:21 -0400 (0:00:00.136) 0:02:43.127 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Friday 21 March 2025 19:15:21 -0400 (0:00:00.069) 0:02:43.196 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Friday 21 March 2025 19:15:21 -0400 (0:00:00.067) 0:02:43.264 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Friday 21 March 2025 19:15:21 -0400 (0:00:00.074) 0:02:43.338 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Friday 21 March 2025 19:15:21 -0400 (0:00:00.067) 0:02:43.405 ********** included: fedora.linux_system_roles.firewall for managed-node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 21 March 2025 19:15:21 -0400 (0:00:00.203) 0:02:43.609 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 21 March 2025 19:15:21 -0400 (0:00:00.117) 0:02:43.727 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 21 March 2025 19:15:22 -0400 (0:00:00.160) 0:02:43.887 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 21 March 2025 19:15:22 -0400 (0:00:00.074) 0:02:43.962 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Friday 21 March 2025 19:15:22 -0400 (0:00:00.073) 0:02:44.036 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Friday 21 March 2025 19:15:22 -0400 (0:00:00.082) 0:02:44.118 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Friday 21 March 2025 19:15:22 -0400 (0:00:00.070) 0:02:44.189 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Friday 21 March 2025 19:15:23 -0400 (0:00:00.799) 0:02:44.989 ********** skipping: [managed-node1] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Friday 21 March 2025 19:15:23 -0400 (0:00:00.069) 0:02:45.058 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Friday 21 March 2025 19:15:23 -0400 (0:00:00.067) 0:02:45.126 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 21 March 2025 19:15:23 -0400 (0:00:00.066) 0:02:45.193 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Friday 21 March 2025 19:15:23 -0400 (0:00:00.063) 0:02:45.256 ********** skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Friday 21 March 2025 19:15:23 -0400 (0:00:00.076) 0:02:45.333 ********** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ActiveEnterTimestampMonotonic": "329744156", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket dbus-broker.service basic.target polkit.service system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-03-21 19:14:01 EDT", "AssertTimestampMonotonic": "329491101", "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": "443465000", "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": "Fri 2025-03-21 19:14:01 EDT", "ConditionTimestampMonotonic": "329491098", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4936", "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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainHandoffTimestampMonotonic": "329520988", "ExecMainPID": "11103", "ExecMainStartTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainStartTimestampMonotonic": "329493804", "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=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; 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": "Fri 2025-03-21 19:14:01 EDT", "InactiveExitTimestampMonotonic": "329494274", "InvocationID": "16623fae527842cc9fd271100c4f9771", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11103", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3147513856", "MemoryCurrent": "33947648", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34209792", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2025-03-21 19:14:01 EDT", "StateChangeTimestampMonotonic": "329744156", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Friday 21 March 2025 19:15:24 -0400 (0:00:00.574) 0:02:45.907 ********** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ActiveEnterTimestampMonotonic": "329744156", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket dbus-broker.service basic.target polkit.service system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-03-21 19:14:01 EDT", "AssertTimestampMonotonic": "329491101", "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": "443465000", "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": "Fri 2025-03-21 19:14:01 EDT", "ConditionTimestampMonotonic": "329491098", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4936", "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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainHandoffTimestampMonotonic": "329520988", "ExecMainPID": "11103", "ExecMainStartTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainStartTimestampMonotonic": "329493804", "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=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; 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": "Fri 2025-03-21 19:14:01 EDT", "InactiveExitTimestampMonotonic": "329494274", "InvocationID": "16623fae527842cc9fd271100c4f9771", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11103", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3137212416", "MemoryCurrent": "33947648", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34209792", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2025-03-21 19:14:01 EDT", "StateChangeTimestampMonotonic": "329744156", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Friday 21 March 2025 19:15:24 -0400 (0:00:00.645) 0:02:46.553 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 21 March 2025 19:15:24 -0400 (0:00:00.086) 0:02:46.639 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Friday 21 March 2025 19:15:24 -0400 (0:00:00.064) 0:02:46.704 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Friday 21 March 2025 19:15:24 -0400 (0:00:00.066) 0:02:46.771 ********** ok: [managed-node1] => (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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Friday 21 March 2025 19:15:25 -0400 (0:00:00.574) 0:02:47.345 ********** skipping: [managed-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Friday 21 March 2025 19:15:25 -0400 (0:00:00.089) 0:02:47.435 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Friday 21 March 2025 19:15:25 -0400 (0:00:00.057) 0:02:47.492 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Friday 21 March 2025 19:15:25 -0400 (0:00:00.052) 0:02:47.544 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Friday 21 March 2025 19:15:25 -0400 (0:00:00.050) 0:02:47.595 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Friday 21 March 2025 19:15:25 -0400 (0:00:00.039) 0:02:47.634 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Friday 21 March 2025 19:15:25 -0400 (0:00:00.038) 0:02:47.673 ********** skipping: [managed-node1] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Friday 21 March 2025 19:15:25 -0400 (0:00:00.130) 0:02:47.803 ********** 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-node1 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Friday 21 March 2025 19:15:26 -0400 (0:00:00.140) 0:02:47.943 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Friday 21 March 2025 19:15:26 -0400 (0:00:00.070) 0:02:48.013 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Friday 21 March 2025 19:15:26 -0400 (0:00:00.049) 0:02:48.063 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Friday 21 March 2025 19:15:26 -0400 (0:00:00.074) 0:02:48.137 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Friday 21 March 2025 19:15:26 -0400 (0:00:00.044) 0:02:48.182 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Friday 21 March 2025 19:15:26 -0400 (0:00:00.044) 0:02:48.226 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Friday 21 March 2025 19:15:26 -0400 (0:00:00.050) 0:02:48.276 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Friday 21 March 2025 19:15:26 -0400 (0:00:00.070) 0:02:48.347 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Friday 21 March 2025 19:15:26 -0400 (0:00:00.183) 0:02:48.530 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Friday 21 March 2025 19:15:27 -0400 (0:00:00.757) 0:02:49.288 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Friday 21 March 2025 19:15:27 -0400 (0:00:00.063) 0:02:49.351 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Friday 21 March 2025 19:15:28 -0400 (0:00:00.755) 0:02:50.106 ********** skipping: [managed-node1] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Friday 21 March 2025 19:15:28 -0400 (0:00:00.041) 0:02:50.148 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Friday 21 March 2025 19:15:28 -0400 (0:00:00.041) 0:02:50.189 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Friday 21 March 2025 19:15:28 -0400 (0:00:00.040) 0:02:50.229 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Friday 21 March 2025 19:15:29 -0400 (0:00:00.867) 0:02:51.097 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Friday 21 March 2025 19:15:29 -0400 (0:00:00.052) 0:02:51.149 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Friday 21 March 2025 19:15:29 -0400 (0:00:00.066) 0:02:51.216 ********** ok: [managed-node1] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Friday 21 March 2025 19:15:29 -0400 (0:00:00.081) 0:02:51.298 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Friday 21 March 2025 19:15:29 -0400 (0:00:00.063) 0:02:51.361 ********** skipping: [managed-node1] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Friday 21 March 2025 19:15:29 -0400 (0:00:00.157) 0:02:51.518 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Friday 21 March 2025 19:15:29 -0400 (0:00:00.061) 0:02:51.580 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Friday 21 March 2025 19:15:29 -0400 (0:00:00.100) 0:02:51.680 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Friday 21 March 2025 19:15:29 -0400 (0:00:00.059) 0:02:51.740 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Friday 21 March 2025 19:15:29 -0400 (0:00:00.040) 0:02:51.780 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Friday 21 March 2025 19:15:29 -0400 (0:00:00.039) 0:02:51.819 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Friday 21 March 2025 19:15:30 -0400 (0:00:00.039) 0:02:51.859 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Friday 21 March 2025 19:15:30 -0400 (0:00:00.039) 0:02:51.898 ********** ok: [managed-node1] => (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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Friday 21 March 2025 19:15:30 -0400 (0:00:00.588) 0:02:52.487 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Friday 21 March 2025 19:15:30 -0400 (0:00:00.037) 0:02:52.524 ********** ok: [managed-node1] => { "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:279678024eb3fbbe028ee9c1214ac293890d4afdb0b95d3b88cc4e47eb989bd5", "enabled": 1 } }, "aiccu": { "100": { "checksum": "sha256:a8c89b73668f90f46b47ac6ba8f5f0cdda0a6f5551cd7c23d5b3a7319f99efbd", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:2c755ff2bfe3f383ea8c258fd52b7cabee97eae67970aa3cd07082338122b333", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9d3540bc177cb2bce4a71ad4eada807d857332a2a5d95451cfd7400bad7b9a55", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:096c7e1737ff6b3c945a70e277083caff25c6502dde9883d54a44f395e7241d4", "enabled": 1 } }, "amtu": { "100": { "checksum": "sha256:855ebc27b8c768429955392a63bf0e917a003c59f2c557f4332486d8877bb013", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:4b921c9cb165ace187da7e6c5a17113ba0f7be0855645937a2cd1f098d544670", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:a3a523b825c94940a0270d2cf3c07ca0950ba37bdb26b96c77fefdc9e85fa8ad", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7a3a73cfa2fb3d90dd958be2bccd9d281baca95d996b1414e55f44e69b5c332e", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:dfb64b036e8a8414452cc17c3033acc4e0a0f6c16e46f192279d4c6ecdcdfae4", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:0238020714819d661e580ca114750af2b886b5cc69e6f579e5c6b4a45d562eff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:573bcf3a234986104937694eaa17a33d539451174044bb8e25ddeb89326ca284", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:a56e7cdb72134c76ed04f77842e05086711c085b9cdd6f4ff491cf6043bc7cc2", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:53ece8197a0d66b11a99bde9f950320c813780cad16403678b9885a548c3c6d6", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:1604b2e4c15a774b0e7c0c5088e2eb482478fa357f00800507811a114f4aba81", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:96f33e66bc8d724467e2c2bc46959b26eee7c6d17c76c6633a6cf1eca1883ae1", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:31b2f3f4b64b01e2c173a58801f7835e7d00a924a48b029c1d8d754603da211e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:cacc3e227d14b33c01002600491c4c1abca2df7fc537c8e969151909f40c78da", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:81e2981be514a4015463385393ddd89d3b51218eea1fd49523650e74034e969f", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:8fc95dd14a430f6461e1bf9cfe2a0f4e4e5df7f072aa9c41b63e85a00b844d47", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:126444a5e5e36d9aee4726dabb30da252cbc75ef3faaf2a90643503c6f390646", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "sha256:dd68c06c76cc652c14513d96c0c1fb4dc1547ec0c51ba779fec9fe2afdf86c50", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4ae82ef212e71cebdc3882b8fca34a9246e83080a7aead8c8690fc13327f8c45", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:33f32950a378d5a8dd34ca22d22e2954e392b583b46c6afbaa962def722d7b2b", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:998af8c73e85f25be8a3da8b187953f0aa7f1d4e67713405f88083c0a48182c1", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:957d178cc482a2c8190bcbe338c22db1e2b13253fc3337d365b523807953e4b1", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:1475803363410e043183972af0b2987fb187efb9f961c2cdb95c80c710a12f16", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:5d5a7131788e379d75b383dce1a5780e83375281b0b73b2665318779e0944996", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:b79650caf6f3dbd9ca2b81cb6eba85a72487775b4c24917be2374cf186ec46c8", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:a46191594d0abd3e7e3b75e40b50469bea6b3f1f36a8501bb0c692f84fb3b8c3", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:14dbc6e633336534e9f181b056fc6cb9359745f536858f46621e1007b1cf56f3", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:cfa9a6744ec3472c0658b2e714612b8369f3fd96cd1e095e65af1641825c4b0a", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:34f6bee170c8980d3884f2f3502d3030b1971a73a434c8bada85693d5a81a62e", "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:9f6dce4031aa8fa6a0181e7eb3eb0174e8f50f7c4421c04063726786f47c311e", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:b6923c6e28df09a42f40b088636cef073b54d5228f3b456d4df1ca2a65130028", "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 } }, "cobbler": { "100": { "checksum": "sha256:3172786066cbe5586a26d93c4a28a250f466277939fa6bdb393c85b511da0eb2", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:f92ef0e2d2233e04de10a0dc3b7765d16662209a5bdb4d00c26ec2e255619add", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:8b3ecb15887e1ef65fc39b5455cc63065cfaa14a3cdf2cd74612b1d4530e6a7c", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:af49721d5aa39e5038f7ba4515989f5672a77c93a7538c1c5461b655c699432f", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:54c29ad9eea717959a50a029e3c735670c1b06cbf0f45d72efbc0ddbba80c260", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:67d5b3cbb35089151abe36042c91f1ecb49d72150f6f9d2d6b82ed6e75cf8779", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:88942d6f32b10dcf2a8bb88a03b1a28973046f48d88826d7c037e5f715174620", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:43697ff520be41d687a7beb9fc0b502f66a75954607aa43849d66adf7624e8ec", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:4eb2b986ec33c813ff1a5dcce3839afdd562548f6f669299f4bf26bc9ec14e8e", "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 } }, "cpufreqselector": { "100": { "checksum": "sha256:039573cc4ec4aa72481681d05a64cd42b31a453d675237b7f2674475eef1dd66", "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 } }, "cvs": { "100": { "checksum": "sha256:b27396babd215fe9243b9eeb004c0a623ac1e1e96d48d9b0fc0429c4900d3622", "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:2d9d4209aeeb6954c305dc80ecefde8dab2cdf07478803f613565f7b3a5a1dd3", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:0b9238c17d536715575f59bfecc12b9bd073684e5b1d11f91a6af7e59da196cb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:349f0966a8da0a22ae2a6fc56fb9d371e1db3a226b30662d052ae3848c94deb4", "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 } }, "dnssec": { "100": { "checksum": "sha256:5e9c372fed1cb78d65885dc9e41addf11565048afda403d0a6d82865b16835c4", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:0cc660a1b635ade2d820724cd99b7e7b6f544b236b3513ea99b1ab61afec762d", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:769c06dc788c84149e2ff909d104c5f65a48d465d70211d8596cbdb6eadeeeb3", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:15e28eeeb11271e1d8305d944fdb9d79b88978e2fe3d336893fa6db6b5d42e37", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:4f07c7e98ec90c7f0a9d92c8253c9c417989fa12b5b0408490fdfe0d7ead47d3", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:a08b5e84ad816aea799b6a04187dc22d718bcaa3c201e2f910fbb5e4953e6864", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "sha256:5232d771b8040e161cb5dc3009f5efea10b4cb1df2d2c1e4bbe8175cde059c2d", "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 } }, "gdomap": { "100": { "checksum": "sha256:606de1ee195ffeb367a3c5735b3a8555a9b218a7f7c4815341bff9884431a79d", "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:46e12aaa89187852ba210cb8a087729b7958f1778139968380e45063da83dec1", "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 } }, "hddtemp": { "100": { "checksum": "sha256:0c6863321487399a1ac195be22cc888ee1d792272df7a9b92b5b94f9bd47edb8", "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:e3b1deaf03565215d473b463c011f65af60cf03f892a0420fccd1e7cc76afadc", "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:9d8aeb60af226e148fe288a11bf8337799798edb08889f77e4c458a0d5c177a4", "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:d2e1445f7798adb7dd5fbad71c3881ac0f7fca6f23a16e1be61402d04eca5a9e", "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:2dc67f899f5dd455cf65f508da5f9e2fc533d50d300e2fd0b2caa0e7a30270e0", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:2003cd2c3afecd527e87fef990ecb9998c55e4280cc29b965ab9427918b5ff84", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:3a5460fc695fee8e9c217cfb6f0d1f9f512c68dd5d28312d8b7ebcd55aef84b0", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:e1f3d4c815a42a1df7053a74f99b32313a7c2238d7491c1ce27ddd09152bce39", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:baa46336bdfbd1824a7abe0dc1a9f4d98747f3e546f869cb4442a8973b5bbe32", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "sha256:6caef6899cadb5c3bbbbd17e0f6e888e89b010366c9704d65372e1abffd25f20", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:98c05b22e5727092970a318b9044b14eda8c8a49f682d49b80bb58a88721f20c", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:a9d54d0cdd1cb032c421986cc3d3f203d0a19073b7bafe1356e83f33e7877d88", "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:c4761aa38e9cf98e601e2c51f37ef76101481d32ef1c06e3ef11b915c03d7993", "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 } }, "lttng-tools": { "100": { "checksum": "sha256:a04c23beadb8e34521dd1da194266459c43733292d13ad54220e482119708024", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d01957f81122db62b0bf85935652417f8e387f477b60f6f32e1a4c0ad1050722", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:751d0613407268b18a7bbaf4cdaaf3e4bb45624f09ff27cf908018167fb93b1b", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:36d2e6aec0dc93461fa35e68b8ed17c48f2269017602eab96edc47f87ffa3f28", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:500911ac4c30a2d4e093ff4f52e9cd59fc55b669e565fca1e8af9453e16a9828", "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 } }, "milter": { "100": { "checksum": "sha256:7e833bcc3c5fb699a40b9dbfbdd17acdb25255632503f0aeada21641d0a3c2ff", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:86b0f09eeae6858e8dc3092d841e03a3b1f84fee4e5afe792910ffb18611b3ea", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:17fd8806b4ccf9c9091e64bcb81707e1aa4b25444b311f39b716ad010b607dc6", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:544a2a1d77e86d698d4fc7a06a704515fc0f88f57bc3490cdda59cf530e83aa1", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:559f540b2d992290c722920d8babb9b32780b86ff6fb109bc75b1745593bd2e6", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:cd27a2ddd4e3147a70311c334bf137107973b917af9bddab0aa19c74bde11091", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:fd0e1c626359906315e9e4523c2b3a2e49cfcee101a76db4d07409795fa6ee48", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:e2f4c4ed2a9ddc16d4aa71ccd77a66445eda6836a4c41cfe0765c88f5726e44a", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:beb2fe6bc1ad07f59cd052d7ecb5095a9f0bf5f85ab01f8abc7d295545883d64", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:3d532479ef0cacbd2b22ff72ae714d52ed945343f054b9a78b8306f8fa1df64f", "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 } }, "mplayer": { "100": { "checksum": "sha256:9e0daf6047f3a37642952ada62d45ebbda76407c8dd1d7d05b6774d5a71776df", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:9531a85d2e40c8ee4c2ac3765d587184e3696d188d413e8d5e4365fe44472ee0", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:13b5559cd00f464279f6602ac272bc77c85ab4d8b088747e7d21ef1daa75147b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:c3bf8b0536cc2de22efb75ed39ca661749371652d08ee4c4dc8885bdd823f1b3", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:2f117db07ab5a49aae05bc5ffc1fb1603637a50e0bf6bc34efea6262be945d11", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:02e7c1900c48f9080456a4f66d36053dec25ea0a3d30849b1b5524a8cb19691f", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:e7925b19cc41e810e79e7706910eaf24be550f5d8dbb64fa1e033e8f5265e466", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:ce22f08b95cbd4418ceb06b45902ee0e5e37badb2fc45a2263d9c31f4dc8b8d7", "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:cd0c6c047c2eed61f55c72bd5182fead1a86773fcd1402347db74d98305fb862", "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 } }, "nsd": { "100": { "checksum": "sha256:4647f70fa0afcbbf6ac55d058fd1b0564f34f94984702c785075b5914a399fe1", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:1fbc1e4a727baa08fe3634251cfa552818703d16d45ce5250bda6ba8b2cc7288", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:2dfbdc3a5a92f2f5be3e4478df5b4a609272596867b19a3e2c4fbc1508ea7766", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:f2f51d3ff350cafbc5fb28afbbe58b8743e90b566c6fe862dc8e5d96098f6700", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8ded7f9973279ad47a63cf063eed5ff9f07a9d195699a1c639557041a00a3c79", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:8ea9d29b05734290b0d7ec5db20ee1841a13a75eb74f1300ed6fc7ded071e56c", "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 } }, "openct": { "100": { "checksum": "sha256:6d9cda58c52eb467637a63018bddf899699be6eea443bc14a2d40d24a53731c9", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:2bdea01224b603018cc2b9ac6b8dbd572fa7629165ab0db21effaa6d7ec07bee", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:f58fc23645097c7faabdb3f4b8cf75a7e4fb20ec6d07eb40bcadce2f290d3dc4", "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 } }, "openvpn": { "100": { "checksum": "sha256:5d9026d4adc2a8583c3fa389ec513687edcdb936e2e8bf81386245a8a6109073", "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:71de1092e2d8484958efd65a78b93f2cb7d1e790278d4bb3c88b0d5dee6045b3", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:24245fa0475a2288824322a48fc24aca60779685cb03e311b6bfbf1256366df3", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:db0ffc3911ff5657065b4de6fbdb26f04150ecff3c46fff66076856c831376d8", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:f9dc6149a9d438c34dd75cf9a58954e51ece47d1e6b201d04c6f93d25d877219", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:be46e2e5016783bcbd1b6121c16dac420ad84599fbc9ab03cef6e73c635491cb", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:36f7ab1582be93e02bbdc834ccc247cc4e38789758beab56dae383c975329335", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:67eba482a5bbd24a02c8d27ebe519f33201b3ce79aa2ae5216e8388b842427e4", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:a3d7fd224d89deb2a5052e5949258f4846eec9395136403c55c107e04e90a785", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:e8cad5b42141d2ec77e6a439d0d9c35fddb52f8915bc43f07b60d9531fb77a69", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5450ee371c78bed8bf0ec1c19145111158f8208dc8c259f014f4eaa2880f657e", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:fc7c8fc49fc2673212c86595653f9f491456a7877988f7ffabea0e6d9b91eee1", "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 } }, "postgrey": { "100": { "checksum": "sha256:10aa26d584dd36c76612a6e9a61ce47ea3d306610f1bb45e8078f4e1de92de9d", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:1925b8e054a2d83ceba75edc2ad4afeffef707844f07a4d41c1d0e656d4b6b13", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:dcabc753b8f94f205a5789e1002762bf925bccba78f81006577b4dfe4447e69a", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:2d9bc164872c547b324c28ace5989223074cb9afd92853a6f56d652a04c6d494", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:b9cf121de803376d21cf971181d5f183b6d9d0be20a7d1dbbbff4834f951ac1d", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:41015e7118f63f54987554f279679c09e61af6d39ed6d329363d408df6e2d94b", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:c63ddd775f40778f108ac698d8dec07a4d492c86494cc5ac58a7455249896e24", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:3c15ed36a0e8f5323d71fc061a25aebf4604ffb2ec21ba56ba0ee8c972203c31", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:19ea6f5d96cdaf706855b34d0b42e4c4cc325b058da3ea0789fdf844e5b03c20", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:1f26895762f6436d139b0bbdae0e778b76c1870e5ec2a70c9805fefa8843b7cf", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:99360124d5f6a6e58d1df9809e66d0afa1304a2f07ceb9049a8cced7d4bde9b8", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:96ac0006d65fd04b20c7d2347331577aa0f2518ee61bd14f66b0850051e600be", "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:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:b1bbd358f24d0d3f5b7eaae8549634a358486deff8e23e73a08029ea5a200897", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:a8af648958d994224fa0185187a1f7fac36dcd2f9860568443adde7cf69514cc", "enabled": 1 } }, "rhev": { "100": { "checksum": "sha256:c13ea35a73a74cff6ad06dab0c984564c50a3c0782999f10e30f84e2cc9db35d", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:eca0b3bcf2637ca132d57b7727481afe218bd195fc65b36bdd836fc1d8f49a10", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:3982604acb7748d747b3f053e494c102ab8af57aec179e5b220e458f9a7cd961", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:39c3eb7f52273ce88f976c82dacc3a0278c02948e63b940e1217a1685c71fee8", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:39f15722a115b11064c20b8bc2758e8fe06531a8f923ea00a3e7079a0554e3d6", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a6b6e0522240e083fff4f7d32223412f4bf9a757a681e1a78b000aed9c873a22", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:797fe308799dbc2437aa2f51349a5ad2edad09f73fad4ebf0fe610707fedab1b", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:170ec5c46d75ab5e0a7000fbb43e113d1009c02c67cff95efdd50f10254a065e", "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 } }, "rshd": { "100": { "checksum": "sha256:64c6c9c48250a48603474683d04eb4690cbca659b2f7df54843b395bd591421e", "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:00f3e6f9de99ee493e245b3c2df0167aaefef63863257785aab44152e2994a37", "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:009711c0e094f34b06bd2b63e5c874e8fe2a135447c687c0a3d8950ebf48ad2b", "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 } }, "smokeping": { "100": { "checksum": "sha256:4f5f2ec60be7d6c6e69be582b34db6cf167bc902a129543f22f3dd3d5e9b0e12", "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:730fdb951fc5903ac384e8f9ea40fdd4d78ac61906fa3057496ea690233bb3d1", "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 } }, "sysadm": { "100": { "checksum": "sha256:ff6d223e060061cde89544ea0b849c07e5e52b3b1c0aaf24a90f766b908b0572", "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:11c0be1462f28c928c950bd5fb59e6b78539e3aa9a9cf1dc2e5f34baf39dfb0f", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:8ffb5712bc861ac7bf7ff1ce80c7460c6b9d18f05d315109b298047d65fde160", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:f783db19a42b2eaeb812750d9e19a3e08d3b6c1c66f5b372db4815a8ab0501ec", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:f5765f8a7d36e42e9fa253c3d2dd77f0409372fe740a1ff01ff4f91066a4d5c0", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:3bfe4bafe3dfdc4272396e27fb4a61d934f07c2e58b8db9f6fdcdf06fe1c0925", "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 } }, "tlp": { "100": { "checksum": "sha256:ea9bd1b71a20d1f958f810ddd94461759c837d8d83beaf74bb4744fae0b8563b", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:ca4008994520fbb440db5cc902d328639a5ce9b2de2b04a243c3877e37770387", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:11d2231fa4532ca4a956a74c8395ace40a74d0a960b049e448b435496ce628d3", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:253d87020d97087ff647fcdf57ce8b88fa6575b4884a842371477c2ffa62bd37", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:63846a75214d60613198a5609cccb74150ed93abe971008d29f3fac4effd2178", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3befcf83ade571f2ba648d05de2f0c8cd4a6034c20df60390e2c6621dfaa98b8", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:991ee9601fb8c661434f8b1ad558ee0cfd9880cb10945ffcc00e46bc665891a5", "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:d49ecea49586eb81b583e155a507b07ce90123b31f23de8721dbfb397fc90219", "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:ce2b5d59521875e3874cb0da310c3e17a73b6039c5377eb9aabbb5e153daff96", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:b410d1fcfd6557bc01e39b089680881e2dbcf2edc66179a94a7a248770d5b037", "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:3a2cc24d1950cf636541e047be9a323fa36f31a0e202d694c720600bdfc501ec", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fdfaeec1231cbc6a8fe1366d3d619221199fc669b52c88f78a318dc25b3be448", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:7f305e00748ff82c9800d6e7828d7335b95f677a7b5f77422f3000b450b08ecb", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:9d883b74673ee8481fc07ff8458f40935cea1c6d435fec501a6f7c02d535b961", "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 } }, "vnstatd": { "100": { "checksum": "sha256:38c867c33443236998cf6e6580f7252cbe422837112d6a435682f20add719045", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:6552994eb88154f5adf2f8bed8fef92e80fec9cd21953e8a49967c043673f47d", "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:dcdb0ffe9b4ffc18f3d3c1e6b81e7dcd18ef81b771b50f120d72af547df6c52f", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:d074aae94e58e5eb87ccc17a5b8fd3daa69ae395c847123445b51b5d6bf1c330", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:edfd0c09452a1977031c520579d31b583b5203912ae6abb5944d5eeba0533a04", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:0d3f1c7551f7d41460431d1b5a07ca8b345b7f008fd117eaf80b97ffa0ba364c", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9a4972b9fd4d16e5a2199fa84c97cd69898aa6bd431c3b988f4a988498ba8c8d", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:3aa879c28a994a8e584ec959862570b5d22e879623f1389c0accfe0ff954899a", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Friday 21 March 2025 19:15:33 -0400 (0:00:03.088) 0:02:55.613 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Friday 21 March 2025 19:15:33 -0400 (0:00:00.185) 0:02:55.798 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Friday 21 March 2025 19:15:34 -0400 (0:00:00.068) 0:02:55.866 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Friday 21 March 2025 19:15:34 -0400 (0:00:00.107) 0:02:55.974 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Friday 21 March 2025 19:15:34 -0400 (0:00:00.067) 0:02:56.042 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Friday 21 March 2025 19:15:34 -0400 (0:00:00.056) 0:02:56.098 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Friday 21 March 2025 19:15:34 -0400 (0:00:00.058) 0:02:56.156 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 21 March 2025 19:15:34 -0400 (0:00:00.060) 0:02:56.217 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:15:34 -0400 (0:00:00.184) 0:02:56.402 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:15:34 -0400 (0:00:00.088) 0:02:56.490 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:15:34 -0400 (0:00:00.056) 0:02:56.547 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:15:34 -0400 (0:00:00.107) 0:02:56.655 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:15:34 -0400 (0:00:00.075) 0:02:56.730 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:15:34.892356", "stop": "2025-03-21 19:15:36.893610", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:15:36 -0400 (0:00:02.046) 0:02:58.777 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:15:36 -0400 (0:00:00.047) 0:02:58.824 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:15:37 -0400 (0:00:00.057) 0:02:58.882 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:15:37 -0400 (0:00:00.067) 0:02:58.949 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:15:37 -0400 (0:00:00.427) 0:02:59.377 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:15:37 -0400 (0:00:00.071) 0:02:59.448 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:15:37 -0400 (0:00:00.070) 0:02:59.519 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:15:37 -0400 (0:00:00.069) 0:02:59.588 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:15:37 -0400 (0:00:00.068) 0:02:59.657 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:15:37 -0400 (0:00:00.154) 0:02:59.812 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:15:38 -0400 (0:00:00.066) 0:02:59.878 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:15:38 -0400 (0:00:00.085) 0:02:59.964 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:15:38 -0400 (0:00:00.065) 0:03:00.030 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:15:38 -0400 (0:00:00.064) 0:03:00.095 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:15:38 -0400 (0:00:00.070) 0:03:00.166 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:15:38 -0400 (0:00:00.066) 0:03:00.232 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:15:38 -0400 (0:00:00.084) 0:03:00.317 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:15:38 -0400 (0:00:00.059) 0:03:00.376 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:15:38 -0400 (0:00:00.077) 0:03:00.454 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:15:38 -0400 (0:00:00.061) 0:03:00.516 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/bogus.yml" ], "delta": "0:00:00.005310", "end": "2025-03-21 19:15:38.974902", "rc": 0, "start": "2025-03-21 19:15:38.969592" } 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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:15:39 -0400 (0:00:00.390) 0:03:00.906 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Friday 21 March 2025 19:15:39 -0400 (0:00:00.192) 0:03:01.098 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Friday 21 March 2025 19:15:39 -0400 (0:00:00.039) 0:03:01.138 ********** ok: [managed-node1] => { "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 -.mount systemd-journald.socket basic.target \"system-podman\\\\x2dkube.slice\" sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "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": "3110907904", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Friday 21 March 2025 19:15:39 -0400 (0:00:00.582) 0:03:01.720 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598887.1830976, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f8266a972ed3be7e204d2a67883fe3a22b8dbf18", "ctime": 1742598886.6800933, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 230686925, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742598886.423091, "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": "1787957744", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Friday 21 March 2025 19:15:40 -0400 (0:00:00.433) 0:03:02.154 ********** changed: [managed-node1] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/bogus.yml" ], "changed": true, "failed_when_result": false } STDOUT: Pods stopped: b10a03f9ac957892ce0ff2174e3556852bc8ce3ee297280c729647ab6e69c1a5 Pods removed: b10a03f9ac957892ce0ff2174e3556852bc8ce3ee297280c729647ab6e69c1a5 Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Friday 21 March 2025 19:15:40 -0400 (0:00:00.562) 0:03:02.716 ********** changed: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Friday 21 March 2025 19:15:41 -0400 (0:00:00.376) 0:03:03.093 ********** changed: [managed-node1] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.030322", "end": "2025-03-21 19:15:41.583749", "rc": 0, "start": "2025-03-21 19:15:41.553427" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Friday 21 March 2025 19:15:41 -0400 (0:00:00.442) 0:03:03.535 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:15:41 -0400 (0:00:00.076) 0:03:03.611 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:15:41 -0400 (0:00:00.046) 0:03:03.658 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:15:41 -0400 (0:00:00.112) 0:03:03.770 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:15:41 -0400 (0:00:00.040) 0:03:03.811 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Friday 21 March 2025 19:15:41 -0400 (0:00:00.038) 0:03:03.850 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Friday 21 March 2025 19:15:42 -0400 (0:00:00.041) 0:03:03.891 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Friday 21 March 2025 19:15:42 -0400 (0:00:00.060) 0:03:03.951 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Friday 21 March 2025 19:15:42 -0400 (0:00:00.061) 0:03:04.013 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:291 Friday 21 March 2025 19:15:42 -0400 (0:00:00.104) 0:03:04.118 ********** included: fedora.linux_system_roles.podman for managed-node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 21 March 2025 19:15:42 -0400 (0:00:00.162) 0:03:04.280 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 21 March 2025 19:15:42 -0400 (0:00:00.112) 0:03:04.392 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 21 March 2025 19:15:42 -0400 (0:00:00.130) 0:03:04.523 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 21 March 2025 19:15:42 -0400 (0:00:00.045) 0:03:04.568 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 21 March 2025 19:15:42 -0400 (0:00:00.044) 0:03:04.613 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 21 March 2025 19:15:42 -0400 (0:00:00.044) 0:03:04.657 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 21 March 2025 19:15:42 -0400 (0:00:00.044) 0:03:04.701 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (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-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 21 March 2025 19:15:42 -0400 (0:00:00.088) 0:03:04.790 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 21 March 2025 19:15:43 -0400 (0:00:00.810) 0:03:05.600 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 21 March 2025 19:15:43 -0400 (0:00:00.040) 0:03:05.641 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 21 March 2025 19:15:43 -0400 (0:00:00.046) 0:03:05.688 ********** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 21 March 2025 19:15:43 -0400 (0:00:00.040) 0:03:05.728 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 21 March 2025 19:15:43 -0400 (0:00:00.110) 0:03:05.839 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 21 March 2025 19:15:44 -0400 (0:00:00.040) 0:03:05.880 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.023391", "end": "2025-03-21 19:15:44.341984", "rc": 0, "start": "2025-03-21 19:15:44.318593" } STDOUT: podman version 5.4.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 21 March 2025 19:15:44 -0400 (0:00:00.386) 0:03:06.266 ********** ok: [managed-node1] => { "ansible_facts": { "podman_version": "5.4.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 21 March 2025 19:15:44 -0400 (0:00:00.044) 0:03:06.310 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 21 March 2025 19:15:44 -0400 (0:00:00.042) 0:03:06.353 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Friday 21 March 2025 19:15:44 -0400 (0:00:00.041) 0:03:06.394 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 21 March 2025 19:15:44 -0400 (0:00:00.062) 0:03:06.456 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Friday 21 March 2025 19:15:44 -0400 (0:00:00.082) 0:03:06.539 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 21 March 2025 19:15:44 -0400 (0:00:00.099) 0:03:06.639 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:15:44 -0400 (0:00:00.172) 0:03:06.811 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:15:44.973923", "stop": "2025-03-21 19:15:46.975226", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:15:47 -0400 (0:00:02.043) 0:03:08.855 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:15:47 -0400 (0:00:00.047) 0:03:08.903 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:15:47 -0400 (0:00:00.046) 0:03:08.950 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:15:47 -0400 (0:00:00.058) 0:03:09.008 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:15:47 -0400 (0:00:00.373) 0:03:09.382 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:15:47 -0400 (0:00:00.042) 0:03:09.424 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:15:47 -0400 (0:00:00.042) 0:03:09.467 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:15:47 -0400 (0:00:00.041) 0:03:09.509 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:15:47 -0400 (0:00:00.042) 0:03:09.551 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:15:47 -0400 (0:00:00.041) 0:03:09.593 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:15:47 -0400 (0:00:00.040) 0:03:09.634 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:15:47 -0400 (0:00:00.112) 0:03:09.746 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:15:47 -0400 (0:00:00.043) 0:03:09.789 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:15:47 -0400 (0:00:00.042) 0:03:09.832 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 21 March 2025 19:15:48 -0400 (0:00:00.041) 0:03:09.873 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Friday 21 March 2025 19:15:48 -0400 (0:00:00.048) 0:03:09.922 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 21 March 2025 19:15:48 -0400 (0:00:00.073) 0:03:09.996 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 21 March 2025 19:15:48 -0400 (0:00:00.040) 0:03:10.037 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Friday 21 March 2025 19:15:48 -0400 (0:00:00.040) 0:03:10.077 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 21 March 2025 19:15:48 -0400 (0:00:00.073) 0:03:10.151 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 21 March 2025 19:15:48 -0400 (0:00:00.041) 0:03:10.192 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Friday 21 March 2025 19:15:48 -0400 (0:00:00.122) 0:03:10.315 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Friday 21 March 2025 19:15:48 -0400 (0:00:00.077) 0:03:10.393 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Friday 21 March 2025 19:15:48 -0400 (0:00:00.041) 0:03:10.434 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Friday 21 March 2025 19:15:48 -0400 (0:00:00.042) 0:03:10.476 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Friday 21 March 2025 19:15:48 -0400 (0:00:00.079) 0:03:10.556 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Friday 21 March 2025 19:15:48 -0400 (0:00:00.059) 0:03:10.616 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Friday 21 March 2025 19:15:48 -0400 (0:00:00.065) 0:03:10.682 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Friday 21 March 2025 19:15:48 -0400 (0:00:00.063) 0:03:10.745 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Friday 21 March 2025 19:15:48 -0400 (0:00:00.067) 0:03:10.813 ********** included: fedora.linux_system_roles.firewall for managed-node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 21 March 2025 19:15:49 -0400 (0:00:00.201) 0:03:11.014 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 21 March 2025 19:15:49 -0400 (0:00:00.071) 0:03:11.086 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 21 March 2025 19:15:49 -0400 (0:00:00.054) 0:03:11.141 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 21 March 2025 19:15:49 -0400 (0:00:00.067) 0:03:11.209 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Friday 21 March 2025 19:15:49 -0400 (0:00:00.069) 0:03:11.279 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Friday 21 March 2025 19:15:49 -0400 (0:00:00.105) 0:03:11.384 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Friday 21 March 2025 19:15:49 -0400 (0:00:00.070) 0:03:11.455 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Friday 21 March 2025 19:15:50 -0400 (0:00:00.771) 0:03:12.227 ********** skipping: [managed-node1] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Friday 21 March 2025 19:15:50 -0400 (0:00:00.053) 0:03:12.281 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Friday 21 March 2025 19:15:50 -0400 (0:00:00.066) 0:03:12.347 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 21 March 2025 19:15:50 -0400 (0:00:00.180) 0:03:12.528 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Friday 21 March 2025 19:15:50 -0400 (0:00:00.038) 0:03:12.566 ********** skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Friday 21 March 2025 19:15:50 -0400 (0:00:00.047) 0:03:12.613 ********** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ActiveEnterTimestampMonotonic": "329744156", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket dbus-broker.service basic.target polkit.service system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-03-21 19:14:01 EDT", "AssertTimestampMonotonic": "329491101", "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": "463068000", "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": "Fri 2025-03-21 19:14:01 EDT", "ConditionTimestampMonotonic": "329491098", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4936", "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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainHandoffTimestampMonotonic": "329520988", "ExecMainPID": "11103", "ExecMainStartTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainStartTimestampMonotonic": "329493804", "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=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; 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": "Fri 2025-03-21 19:14:01 EDT", "InactiveExitTimestampMonotonic": "329494274", "InvocationID": "16623fae527842cc9fd271100c4f9771", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11103", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3105427456", "MemoryCurrent": "33955840", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34217984", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2025-03-21 19:14:01 EDT", "StateChangeTimestampMonotonic": "329744156", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Friday 21 March 2025 19:15:51 -0400 (0:00:00.527) 0:03:13.141 ********** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ActiveEnterTimestampMonotonic": "329744156", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket dbus-broker.service basic.target polkit.service system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-03-21 19:14:01 EDT", "AssertTimestampMonotonic": "329491101", "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": "463068000", "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": "Fri 2025-03-21 19:14:01 EDT", "ConditionTimestampMonotonic": "329491098", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4936", "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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainHandoffTimestampMonotonic": "329520988", "ExecMainPID": "11103", "ExecMainStartTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainStartTimestampMonotonic": "329493804", "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=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2025-03-21 19:14:01 EDT] ; stop_time=[n/a] ; pid=11103 ; 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": "Fri 2025-03-21 19:14:01 EDT", "InactiveExitTimestampMonotonic": "329494274", "InvocationID": "16623fae527842cc9fd271100c4f9771", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11103", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3107028992", "MemoryCurrent": "33955840", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34217984", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2025-03-21 19:14:01 EDT", "StateChangeTimestampMonotonic": "329744156", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Friday 21 March 2025 19:15:51 -0400 (0:00:00.555) 0:03:13.696 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 21 March 2025 19:15:51 -0400 (0:00:00.064) 0:03:13.761 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Friday 21 March 2025 19:15:51 -0400 (0:00:00.043) 0:03:13.805 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Friday 21 March 2025 19:15:51 -0400 (0:00:00.040) 0:03:13.846 ********** ok: [managed-node1] => (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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Friday 21 March 2025 19:15:52 -0400 (0:00:00.536) 0:03:14.383 ********** skipping: [managed-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Friday 21 March 2025 19:15:52 -0400 (0:00:00.096) 0:03:14.479 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Friday 21 March 2025 19:15:52 -0400 (0:00:00.109) 0:03:14.588 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Friday 21 March 2025 19:15:52 -0400 (0:00:00.066) 0:03:14.655 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Friday 21 March 2025 19:15:52 -0400 (0:00:00.170) 0:03:14.826 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Friday 21 March 2025 19:15:53 -0400 (0:00:00.065) 0:03:14.891 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Friday 21 March 2025 19:15:53 -0400 (0:00:00.064) 0:03:14.956 ********** skipping: [managed-node1] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Friday 21 March 2025 19:15:53 -0400 (0:00:00.088) 0:03:15.044 ********** 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-node1 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Friday 21 March 2025 19:15:53 -0400 (0:00:00.154) 0:03:15.199 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Friday 21 March 2025 19:15:53 -0400 (0:00:00.068) 0:03:15.268 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Friday 21 March 2025 19:15:53 -0400 (0:00:00.049) 0:03:15.317 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Friday 21 March 2025 19:15:53 -0400 (0:00:00.073) 0:03:15.391 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Friday 21 March 2025 19:15:53 -0400 (0:00:00.110) 0:03:15.501 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Friday 21 March 2025 19:15:53 -0400 (0:00:00.051) 0:03:15.553 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Friday 21 March 2025 19:15:53 -0400 (0:00:00.052) 0:03:15.606 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Friday 21 March 2025 19:15:53 -0400 (0:00:00.045) 0:03:15.651 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Friday 21 March 2025 19:15:53 -0400 (0:00:00.046) 0:03:15.698 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Friday 21 March 2025 19:15:54 -0400 (0:00:00.795) 0:03:16.493 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Friday 21 March 2025 19:15:54 -0400 (0:00:00.072) 0:03:16.565 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Friday 21 March 2025 19:15:55 -0400 (0:00:00.781) 0:03:17.347 ********** skipping: [managed-node1] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Friday 21 March 2025 19:15:55 -0400 (0:00:00.041) 0:03:17.388 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Friday 21 March 2025 19:15:55 -0400 (0:00:00.040) 0:03:17.429 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Friday 21 March 2025 19:15:55 -0400 (0:00:00.041) 0:03:17.470 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Friday 21 March 2025 19:15:56 -0400 (0:00:00.853) 0:03:18.323 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Friday 21 March 2025 19:15:56 -0400 (0:00:00.113) 0:03:18.437 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Friday 21 March 2025 19:15:56 -0400 (0:00:00.039) 0:03:18.476 ********** ok: [managed-node1] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Friday 21 March 2025 19:15:56 -0400 (0:00:00.050) 0:03:18.527 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Friday 21 March 2025 19:15:56 -0400 (0:00:00.039) 0:03:18.566 ********** skipping: [managed-node1] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Friday 21 March 2025 19:15:56 -0400 (0:00:00.040) 0:03:18.606 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Friday 21 March 2025 19:15:56 -0400 (0:00:00.039) 0:03:18.645 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Friday 21 March 2025 19:15:56 -0400 (0:00:00.055) 0:03:18.701 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Friday 21 March 2025 19:15:56 -0400 (0:00:00.039) 0:03:18.740 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Friday 21 March 2025 19:15:56 -0400 (0:00:00.039) 0:03:18.780 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Friday 21 March 2025 19:15:56 -0400 (0:00:00.059) 0:03:18.840 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Friday 21 March 2025 19:15:57 -0400 (0:00:00.063) 0:03:18.903 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Friday 21 March 2025 19:15:57 -0400 (0:00:00.065) 0:03:18.969 ********** ok: [managed-node1] => (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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Friday 21 March 2025 19:15:57 -0400 (0:00:00.721) 0:03:19.690 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Friday 21 March 2025 19:15:57 -0400 (0:00:00.085) 0:03:19.775 ********** ok: [managed-node1] => { "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:279678024eb3fbbe028ee9c1214ac293890d4afdb0b95d3b88cc4e47eb989bd5", "enabled": 1 } }, "aiccu": { "100": { "checksum": "sha256:a8c89b73668f90f46b47ac6ba8f5f0cdda0a6f5551cd7c23d5b3a7319f99efbd", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:2c755ff2bfe3f383ea8c258fd52b7cabee97eae67970aa3cd07082338122b333", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9d3540bc177cb2bce4a71ad4eada807d857332a2a5d95451cfd7400bad7b9a55", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:096c7e1737ff6b3c945a70e277083caff25c6502dde9883d54a44f395e7241d4", "enabled": 1 } }, "amtu": { "100": { "checksum": "sha256:855ebc27b8c768429955392a63bf0e917a003c59f2c557f4332486d8877bb013", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:4b921c9cb165ace187da7e6c5a17113ba0f7be0855645937a2cd1f098d544670", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:a3a523b825c94940a0270d2cf3c07ca0950ba37bdb26b96c77fefdc9e85fa8ad", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7a3a73cfa2fb3d90dd958be2bccd9d281baca95d996b1414e55f44e69b5c332e", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:dfb64b036e8a8414452cc17c3033acc4e0a0f6c16e46f192279d4c6ecdcdfae4", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:0238020714819d661e580ca114750af2b886b5cc69e6f579e5c6b4a45d562eff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:573bcf3a234986104937694eaa17a33d539451174044bb8e25ddeb89326ca284", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:a56e7cdb72134c76ed04f77842e05086711c085b9cdd6f4ff491cf6043bc7cc2", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:53ece8197a0d66b11a99bde9f950320c813780cad16403678b9885a548c3c6d6", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:1604b2e4c15a774b0e7c0c5088e2eb482478fa357f00800507811a114f4aba81", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:96f33e66bc8d724467e2c2bc46959b26eee7c6d17c76c6633a6cf1eca1883ae1", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:31b2f3f4b64b01e2c173a58801f7835e7d00a924a48b029c1d8d754603da211e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:cacc3e227d14b33c01002600491c4c1abca2df7fc537c8e969151909f40c78da", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:81e2981be514a4015463385393ddd89d3b51218eea1fd49523650e74034e969f", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:8fc95dd14a430f6461e1bf9cfe2a0f4e4e5df7f072aa9c41b63e85a00b844d47", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:126444a5e5e36d9aee4726dabb30da252cbc75ef3faaf2a90643503c6f390646", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "sha256:dd68c06c76cc652c14513d96c0c1fb4dc1547ec0c51ba779fec9fe2afdf86c50", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4ae82ef212e71cebdc3882b8fca34a9246e83080a7aead8c8690fc13327f8c45", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:33f32950a378d5a8dd34ca22d22e2954e392b583b46c6afbaa962def722d7b2b", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:998af8c73e85f25be8a3da8b187953f0aa7f1d4e67713405f88083c0a48182c1", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:957d178cc482a2c8190bcbe338c22db1e2b13253fc3337d365b523807953e4b1", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:1475803363410e043183972af0b2987fb187efb9f961c2cdb95c80c710a12f16", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:5d5a7131788e379d75b383dce1a5780e83375281b0b73b2665318779e0944996", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:b79650caf6f3dbd9ca2b81cb6eba85a72487775b4c24917be2374cf186ec46c8", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:a46191594d0abd3e7e3b75e40b50469bea6b3f1f36a8501bb0c692f84fb3b8c3", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:14dbc6e633336534e9f181b056fc6cb9359745f536858f46621e1007b1cf56f3", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:cfa9a6744ec3472c0658b2e714612b8369f3fd96cd1e095e65af1641825c4b0a", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:34f6bee170c8980d3884f2f3502d3030b1971a73a434c8bada85693d5a81a62e", "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:9f6dce4031aa8fa6a0181e7eb3eb0174e8f50f7c4421c04063726786f47c311e", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:b6923c6e28df09a42f40b088636cef073b54d5228f3b456d4df1ca2a65130028", "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 } }, "cobbler": { "100": { "checksum": "sha256:3172786066cbe5586a26d93c4a28a250f466277939fa6bdb393c85b511da0eb2", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:f92ef0e2d2233e04de10a0dc3b7765d16662209a5bdb4d00c26ec2e255619add", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:8b3ecb15887e1ef65fc39b5455cc63065cfaa14a3cdf2cd74612b1d4530e6a7c", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:af49721d5aa39e5038f7ba4515989f5672a77c93a7538c1c5461b655c699432f", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:54c29ad9eea717959a50a029e3c735670c1b06cbf0f45d72efbc0ddbba80c260", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:67d5b3cbb35089151abe36042c91f1ecb49d72150f6f9d2d6b82ed6e75cf8779", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:88942d6f32b10dcf2a8bb88a03b1a28973046f48d88826d7c037e5f715174620", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:43697ff520be41d687a7beb9fc0b502f66a75954607aa43849d66adf7624e8ec", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:4eb2b986ec33c813ff1a5dcce3839afdd562548f6f669299f4bf26bc9ec14e8e", "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 } }, "cpufreqselector": { "100": { "checksum": "sha256:039573cc4ec4aa72481681d05a64cd42b31a453d675237b7f2674475eef1dd66", "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 } }, "cvs": { "100": { "checksum": "sha256:b27396babd215fe9243b9eeb004c0a623ac1e1e96d48d9b0fc0429c4900d3622", "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:2d9d4209aeeb6954c305dc80ecefde8dab2cdf07478803f613565f7b3a5a1dd3", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:0b9238c17d536715575f59bfecc12b9bd073684e5b1d11f91a6af7e59da196cb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:349f0966a8da0a22ae2a6fc56fb9d371e1db3a226b30662d052ae3848c94deb4", "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 } }, "dnssec": { "100": { "checksum": "sha256:5e9c372fed1cb78d65885dc9e41addf11565048afda403d0a6d82865b16835c4", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:0cc660a1b635ade2d820724cd99b7e7b6f544b236b3513ea99b1ab61afec762d", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:769c06dc788c84149e2ff909d104c5f65a48d465d70211d8596cbdb6eadeeeb3", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:15e28eeeb11271e1d8305d944fdb9d79b88978e2fe3d336893fa6db6b5d42e37", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:4f07c7e98ec90c7f0a9d92c8253c9c417989fa12b5b0408490fdfe0d7ead47d3", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:a08b5e84ad816aea799b6a04187dc22d718bcaa3c201e2f910fbb5e4953e6864", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "sha256:5232d771b8040e161cb5dc3009f5efea10b4cb1df2d2c1e4bbe8175cde059c2d", "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 } }, "gdomap": { "100": { "checksum": "sha256:606de1ee195ffeb367a3c5735b3a8555a9b218a7f7c4815341bff9884431a79d", "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:46e12aaa89187852ba210cb8a087729b7958f1778139968380e45063da83dec1", "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 } }, "hddtemp": { "100": { "checksum": "sha256:0c6863321487399a1ac195be22cc888ee1d792272df7a9b92b5b94f9bd47edb8", "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:e3b1deaf03565215d473b463c011f65af60cf03f892a0420fccd1e7cc76afadc", "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:9d8aeb60af226e148fe288a11bf8337799798edb08889f77e4c458a0d5c177a4", "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:d2e1445f7798adb7dd5fbad71c3881ac0f7fca6f23a16e1be61402d04eca5a9e", "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:2dc67f899f5dd455cf65f508da5f9e2fc533d50d300e2fd0b2caa0e7a30270e0", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:2003cd2c3afecd527e87fef990ecb9998c55e4280cc29b965ab9427918b5ff84", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:3a5460fc695fee8e9c217cfb6f0d1f9f512c68dd5d28312d8b7ebcd55aef84b0", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:e1f3d4c815a42a1df7053a74f99b32313a7c2238d7491c1ce27ddd09152bce39", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:baa46336bdfbd1824a7abe0dc1a9f4d98747f3e546f869cb4442a8973b5bbe32", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "sha256:6caef6899cadb5c3bbbbd17e0f6e888e89b010366c9704d65372e1abffd25f20", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:98c05b22e5727092970a318b9044b14eda8c8a49f682d49b80bb58a88721f20c", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:a9d54d0cdd1cb032c421986cc3d3f203d0a19073b7bafe1356e83f33e7877d88", "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:c4761aa38e9cf98e601e2c51f37ef76101481d32ef1c06e3ef11b915c03d7993", "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 } }, "lttng-tools": { "100": { "checksum": "sha256:a04c23beadb8e34521dd1da194266459c43733292d13ad54220e482119708024", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d01957f81122db62b0bf85935652417f8e387f477b60f6f32e1a4c0ad1050722", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:751d0613407268b18a7bbaf4cdaaf3e4bb45624f09ff27cf908018167fb93b1b", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:36d2e6aec0dc93461fa35e68b8ed17c48f2269017602eab96edc47f87ffa3f28", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:500911ac4c30a2d4e093ff4f52e9cd59fc55b669e565fca1e8af9453e16a9828", "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 } }, "milter": { "100": { "checksum": "sha256:7e833bcc3c5fb699a40b9dbfbdd17acdb25255632503f0aeada21641d0a3c2ff", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:86b0f09eeae6858e8dc3092d841e03a3b1f84fee4e5afe792910ffb18611b3ea", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:17fd8806b4ccf9c9091e64bcb81707e1aa4b25444b311f39b716ad010b607dc6", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:544a2a1d77e86d698d4fc7a06a704515fc0f88f57bc3490cdda59cf530e83aa1", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:559f540b2d992290c722920d8babb9b32780b86ff6fb109bc75b1745593bd2e6", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:cd27a2ddd4e3147a70311c334bf137107973b917af9bddab0aa19c74bde11091", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:fd0e1c626359906315e9e4523c2b3a2e49cfcee101a76db4d07409795fa6ee48", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:e2f4c4ed2a9ddc16d4aa71ccd77a66445eda6836a4c41cfe0765c88f5726e44a", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:beb2fe6bc1ad07f59cd052d7ecb5095a9f0bf5f85ab01f8abc7d295545883d64", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:3d532479ef0cacbd2b22ff72ae714d52ed945343f054b9a78b8306f8fa1df64f", "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 } }, "mplayer": { "100": { "checksum": "sha256:9e0daf6047f3a37642952ada62d45ebbda76407c8dd1d7d05b6774d5a71776df", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:9531a85d2e40c8ee4c2ac3765d587184e3696d188d413e8d5e4365fe44472ee0", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:13b5559cd00f464279f6602ac272bc77c85ab4d8b088747e7d21ef1daa75147b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:c3bf8b0536cc2de22efb75ed39ca661749371652d08ee4c4dc8885bdd823f1b3", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:2f117db07ab5a49aae05bc5ffc1fb1603637a50e0bf6bc34efea6262be945d11", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:02e7c1900c48f9080456a4f66d36053dec25ea0a3d30849b1b5524a8cb19691f", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:e7925b19cc41e810e79e7706910eaf24be550f5d8dbb64fa1e033e8f5265e466", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:ce22f08b95cbd4418ceb06b45902ee0e5e37badb2fc45a2263d9c31f4dc8b8d7", "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:cd0c6c047c2eed61f55c72bd5182fead1a86773fcd1402347db74d98305fb862", "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 } }, "nsd": { "100": { "checksum": "sha256:4647f70fa0afcbbf6ac55d058fd1b0564f34f94984702c785075b5914a399fe1", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:1fbc1e4a727baa08fe3634251cfa552818703d16d45ce5250bda6ba8b2cc7288", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:2dfbdc3a5a92f2f5be3e4478df5b4a609272596867b19a3e2c4fbc1508ea7766", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:f2f51d3ff350cafbc5fb28afbbe58b8743e90b566c6fe862dc8e5d96098f6700", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8ded7f9973279ad47a63cf063eed5ff9f07a9d195699a1c639557041a00a3c79", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:8ea9d29b05734290b0d7ec5db20ee1841a13a75eb74f1300ed6fc7ded071e56c", "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 } }, "openct": { "100": { "checksum": "sha256:6d9cda58c52eb467637a63018bddf899699be6eea443bc14a2d40d24a53731c9", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:2bdea01224b603018cc2b9ac6b8dbd572fa7629165ab0db21effaa6d7ec07bee", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:f58fc23645097c7faabdb3f4b8cf75a7e4fb20ec6d07eb40bcadce2f290d3dc4", "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 } }, "openvpn": { "100": { "checksum": "sha256:5d9026d4adc2a8583c3fa389ec513687edcdb936e2e8bf81386245a8a6109073", "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:71de1092e2d8484958efd65a78b93f2cb7d1e790278d4bb3c88b0d5dee6045b3", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:24245fa0475a2288824322a48fc24aca60779685cb03e311b6bfbf1256366df3", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:db0ffc3911ff5657065b4de6fbdb26f04150ecff3c46fff66076856c831376d8", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:f9dc6149a9d438c34dd75cf9a58954e51ece47d1e6b201d04c6f93d25d877219", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:be46e2e5016783bcbd1b6121c16dac420ad84599fbc9ab03cef6e73c635491cb", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:36f7ab1582be93e02bbdc834ccc247cc4e38789758beab56dae383c975329335", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:67eba482a5bbd24a02c8d27ebe519f33201b3ce79aa2ae5216e8388b842427e4", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:a3d7fd224d89deb2a5052e5949258f4846eec9395136403c55c107e04e90a785", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:e8cad5b42141d2ec77e6a439d0d9c35fddb52f8915bc43f07b60d9531fb77a69", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5450ee371c78bed8bf0ec1c19145111158f8208dc8c259f014f4eaa2880f657e", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:fc7c8fc49fc2673212c86595653f9f491456a7877988f7ffabea0e6d9b91eee1", "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 } }, "postgrey": { "100": { "checksum": "sha256:10aa26d584dd36c76612a6e9a61ce47ea3d306610f1bb45e8078f4e1de92de9d", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:1925b8e054a2d83ceba75edc2ad4afeffef707844f07a4d41c1d0e656d4b6b13", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:dcabc753b8f94f205a5789e1002762bf925bccba78f81006577b4dfe4447e69a", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:2d9bc164872c547b324c28ace5989223074cb9afd92853a6f56d652a04c6d494", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:b9cf121de803376d21cf971181d5f183b6d9d0be20a7d1dbbbff4834f951ac1d", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:41015e7118f63f54987554f279679c09e61af6d39ed6d329363d408df6e2d94b", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:c63ddd775f40778f108ac698d8dec07a4d492c86494cc5ac58a7455249896e24", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:3c15ed36a0e8f5323d71fc061a25aebf4604ffb2ec21ba56ba0ee8c972203c31", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:19ea6f5d96cdaf706855b34d0b42e4c4cc325b058da3ea0789fdf844e5b03c20", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:1f26895762f6436d139b0bbdae0e778b76c1870e5ec2a70c9805fefa8843b7cf", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:99360124d5f6a6e58d1df9809e66d0afa1304a2f07ceb9049a8cced7d4bde9b8", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:96ac0006d65fd04b20c7d2347331577aa0f2518ee61bd14f66b0850051e600be", "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:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:b1bbd358f24d0d3f5b7eaae8549634a358486deff8e23e73a08029ea5a200897", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:a8af648958d994224fa0185187a1f7fac36dcd2f9860568443adde7cf69514cc", "enabled": 1 } }, "rhev": { "100": { "checksum": "sha256:c13ea35a73a74cff6ad06dab0c984564c50a3c0782999f10e30f84e2cc9db35d", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:eca0b3bcf2637ca132d57b7727481afe218bd195fc65b36bdd836fc1d8f49a10", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:3982604acb7748d747b3f053e494c102ab8af57aec179e5b220e458f9a7cd961", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:39c3eb7f52273ce88f976c82dacc3a0278c02948e63b940e1217a1685c71fee8", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:39f15722a115b11064c20b8bc2758e8fe06531a8f923ea00a3e7079a0554e3d6", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a6b6e0522240e083fff4f7d32223412f4bf9a757a681e1a78b000aed9c873a22", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:797fe308799dbc2437aa2f51349a5ad2edad09f73fad4ebf0fe610707fedab1b", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:170ec5c46d75ab5e0a7000fbb43e113d1009c02c67cff95efdd50f10254a065e", "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 } }, "rshd": { "100": { "checksum": "sha256:64c6c9c48250a48603474683d04eb4690cbca659b2f7df54843b395bd591421e", "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:00f3e6f9de99ee493e245b3c2df0167aaefef63863257785aab44152e2994a37", "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:009711c0e094f34b06bd2b63e5c874e8fe2a135447c687c0a3d8950ebf48ad2b", "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 } }, "smokeping": { "100": { "checksum": "sha256:4f5f2ec60be7d6c6e69be582b34db6cf167bc902a129543f22f3dd3d5e9b0e12", "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:730fdb951fc5903ac384e8f9ea40fdd4d78ac61906fa3057496ea690233bb3d1", "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 } }, "sysadm": { "100": { "checksum": "sha256:ff6d223e060061cde89544ea0b849c07e5e52b3b1c0aaf24a90f766b908b0572", "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:11c0be1462f28c928c950bd5fb59e6b78539e3aa9a9cf1dc2e5f34baf39dfb0f", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:8ffb5712bc861ac7bf7ff1ce80c7460c6b9d18f05d315109b298047d65fde160", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:f783db19a42b2eaeb812750d9e19a3e08d3b6c1c66f5b372db4815a8ab0501ec", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:f5765f8a7d36e42e9fa253c3d2dd77f0409372fe740a1ff01ff4f91066a4d5c0", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:3bfe4bafe3dfdc4272396e27fb4a61d934f07c2e58b8db9f6fdcdf06fe1c0925", "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 } }, "tlp": { "100": { "checksum": "sha256:ea9bd1b71a20d1f958f810ddd94461759c837d8d83beaf74bb4744fae0b8563b", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:ca4008994520fbb440db5cc902d328639a5ce9b2de2b04a243c3877e37770387", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:11d2231fa4532ca4a956a74c8395ace40a74d0a960b049e448b435496ce628d3", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:253d87020d97087ff647fcdf57ce8b88fa6575b4884a842371477c2ffa62bd37", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:63846a75214d60613198a5609cccb74150ed93abe971008d29f3fac4effd2178", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3befcf83ade571f2ba648d05de2f0c8cd4a6034c20df60390e2c6621dfaa98b8", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:991ee9601fb8c661434f8b1ad558ee0cfd9880cb10945ffcc00e46bc665891a5", "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:d49ecea49586eb81b583e155a507b07ce90123b31f23de8721dbfb397fc90219", "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:ce2b5d59521875e3874cb0da310c3e17a73b6039c5377eb9aabbb5e153daff96", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:b410d1fcfd6557bc01e39b089680881e2dbcf2edc66179a94a7a248770d5b037", "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:3a2cc24d1950cf636541e047be9a323fa36f31a0e202d694c720600bdfc501ec", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fdfaeec1231cbc6a8fe1366d3d619221199fc669b52c88f78a318dc25b3be448", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:7f305e00748ff82c9800d6e7828d7335b95f677a7b5f77422f3000b450b08ecb", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:9d883b74673ee8481fc07ff8458f40935cea1c6d435fec501a6f7c02d535b961", "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 } }, "vnstatd": { "100": { "checksum": "sha256:38c867c33443236998cf6e6580f7252cbe422837112d6a435682f20add719045", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:6552994eb88154f5adf2f8bed8fef92e80fec9cd21953e8a49967c043673f47d", "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:dcdb0ffe9b4ffc18f3d3c1e6b81e7dcd18ef81b771b50f120d72af547df6c52f", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:d074aae94e58e5eb87ccc17a5b8fd3daa69ae395c847123445b51b5d6bf1c330", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:edfd0c09452a1977031c520579d31b583b5203912ae6abb5944d5eeba0533a04", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:0d3f1c7551f7d41460431d1b5a07ca8b345b7f008fd117eaf80b97ffa0ba364c", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9a4972b9fd4d16e5a2199fa84c97cd69898aa6bd431c3b988f4a988498ba8c8d", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:3aa879c28a994a8e584ec959862570b5d22e879623f1389c0accfe0ff954899a", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Friday 21 March 2025 19:16:01 -0400 (0:00:03.092) 0:03:22.868 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Friday 21 March 2025 19:16:01 -0400 (0:00:00.046) 0:03:22.914 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Friday 21 March 2025 19:16:01 -0400 (0:00:00.039) 0:03:22.954 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Friday 21 March 2025 19:16:01 -0400 (0:00:00.063) 0:03:23.017 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Friday 21 March 2025 19:16:01 -0400 (0:00:00.064) 0:03:23.081 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Friday 21 March 2025 19:16:01 -0400 (0:00:00.062) 0:03:23.143 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Friday 21 March 2025 19:16:01 -0400 (0:00:00.063) 0:03:23.207 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 21 March 2025 19:16:01 -0400 (0:00:00.063) 0:03:23.270 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:16:01 -0400 (0:00:00.225) 0:03:23.496 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:16:01 -0400 (0:00:00.054) 0:03:23.551 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:16:01 -0400 (0:00:00.065) 0:03:23.616 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:16:01 -0400 (0:00:00.071) 0:03:23.687 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:16:01 -0400 (0:00:00.132) 0:03:23.820 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:16:01.989536", "stop": "2025-03-21 19:16:03.991263", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:16:04 -0400 (0:00:02.057) 0:03:25.877 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:16:04 -0400 (0:00:00.413) 0:03:26.291 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:16:04 -0400 (0:00:00.059) 0:03:26.350 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:16:04 -0400 (0:00:00.070) 0:03:26.421 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:16:05 -0400 (0:00:00.467) 0:03:26.888 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003825", "end": "2025-03-21 19:16:05.341749", "rc": 0, "start": "2025-03-21 19:16:05.337924" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:16:05 -0400 (0:00:00.377) 0:03:27.266 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:16:05.434892", "stop": "2025-03-21 19:16:07.436109", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:16:07 -0400 (0:00:02.049) 0:03:29.316 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.006069", "end": "2025-03-21 19:16:07.773739", "rc": 0, "start": "2025-03-21 19:16:07.767670" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:16:07 -0400 (0:00:00.407) 0:03:29.724 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:16:07.900570", "stop": "2025-03-21 19:16:09.902550", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:16:09 -0400 (0:00:02.058) 0:03:31.782 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:16:09 -0400 (0:00:00.058) 0:03:31.841 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:16:10 -0400 (0:00:00.043) 0:03:31.884 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:16:10 -0400 (0:00:00.043) 0:03:31.927 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:16:10 -0400 (0:00:00.041) 0:03:31.969 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:16:10 -0400 (0:00:00.041) 0:03:32.011 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:16:10 -0400 (0:00:00.041) 0:03:32.052 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:16:10 -0400 (0:00:00.038) 0:03:32.091 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/podman_basic_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:16:10 -0400 (0:00:00.153) 0:03:32.244 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:16:10 -0400 (0:00:00.044) 0:03:32.289 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:16:10 -0400 (0:00:00.047) 0:03:32.336 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:16:10 -0400 (0:00:00.048) 0:03:32.385 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.005349", "end": "2025-03-21 19:16:10.853182", "rc": 0, "start": "2025-03-21 19:16:10.847833" } 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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:16:10 -0400 (0:00:00.393) 0:03:32.778 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:16:10 -0400 (0:00:00.040) 0:03:32.819 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Friday 21 March 2025 19:16:11 -0400 (0:00:00.087) 0:03:32.906 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:16:11 -0400 (0:00:00.097) 0:03:33.004 ********** changed: [managed-node1] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "podman_basic_user" ], "delta": "0:00:00.020125", "end": "2025-03-21 19:16:11.517801", "rc": 0, "start": "2025-03-21 19:16:11.497676" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:16:11 -0400 (0:00:00.491) 0:03:33.495 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:16:11 -0400 (0:00:00.075) 0:03:33.571 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Friday 21 March 2025 19:16:11 -0400 (0:00:00.175) 0:03:33.747 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_0_rqegro_podman/httpd1", "/tmp/lsr_0_rqegro_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Friday 21 March 2025 19:16:11 -0400 (0:00:00.102) 0:03:33.849 ********** changed: [managed-node1] => (item=/tmp/lsr_0_rqegro_podman/httpd1) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_0_rqegro_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_0_rqegro_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 3001 } changed: [managed-node1] => (item=/tmp/lsr_0_rqegro_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_0_rqegro_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Friday 21 March 2025 19:16:12 -0400 (0:00:00.856) 0:03:34.706 ********** changed: [managed-node1] => (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-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Friday 21 March 2025 19:16:14 -0400 (0:00:01.870) 0:03:36.576 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Friday 21 March 2025 19:16:15 -0400 (0:00:00.387) 0:03:36.964 ********** changed: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Friday 21 March 2025 19:16:15 -0400 (0:00:00.410) 0:03:37.375 ********** changed: [managed-node1] => { "changed": true, "checksum": "143052a3c5047a8bb8ac883b2630caae041ba9b7", "dest": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "gid": 3001, "group": "podman_basic_user", "md5sum": "ca48934fbf5d6d7fca3380eaf1dcb392", "mode": "0644", "owner": "podman_basic_user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 762, "src": "/root/.ansible/tmp/ansible-tmp-1742598975.5763905-12348-43721516227591/.source.yml", "state": "file", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Friday 21 March 2025 19:16:16 -0400 (0:00:00.747) 0:03:38.122 ********** changed: [managed-node1] => { "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: bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66 Container: ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428 STDERR: time="2025-03-21T19:16:16-04:00" level=info msg="/bin/podman filtering at log level debug" time="2025-03-21T19:16:16-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-03-21T19:16:16-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2025-03-21T19:16:16-04:00" level=info msg="Using sqlite as database backend" time="2025-03-21T19:16:16-04:00" level=debug msg="systemd-logind: Unknown object '/'." time="2025-03-21T19:16:16-04:00" level=debug msg="Using graph driver overlay" time="2025-03-21T19:16:16-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2025-03-21T19:16:16-04:00" level=debug msg="Using run root /run/user/3001/containers" time="2025-03-21T19:16:16-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2025-03-21T19:16:16-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2025-03-21T19:16:16-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2025-03-21T19:16:16-04:00" level=debug msg="Using transient store: false" time="2025-03-21T19:16:16-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2025-03-21T19:16:16-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-03-21T19:16:16-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-03-21T19:16:16-04:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2025-03-21T19:16:16-04:00" level=debug msg="Cached value indicated that native-diff is usable" time="2025-03-21T19:16:16-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2025-03-21T19:16:16-04:00" level=debug msg="Initializing event backend file" time="2025-03-21T19:16:16-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2025-03-21T19:16:16-04:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2025-03-21T19:16:16-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2025-03-21T19:16:16-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2025-03-21T19:16:16-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2025-03-21T19:16:16-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2025-03-21T19:16:16-04:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2025-03-21T19:16:16-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2025-03-21T19:16:16-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2025-03-21T19:16:16-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2025-03-21T19:16:16-04:00" level=info msg="Setting parallel job count to 7" time="2025-03-21T19:16:16-04:00" level=debug msg="Successfully loaded 1 networks" time="2025-03-21T19:16:16-04:00" level=debug msg="found free device name podman1" time="2025-03-21T19:16:16-04:00" level=debug msg="found free ipv4 network subnet 10.89.0.0/24" time="2025-03-21T19:16:16-04:00" level=debug msg="Looking up image \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage" time="2025-03-21T19:16:16-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:16:16-04:00" level=debug msg="Trying \"localhost/podman-pause:5.4.0-1741824000\" ..." time="2025-03-21T19:16:16-04:00" level=debug msg="reference \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.4.0-1741824000\" does not resolve to an image ID" time="2025-03-21T19:16:16-04:00" level=debug msg="Trying \"localhost/podman-pause:5.4.0-1741824000\" ..." time="2025-03-21T19:16:16-04:00" level=debug msg="reference \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.4.0-1741824000\" does not resolve to an image ID" time="2025-03-21T19:16:16-04:00" level=debug msg="Trying \"localhost/podman-pause:5.4.0-1741824000\" ..." time="2025-03-21T19:16:16-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:16:16-04:00" level=debug msg="FROM \"scratch\"" time="2025-03-21T19:16:16-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are not supported" time="2025-03-21T19:16:16-04:00" level=debug msg="Check for idmapped mounts support " time="2025-03-21T19:16:16-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:16:16-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:16:16-04:00" level=debug msg="overlay: test mount indicated that volatile is being used" time="2025-03-21T19:16:16-04:00" level=debug msg="overlay: mount_data=lowerdir=/home/podman_basic_user/.local/share/containers/storage/overlay/ee62c467d7ef0d7dd4f37ef823a078fdee1999a381c45ef105839265bd3cf5d8/empty,upperdir=/home/podman_basic_user/.local/share/containers/storage/overlay/ee62c467d7ef0d7dd4f37ef823a078fdee1999a381c45ef105839265bd3cf5d8/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/ee62c467d7ef0d7dd4f37ef823a078fdee1999a381c45ef105839265bd3cf5d8/work,userxattr,volatile,context=\"system_u:object_r:container_file_t:s0:c416,c725\"" time="2025-03-21T19:16:16-04:00" level=debug msg="Container ID: 1f39a58ffa9aa10ff4475d08cad1c5a9040823f0a3bec4f3d6ac697e27e2672c" time="2025-03-21T19:16:16-04:00" level=debug msg="Parsed Step: {Env:[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin] Command:copy Args:[/usr/libexec/podman/catatonit /catatonit] Flags:[] Attrs:map[] Message:COPY /usr/libexec/podman/catatonit /catatonit Heredocs:[] Original:COPY /usr/libexec/podman/catatonit /catatonit}" time="2025-03-21T19:16:16-04:00" level=debug msg="COPY []string(nil), imagebuilder.Copy{FromFS:false, From:\"\", Src:[]string{\"/usr/libexec/podman/catatonit\"}, Dest:\"/catatonit\", Download:false, Chown:\"\", Chmod:\"\", Checksum:\"\", Files:[]imagebuilder.File(nil), KeepGitDir:false, Link:false, Parents:false, Excludes:[]string(nil)}" time="2025-03-21T19:16:16-04:00" level=debug msg="EnsureContainerPath \"/\" (owner \"\", mode 0) in \"1f39a58ffa9aa10ff4475d08cad1c5a9040823f0a3bec4f3d6ac697e27e2672c\"" time="2025-03-21T19:16:16-04:00" level=debug msg="added content file:872045bc026632654869cebc14f91fe531969760bf26925e889d9b70527c8b67" time="2025-03-21T19:16:16-04:00" level=debug msg="Parsed Step: {Env:[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin] Command:entrypoint Args:[/catatonit -P] Flags:[] Attrs:map[json:true] Message:ENTRYPOINT /catatonit -P Heredocs:[] Original:ENTRYPOINT [\"/catatonit\", \"-P\"]}" time="2025-03-21T19:16:16-04:00" level=debug msg="EnsureContainerPath \"/\" (owner \"\", mode 0) in \"1f39a58ffa9aa10ff4475d08cad1c5a9040823f0a3bec4f3d6ac697e27e2672c\"" time="2025-03-21T19:16:16-04:00" level=debug msg="COMMIT localhost/podman-pause:5.4.0-1741824000" time="2025-03-21T19:16:16-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.4.0-1741824000\"" time="2025-03-21T19:16:16-04:00" level=debug msg="COMMIT \"containers-storage:[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.4.0-1741824000\"" time="2025-03-21T19:16:16-04:00" level=debug msg="committing image with reference \"containers-storage:[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.4.0-1741824000\" is allowed by policy" time="2025-03-21T19:16:16-04:00" level=debug msg="layer list: [\"ee62c467d7ef0d7dd4f37ef823a078fdee1999a381c45ef105839265bd3cf5d8\"]" time="2025-03-21T19:16:16-04:00" level=debug msg="using \"/var/tmp/buildah3313219694\" to hold temporary data" time="2025-03-21T19:16:16-04:00" level=debug msg="Tar with options on /home/podman_basic_user/.local/share/containers/storage/overlay/ee62c467d7ef0d7dd4f37ef823a078fdee1999a381c45ef105839265bd3cf5d8/diff" time="2025-03-21T19:16:16-04:00" level=debug msg="layer \"ee62c467d7ef0d7dd4f37ef823a078fdee1999a381c45ef105839265bd3cf5d8\" size is 699392 bytes, uncompressed digest sha256:83362ec78cab9ea69b1fd7cce8c7ba3164dab292c6df41c7dbcb6971d43d89e6, possibly-compressed digest sha256:83362ec78cab9ea69b1fd7cce8c7ba3164dab292c6df41c7dbcb6971d43d89e6" time="2025-03-21T19:16:16-04:00" level=debug msg="OCIv1 config = {\"created\":\"2025-03-21T23:16:16.952787337Z\",\"architecture\":\"amd64\",\"os\":\"linux\",\"config\":{\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"],\"Entrypoint\":[\"/catatonit\",\"-P\"],\"WorkingDir\":\"/\",\"Labels\":{\"io.buildah.version\":\"1.39.2\"}},\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:83362ec78cab9ea69b1fd7cce8c7ba3164dab292c6df41c7dbcb6971d43d89e6\"]},\"history\":[{\"created\":\"2025-03-21T23:16:16.924588917Z\",\"created_by\":\"/bin/sh -c #(nop) COPY file:872045bc026632654869cebc14f91fe531969760bf26925e889d9b70527c8b67 in /catatonit \",\"empty_layer\":true},{\"created\":\"2025-03-21T23:16:16.955922536Z\",\"created_by\":\"/bin/sh -c #(nop) ENTRYPOINT [\\\"/catatonit\\\", \\\"-P\\\"]\"}]}" time="2025-03-21T19:16:16-04:00" level=debug msg="OCIv1 manifest = {\"schemaVersion\":2,\"mediaType\":\"application/vnd.oci.image.manifest.v1+json\",\"config\":{\"mediaType\":\"application/vnd.oci.image.config.v1+json\",\"digest\":\"sha256:d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6\",\"size\":685},\"layers\":[{\"mediaType\":\"application/vnd.oci.image.layer.v1.tar\",\"digest\":\"sha256:83362ec78cab9ea69b1fd7cce8c7ba3164dab292c6df41c7dbcb6971d43d89e6\",\"size\":699392}],\"annotations\":{\"org.opencontainers.image.base.digest\":\"\",\"org.opencontainers.image.base.name\":\"\"}}" time="2025-03-21T19:16:16-04:00" level=debug msg="Docker v2s2 config = {\"created\":\"2025-03-21T23:16:16.952787337Z\",\"container\":\"1f39a58ffa9aa10ff4475d08cad1c5a9040823f0a3bec4f3d6ac697e27e2672c\",\"container_config\":{\"Hostname\":\"\",\"Domainname\":\"\",\"User\":\"\",\"AttachStdin\":false,\"AttachStdout\":false,\"AttachStderr\":false,\"Tty\":false,\"OpenStdin\":false,\"StdinOnce\":false,\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"],\"Cmd\":null,\"Image\":\"\",\"Volumes\":{},\"WorkingDir\":\"/\",\"Entrypoint\":[\"/catatonit\",\"-P\"],\"OnBuild\":[],\"Labels\":{\"io.buildah.version\":\"1.39.2\"}},\"config\":{\"Hostname\":\"\",\"Domainname\":\"\",\"User\":\"\",\"AttachStdin\":false,\"AttachStdout\":false,\"AttachStderr\":false,\"Tty\":false,\"OpenStdin\":false,\"StdinOnce\":false,\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"],\"Cmd\":null,\"Image\":\"\",\"Volumes\":{},\"WorkingDir\":\"/\",\"Entrypoint\":[\"/catatonit\",\"-P\"],\"OnBuild\":[],\"Labels\":{\"io.buildah.version\":\"1.39.2\"}},\"architecture\":\"amd64\",\"os\":\"linux\",\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:83362ec78cab9ea69b1fd7cce8c7ba3164dab292c6df41c7dbcb6971d43d89e6\"]},\"history\":[{\"created\":\"2025-03-21T23:16:16.924588917Z\",\"created_by\":\"/bin/sh -c #(nop) COPY file:872045bc026632654869cebc14f91fe531969760bf26925e889d9b70527c8b67 in /catatonit \",\"empty_layer\":true},{\"created\":\"2025-03-21T23:16:16.955922536Z\",\"created_by\":\"/bin/sh -c #(nop) ENTRYPOINT [\\\"/catatonit\\\", \\\"-P\\\"]\"}]}" time="2025-03-21T19:16:16-04:00" level=debug msg="Docker v2s2 manifest = {\"schemaVersion\":2,\"mediaType\":\"application/vnd.docker.distribution.manifest.v2+json\",\"config\":{\"mediaType\":\"application/vnd.docker.container.image.v1+json\",\"size\":1348,\"digest\":\"sha256:afee257a54bc10c882747316d94cdec1f8c677ee7145162d78efb5ae8ef89dbb\"},\"layers\":[{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar\",\"size\":699392,\"digest\":\"sha256:83362ec78cab9ea69b1fd7cce8c7ba3164dab292c6df41c7dbcb6971d43d89e6\"}]}" time="2025-03-21T19:16:16-04:00" level=debug msg="Using SQLite blob info cache at /home/podman_basic_user/.local/share/containers/cache/blob-info-cache-v1.sqlite" time="2025-03-21T19:16:16-04:00" level=debug msg="IsRunningImageAllowed for image containers-storage:" time="2025-03-21T19:16:16-04:00" level=debug msg=" Using transport \"containers-storage\" policy section \"\"" time="2025-03-21T19:16:16-04:00" level=debug msg=" Requirement 0: allowed" time="2025-03-21T19:16:16-04:00" level=debug msg="Overall: allowed" time="2025-03-21T19:16:16-04:00" level=debug msg="start reading config" time="2025-03-21T19:16:16-04:00" level=debug msg="finished reading config" time="2025-03-21T19:16:16-04:00" level=debug msg="Manifest has MIME type application/vnd.oci.image.manifest.v1+json, ordered candidate list [application/vnd.oci.image.manifest.v1+json, application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.v1+prettyjws, application/vnd.docker.distribution.manifest.v1+json]" time="2025-03-21T19:16:16-04:00" level=debug msg="... will first try using the original manifest unmodified" time="2025-03-21T19:16:16-04:00" level=debug msg="Checking if we can reuse blob sha256:83362ec78cab9ea69b1fd7cce8c7ba3164dab292c6df41c7dbcb6971d43d89e6: general substitution = true, compression for MIME type \"application/vnd.oci.image.layer.v1.tar\" = true" time="2025-03-21T19:16:16-04:00" level=debug msg="reading layer \"sha256:83362ec78cab9ea69b1fd7cce8c7ba3164dab292c6df41c7dbcb6971d43d89e6\"" time="2025-03-21T19:16:16-04:00" level=debug msg="No compression detected" time="2025-03-21T19:16:16-04:00" level=debug msg="Using original blob without modification" time="2025-03-21T19:16:16-04:00" level=debug msg="Applying tar in /home/podman_basic_user/.local/share/containers/storage/overlay/83362ec78cab9ea69b1fd7cce8c7ba3164dab292c6df41c7dbcb6971d43d89e6/diff" time="2025-03-21T19:16:17-04:00" level=debug msg="finished reading layer \"sha256:83362ec78cab9ea69b1fd7cce8c7ba3164dab292c6df41c7dbcb6971d43d89e6\"" time="2025-03-21T19:16:17-04:00" level=debug msg="No compression detected" time="2025-03-21T19:16:17-04:00" level=debug msg="Compression change for blob sha256:d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6 (\"application/vnd.oci.image.config.v1+json\") not supported" time="2025-03-21T19:16:17-04:00" level=debug msg="Using original blob without modification" time="2025-03-21T19:16:17-04:00" level=debug msg="setting image creation date to 2025-03-21 23:16:16.952787337 +0000 UTC" time="2025-03-21T19:16:17-04:00" level=debug msg="created new image ID \"d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6\" with metadata \"{}\"" time="2025-03-21T19:16:17-04:00" level=debug msg="added name \"localhost/podman-pause:5.4.0-1741824000\" to image \"d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6\"" time="2025-03-21T19:16:17-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.4.0-1741824000\"" time="2025-03-21T19:16:17-04:00" level=debug msg="printing final image id \"d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Pod using bridge network mode" time="2025-03-21T19:16:17-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66.slice for parent user.slice and name libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66" time="2025-03-21T19:16:17-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66.slice" time="2025-03-21T19:16:17-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66.slice" time="2025-03-21T19:16:17-04:00" level=debug msg="Looking up image \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage" time="2025-03-21T19:16:17-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:16:17-04:00" level=debug msg="Trying \"localhost/podman-pause:5.4.0-1741824000\" ..." time="2025-03-21T19:16:17-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Found image \"localhost/podman-pause:5.4.0-1741824000\" as \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage" time="2025-03-21T19:16:17-04:00" level=debug msg="Found image \"localhost/podman-pause:5.4.0-1741824000\" as \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage ([overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6)" time="2025-03-21T19:16:17-04:00" level=debug msg="exporting opaque data as blob \"sha256:d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Inspecting image d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6" time="2025-03-21T19:16:17-04:00" level=debug msg="exporting opaque data as blob \"sha256:d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Inspecting image d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6" time="2025-03-21T19:16:17-04:00" level=debug msg="Inspecting image d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6" time="2025-03-21T19:16:17-04:00" level=debug msg="using systemd mode: false" time="2025-03-21T19:16:17-04:00" level=debug msg="setting container name bc763d79a90a-infra" time="2025-03-21T19:16:17-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 174035f9bd27b951039fc727eb919cec318cce15285ea266206b2cbe4cdc6a2f bridge podman1 2025-03-21 19:16:16.782762061 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2025-03-21T19:16:17-04:00" level=debug msg="Successfully loaded 2 networks" time="2025-03-21T19:16:17-04:00" level=debug msg="Allocated lock 1 for container 6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b" time="2025-03-21T19:16:17-04:00" level=debug msg="exporting opaque data as blob \"sha256:d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Created container \"6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Container \"6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b/userdata\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Container \"6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b\" has run directory \"/run/user/3001/containers/overlay-containers/6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b/userdata\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:17-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:16:17-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-03-21T19:16:17-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:17-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-03-21T19:16:17-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2025-03-21T19:16:17-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:17-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:16:17-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-03-21T19:16:17-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:17-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-03-21T19:16:17-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:17-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:16:17-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-03-21T19:16:17-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:17-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-03-21T19:16:17-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-03-21T19:16:17-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:17-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:17-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:16:17-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-03-21T19:16:17-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:17-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-03-21T19:16:17-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-03-21T19:16:17-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:17-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-03-21T19:16:17-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-03-21T19:16:17-04:00" level=debug msg="using systemd mode: false" time="2025-03-21T19:16:17-04:00" level=debug msg="adding container to pod httpd1" time="2025-03-21T19:16:17-04:00" level=debug msg="setting container name httpd1-httpd1" time="2025-03-21T19:16:17-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2025-03-21T19:16:17-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-03-21T19:16:17-04:00" level=debug msg="Adding mount /proc" time="2025-03-21T19:16:17-04:00" level=debug msg="Adding mount /dev" time="2025-03-21T19:16:17-04:00" level=debug msg="Adding mount /dev/pts" time="2025-03-21T19:16:17-04:00" level=debug msg="Adding mount /dev/mqueue" time="2025-03-21T19:16:17-04:00" level=debug msg="Adding mount /sys" time="2025-03-21T19:16:17-04:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2025-03-21T19:16:17-04:00" level=debug msg="Allocated lock 2 for container ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428" time="2025-03-21T19:16:17-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Created container \"ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Container \"ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428/userdata\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Container \"ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428\" has run directory \"/run/user/3001/containers/overlay-containers/ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428/userdata\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Strongconnecting node 6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b" time="2025-03-21T19:16:17-04:00" level=debug msg="Pushed 6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b onto stack" time="2025-03-21T19:16:17-04:00" level=debug msg="Finishing node 6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b. Popped 6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b off stack" time="2025-03-21T19:16:17-04:00" level=debug msg="Strongconnecting node ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428" time="2025-03-21T19:16:17-04:00" level=debug msg="Pushed ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428 onto stack" time="2025-03-21T19:16:17-04:00" level=debug msg="Finishing node ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428. Popped ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428 off stack" time="2025-03-21T19:16:17-04:00" level=debug msg="overlay: mount_data=lowerdir=/home/podman_basic_user/.local/share/containers/storage/overlay/l/QVO54U5PNMBEILMDCS6A5GRVH2,upperdir=/home/podman_basic_user/.local/share/containers/storage/overlay/d45065667fe4fde7d0aa646c8f7ecc192b86c440ed667e915ff9acf300d308a8/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/d45065667fe4fde7d0aa646c8f7ecc192b86c440ed667e915ff9acf300d308a8/work,userxattr,context=\"system_u:object_r:container_file_t:s0:c323,c711\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Mounted container \"6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b\" at \"/home/podman_basic_user/.local/share/containers/storage/overlay/d45065667fe4fde7d0aa646c8f7ecc192b86c440ed667e915ff9acf300d308a8/merged\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Made network namespace at /run/user/3001/netns/netns-561f1f0e-982f-bb5e-c3a1-23914a50dbae for container 6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b" time="2025-03-21T19:16:17-04:00" level=debug msg="Created root filesystem for container 6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b at /home/podman_basic_user/.local/share/containers/storage/overlay/d45065667fe4fde7d0aa646c8f7ecc192b86c440ed667e915ff9acf300d308a8/merged" time="2025-03-21T19:16:17-04:00" level=debug msg="Creating rootless network namespace at \"/run/user/3001/containers/networks/rootless-netns/rootless-netns\"" time="2025-03-21T19:16:17-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-03-21T19:16:17-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_174035f9_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: "c6:31:b7:4a:c0:70", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2025-03-21T19:16:17-04:00" level=debug msg="rootlessport: time=\"2025-03-21T19:16:17-04:00\" level=info msg=\"Starting parent driver\"\n" time="2025-03-21T19:16:17-04:00" level=debug msg="rootlessport: time=\"2025-03-21T19:16:17-04:00\" level=info msg=\"opaque=map[builtin.readypipepath:/run/user/3001/libpod/tmp/rootlessport1965043222/.bp-ready.pipe builtin.socketpath:/run/user/3001/libpod/tmp/rootlessport1965043222/.bp.sock]\"\ntime=\"2025-03-21T19:16:17-04:00\" level=info msg=\"Starting child driver in child netns (\\\"/proc/self/exe\\\" [rootlessport-child])\"\n" time="2025-03-21T19:16:17-04:00" level=debug msg="rootlessport: time=\"2025-03-21T19:16:17-04:00\" level=info msg=\"Waiting for initComplete\"\n" time="2025-03-21T19:16:17-04:00" level=debug msg="rootlessport: time=\"2025-03-21T19:16:17-04:00\" level=info msg=\"initComplete is closed; parent and child established the communication channel\"\ntime=\"2025-03-21T19:16:17-04:00\" level=info msg=\"Exposing ports [{ 80 15001 1 tcp}]\"\n" time="2025-03-21T19:16:17-04:00" level=debug msg="rootlessport: time=\"2025-03-21T19:16:17-04:00\" level=info msg=Ready\n" time="2025-03-21T19:16:17-04:00" level=debug msg="rootlessport is ready" time="2025-03-21T19:16:17-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2025-03-21T19:16:17-04:00" level=debug msg="Setting Cgroups for container 6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b to user-libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66.slice:libpod:6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b" time="2025-03-21T19:16:17-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2025-03-21T19:16:17-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/home/podman_basic_user/.local/share/containers/storage/overlay/d45065667fe4fde7d0aa646c8f7ecc192b86c440ed667e915ff9acf300d308a8/merged\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Created OCI spec for container 6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b/userdata/config.json" time="2025-03-21T19:16:17-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66.slice for parent user.slice and name libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66" time="2025-03-21T19:16:17-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66.slice" time="2025-03-21T19:16:17-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66.slice" time="2025-03-21T19:16:17-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2025-03-21T19:16:17-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b -u 6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b/userdata -p /run/user/3001/containers/overlay-containers/6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b/userdata/pidfile -n bc763d79a90a-infra --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b --full-attach -s -l k8s-file:/home/podman_basic_user/.local/share/containers/storage/overlay-containers/6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b/userdata/ctr.log --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b/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 6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b]" time="2025-03-21T19:16:17-04:00" level=info msg="Running conmon under slice user-libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66.slice and unitName libpod-conmon-6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2025-03-21T19:16:17-04:00" level=debug msg="Received: 24466" time="2025-03-21T19:16:17-04:00" level=info msg="Got Conmon PID as 24464" time="2025-03-21T19:16:17-04:00" level=debug msg="Created container 6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b in OCI runtime" time="2025-03-21T19:16:17-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2025-03-21T19:16:17-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2025-03-21T19:16:17-04:00" level=debug msg="Starting container 6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b with command [/catatonit -P]" time="2025-03-21T19:16:17-04:00" level=debug msg="Started container 6c2b5a62c28029c9d4afe030c143a2cde3c935b78e5a27f2929ed448a5910b8b" time="2025-03-21T19:16:17-04:00" level=debug msg="overlay: mount_data=lowerdir=/home/podman_basic_user/.local/share/containers/storage/overlay/l/YKCLH7FM2JRAXE3HSDVKP3GAKL,upperdir=/home/podman_basic_user/.local/share/containers/storage/overlay/05400a045ba9342201c09311246a40cdf99428d9d665d0a1e6d584921e7e83ef/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/05400a045ba9342201c09311246a40cdf99428d9d665d0a1e6d584921e7e83ef/work,userxattr,context=\"system_u:object_r:container_file_t:s0:c323,c711\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Mounted container \"ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428\" at \"/home/podman_basic_user/.local/share/containers/storage/overlay/05400a045ba9342201c09311246a40cdf99428d9d665d0a1e6d584921e7e83ef/merged\"" time="2025-03-21T19:16:17-04:00" level=debug msg="Created root filesystem for container ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428 at /home/podman_basic_user/.local/share/containers/storage/overlay/05400a045ba9342201c09311246a40cdf99428d9d665d0a1e6d584921e7e83ef/merged" time="2025-03-21T19:16:17-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2025-03-21T19:16:17-04:00" level=debug msg="Setting Cgroups for container ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428 to user-libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66.slice:libpod:ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428" time="2025-03-21T19:16:17-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2025-03-21T19:16:17-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2025-03-21T19:16:17-04:00" level=debug msg="Created OCI spec for container ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428 at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428/userdata/config.json" time="2025-03-21T19:16:17-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66.slice for parent user.slice and name libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66" time="2025-03-21T19:16:17-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66.slice" time="2025-03-21T19:16:17-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66.slice" time="2025-03-21T19:16:17-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2025-03-21T19:16:17-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428 -u ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428 -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428/userdata -p /run/user/3001/containers/overlay-containers/ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428/userdata/pidfile -n httpd1-httpd1 --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428 --full-attach -s -l k8s-file:/home/podman_basic_user/.local/share/containers/storage/overlay-containers/ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428/userdata/ctr.log --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428/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 ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428]" time="2025-03-21T19:16:17-04:00" level=info msg="Running conmon under slice user-libpod_pod_bc763d79a90aa50e6a4d955a44fb7a32782b171aeea9b23107b9b4d611448f66.slice and unitName libpod-conmon-ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2025-03-21T19:16:17-04:00" level=debug msg="Received: 24471" time="2025-03-21T19:16:17-04:00" level=info msg="Got Conmon PID as 24469" time="2025-03-21T19:16:17-04:00" level=debug msg="Created container ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428 in OCI runtime" time="2025-03-21T19:16:17-04:00" level=debug msg="Starting container ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428 with command [/bin/busybox-extras httpd -f -p 80]" time="2025-03-21T19:16:17-04:00" level=debug msg="Started container ff0fd399ff76e22fdd32e9fbe7d26fcd817b36910bb3c06c98968022bcf75428" time="2025-03-21T19:16:17-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-03-21T19:16:17-04:00" level=debug msg="Shutting down engines" time="2025-03-21T19:16:17-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=24362 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Friday 21 March 2025 19:16:17 -0400 (0:00:01.276) 0:03:39.399 ********** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Friday 21 March 2025 19:16:18 -0400 (0:00:00.691) 0:03:40.090 ********** changed: [managed-node1] => { "changed": true, "enabled": true, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "run-user-3001.mount network-online.target -.mount basic.target \"app-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "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": "3582230528", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"app-podman\\\\x2dkube.slice\" basic.target", "RequiresMountsFor": "/run/user/3001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Friday 21 March 2025 19:16:18 -0400 (0:00:00.675) 0:03:40.766 ********** changed: [managed-node1] => { "changed": true, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target \"app-podman\\\\x2dkube.slice\" run-user-3001.mount -.mount network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "default.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "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": "3581009920", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Friday 21 March 2025 19:16:30 -0400 (0:00:11.169) 0:03:51.935 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:16:30 -0400 (0:00:00.072) 0:03:52.008 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:16:30 -0400 (0:00:00.149) 0:03:52.157 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:16:30 -0400 (0:00:00.058) 0:03:52.215 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:16:30 -0400 (0:00:00.044) 0:03:52.260 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:16:30 -0400 (0:00:00.080) 0:03:52.341 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:16:30.503571", "stop": "2025-03-21 19:16:32.504808", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:16:32 -0400 (0:00:02.044) 0:03:54.385 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:16:32 -0400 (0:00:00.399) 0:03:54.784 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:16:32 -0400 (0:00:00.048) 0:03:54.832 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:16:33 -0400 (0:00:00.059) 0:03:54.892 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:16:33 -0400 (0:00:00.379) 0:03:55.271 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:16:33 -0400 (0:00:00.041) 0:03:55.313 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:16:33 -0400 (0:00:00.042) 0:03:55.356 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:16:33 -0400 (0:00:00.124) 0:03:55.481 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:16:33 -0400 (0:00:00.044) 0:03:55.525 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:16:33 -0400 (0:00:00.044) 0:03:55.570 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:16:33 -0400 (0:00:00.043) 0:03:55.614 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:16:33 -0400 (0:00:00.043) 0:03:55.658 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:16:33 -0400 (0:00:00.044) 0:03:55.702 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:16:33 -0400 (0:00:00.043) 0:03:55.745 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:16:33 -0400 (0:00:00.047) 0:03:55.793 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:16:34 -0400 (0:00:00.071) 0:03:55.864 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:16:34 -0400 (0:00:00.098) 0:03:55.963 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:16:34 -0400 (0:00:00.069) 0:03:56.033 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:16:34 -0400 (0:00:00.076) 0:03:56.110 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:16:34 -0400 (0:00:00.181) 0:03:56.291 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005984", "end": "2025-03-21 19:16:34.766824", "rc": 0, "start": "2025-03-21 19:16:34.760840" } 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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:16:34 -0400 (0:00:00.426) 0:03:56.718 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:16:34 -0400 (0:00:00.047) 0:03:56.766 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Friday 21 March 2025 19:16:35 -0400 (0:00:00.121) 0:03:56.887 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:16:35 -0400 (0:00:00.070) 0:03:56.958 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:16:35 -0400 (0:00:00.041) 0:03:56.999 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:16:35 -0400 (0:00:00.042) 0:03:57.042 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Friday 21 March 2025 19:16:35 -0400 (0:00:00.054) 0:03:57.096 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_0_rqegro_podman/httpd2", "/tmp/lsr_0_rqegro_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Friday 21 March 2025 19:16:35 -0400 (0:00:00.105) 0:03:57.201 ********** ok: [managed-node1] => (item=/tmp/lsr_0_rqegro_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_0_rqegro_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_0_rqegro_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 0 } changed: [managed-node1] => (item=/tmp/lsr_0_rqegro_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_0_rqegro_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Friday 21 March 2025 19:16:36 -0400 (0:00:00.789) 0:03:57.991 ********** ok: [managed-node1] => (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-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Friday 21 March 2025 19:16:37 -0400 (0:00:01.259) 0:03:59.250 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Friday 21 March 2025 19:16:37 -0400 (0:00:00.374) 0:03:59.625 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Friday 21 March 2025 19:16:38 -0400 (0:00:00.385) 0:04:00.010 ********** changed: [managed-node1] => { "changed": true, "checksum": "33e6575878d365b823046255d00becb6916a54bc", "dest": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "gid": 0, "group": "root", "md5sum": "a86fbc1dc84dd79e2093ad8d85bc6e50", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 762, "src": "/root/.ansible/tmp/ansible-tmp-1742598998.206867-12898-181663219741012/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Friday 21 March 2025 19:16:38 -0400 (0:00:00.704) 0:04:00.715 ********** changed: [managed-node1] => { "actions": [ "/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml" ], "changed": true } STDOUT: Pod: ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8 Container: 785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9 STDERR: time="2025-03-21T19:16:39-04:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2025-03-21T19:16:39-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-03-21T19:16:39-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2025-03-21T19:16:39-04:00" level=info msg="Using sqlite as database backend" time="2025-03-21T19:16:39-04:00" level=debug msg="Using graph driver overlay" time="2025-03-21T19:16:39-04:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2025-03-21T19:16:39-04:00" level=debug msg="Using run root /run/containers/storage" time="2025-03-21T19:16:39-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2025-03-21T19:16:39-04:00" level=debug msg="Using tmp dir /run/libpod" time="2025-03-21T19:16:39-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2025-03-21T19:16:39-04:00" level=debug msg="Using transient store: false" time="2025-03-21T19:16:39-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-03-21T19:16:39-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-03-21T19:16:39-04:00" level=debug msg="Cached value indicated that metacopy is being used" time="2025-03-21T19:16:39-04:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2025-03-21T19:16:39-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-03-21T19:16:39-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2025-03-21T19:16:39-04:00" level=debug msg="Initializing event backend journald" time="2025-03-21T19:16:39-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2025-03-21T19:16:39-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2025-03-21T19:16:39-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2025-03-21T19:16:39-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2025-03-21T19:16:39-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-03-21T19:16:39-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-03-21T19:16:39-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2025-03-21T19:16:39-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2025-03-21T19:16:39-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2025-03-21T19:16:39-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2025-03-21T19:16:39-04:00" level=info msg="Setting parallel job count to 7" time="2025-03-21T19:16:39-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 5d073a6b7bd17bfbb747c8b8c2f1e1aaf79bde48404cb3ff5a3130851af71ab5 bridge podman1 2025-03-21 19:14:18.974116992 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2025-03-21T19:16:39-04:00" level=debug msg="Successfully loaded 2 networks" time="2025-03-21T19:16:39-04:00" level=debug msg="Looking up image \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage" time="2025-03-21T19:16:39-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:16:39-04:00" level=debug msg="Trying \"localhost/podman-pause:5.4.0-1741824000\" ..." time="2025-03-21T19:16:39-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@7bc6668503bf824b12ca97afac955b53c29fbc64b452be0e5cb3ec069867c0b3\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Found image \"localhost/podman-pause:5.4.0-1741824000\" as \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage" time="2025-03-21T19:16:39-04:00" level=debug msg="Found image \"localhost/podman-pause:5.4.0-1741824000\" as \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@7bc6668503bf824b12ca97afac955b53c29fbc64b452be0e5cb3ec069867c0b3)" time="2025-03-21T19:16:39-04:00" level=debug msg="exporting opaque data as blob \"sha256:7bc6668503bf824b12ca97afac955b53c29fbc64b452be0e5cb3ec069867c0b3\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Pod using bridge network mode" time="2025-03-21T19:16:39-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8.slice for parent machine.slice and name libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8" time="2025-03-21T19:16:39-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8.slice" time="2025-03-21T19:16:39-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8.slice" time="2025-03-21T19:16:39-04:00" level=debug msg="Looking up image \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage" time="2025-03-21T19:16:39-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:16:39-04:00" level=debug msg="Trying \"localhost/podman-pause:5.4.0-1741824000\" ..." time="2025-03-21T19:16:39-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@7bc6668503bf824b12ca97afac955b53c29fbc64b452be0e5cb3ec069867c0b3\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Found image \"localhost/podman-pause:5.4.0-1741824000\" as \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage" time="2025-03-21T19:16:39-04:00" level=debug msg="Found image \"localhost/podman-pause:5.4.0-1741824000\" as \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@7bc6668503bf824b12ca97afac955b53c29fbc64b452be0e5cb3ec069867c0b3)" time="2025-03-21T19:16:39-04:00" level=debug msg="exporting opaque data as blob \"sha256:7bc6668503bf824b12ca97afac955b53c29fbc64b452be0e5cb3ec069867c0b3\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Inspecting image 7bc6668503bf824b12ca97afac955b53c29fbc64b452be0e5cb3ec069867c0b3" time="2025-03-21T19:16:39-04:00" level=debug msg="exporting opaque data as blob \"sha256:7bc6668503bf824b12ca97afac955b53c29fbc64b452be0e5cb3ec069867c0b3\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Inspecting image 7bc6668503bf824b12ca97afac955b53c29fbc64b452be0e5cb3ec069867c0b3" time="2025-03-21T19:16:39-04:00" level=debug msg="Inspecting image 7bc6668503bf824b12ca97afac955b53c29fbc64b452be0e5cb3ec069867c0b3" time="2025-03-21T19:16:39-04:00" level=debug msg="using systemd mode: false" time="2025-03-21T19:16:39-04:00" level=debug msg="setting container name ab9081615480-infra" time="2025-03-21T19:16:39-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Allocated lock 1 for container 7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109" time="2025-03-21T19:16:39-04:00" level=debug msg="exporting opaque data as blob \"sha256:7bc6668503bf824b12ca97afac955b53c29fbc64b452be0e5cb3ec069867c0b3\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are supported" time="2025-03-21T19:16:39-04:00" level=debug msg="Created container \"7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Container \"7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109\" has work directory \"/var/lib/containers/storage/overlay-containers/7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109/userdata\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Container \"7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109\" has run directory \"/run/containers/storage/overlay-containers/7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109/userdata\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:39-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:16:39-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-03-21T19:16:39-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:39-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-03-21T19:16:39-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2025-03-21T19:16:39-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:39-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:16:39-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-03-21T19:16:39-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:39-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-03-21T19:16:39-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:39-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:16:39-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-03-21T19:16:39-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:39-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-03-21T19:16:39-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-03-21T19:16:39-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:39-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:39-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:16:39-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2025-03-21T19:16:39-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2025-03-21T19:16:39-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-03-21T19:16:39-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-03-21T19:16:39-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:39-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-03-21T19:16:39-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2025-03-21T19:16:39-04:00" level=debug msg="using systemd mode: false" time="2025-03-21T19:16:39-04:00" level=debug msg="adding container to pod httpd2" time="2025-03-21T19:16:39-04:00" level=debug msg="setting container name httpd2-httpd2" time="2025-03-21T19:16:39-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2025-03-21T19:16:39-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-03-21T19:16:39-04:00" level=debug msg="Adding mount /proc" time="2025-03-21T19:16:39-04:00" level=debug msg="Adding mount /dev" time="2025-03-21T19:16:39-04:00" level=debug msg="Adding mount /dev/pts" time="2025-03-21T19:16:39-04:00" level=debug msg="Adding mount /dev/mqueue" time="2025-03-21T19:16:39-04:00" level=debug msg="Adding mount /sys" time="2025-03-21T19:16:39-04:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2025-03-21T19:16:39-04:00" level=debug msg="Allocated lock 2 for container 785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9" time="2025-03-21T19:16:39-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Created container \"785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Container \"785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9\" has work directory \"/var/lib/containers/storage/overlay-containers/785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9/userdata\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Container \"785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9\" has run directory \"/run/containers/storage/overlay-containers/785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9/userdata\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Strongconnecting node 7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109" time="2025-03-21T19:16:39-04:00" level=debug msg="Pushed 7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109 onto stack" time="2025-03-21T19:16:39-04:00" level=debug msg="Finishing node 7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109. Popped 7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109 off stack" time="2025-03-21T19:16:39-04:00" level=debug msg="Strongconnecting node 785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9" time="2025-03-21T19:16:39-04:00" level=debug msg="Pushed 785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9 onto stack" time="2025-03-21T19:16:39-04:00" level=debug msg="Finishing node 785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9. Popped 785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9 off stack" time="2025-03-21T19:16:39-04:00" level=debug msg="Made network namespace at /run/netns/netns-74a00010-2054-e8c0-ef15-e3181332615a for container 7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109" [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 time="2025-03-21T19:16:39-04:00" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/l/43XWYXLVY7NCK5ZFTBGTV3VUKU,upperdir=/var/lib/containers/storage/overlay/58467aab6772599c4150d19c8ca9eaee8a5959ca98dda9835db3ca09e67472a8/diff,workdir=/var/lib/containers/storage/overlay/58467aab6772599c4150d19c8ca9eaee8a5959ca98dda9835db3ca09e67472a8/work,nodev,metacopy=on,context=\"system_u:object_r:container_file_t:s0:c39,c204\"" [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) time="2025-03-21T19:16:39-04:00" level=debug msg="Mounted container \"7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109\" at \"/var/lib/containers/storage/overlay/58467aab6772599c4150d19c8ca9eaee8a5959ca98dda9835db3ca09e67472a8/merged\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Created root filesystem for container 7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109 at /var/lib/containers/storage/overlay/58467aab6772599c4150d19c8ca9eaee8a5959ca98dda9835db3ca09e67472a8/merged" [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_5d073a6b_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: "06:74:2a:25:5d:84", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2025-03-21T19:16:39-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2025-03-21T19:16:39-04:00" level=debug msg="Setting Cgroups for container 7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109 to machine-libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8.slice:libpod:7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109" time="2025-03-21T19:16:39-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2025-03-21T19:16:39-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/var/lib/containers/storage/overlay/58467aab6772599c4150d19c8ca9eaee8a5959ca98dda9835db3ca09e67472a8/merged\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Created OCI spec for container 7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109 at /var/lib/containers/storage/overlay-containers/7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109/userdata/config.json" time="2025-03-21T19:16:39-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8.slice for parent machine.slice and name libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8" time="2025-03-21T19:16:39-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8.slice" time="2025-03-21T19:16:39-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8.slice" time="2025-03-21T19:16:39-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2025-03-21T19:16:39-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109 -u 7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109/userdata -p /run/containers/storage/overlay-containers/7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109/userdata/pidfile -n ab9081615480-infra --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109/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 7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109]" time="2025-03-21T19:16:39-04:00" level=info msg="Running conmon under slice machine-libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8.slice and unitName libpod-conmon-7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109.scope" time="2025-03-21T19:16:39-04:00" level=debug msg="Received: 26649" time="2025-03-21T19:16:39-04:00" level=info msg="Got Conmon PID as 26647" time="2025-03-21T19:16:39-04:00" level=debug msg="Created container 7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109 in OCI runtime" time="2025-03-21T19:16:39-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2025-03-21T19:16:39-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2025-03-21T19:16:39-04:00" level=debug msg="Starting container 7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109 with command [/catatonit -P]" time="2025-03-21T19:16:39-04:00" level=debug msg="Started container 7300bec50f2d2932b98765098521e1f94729b14b0e77e201e7c322e38ca16109" time="2025-03-21T19:16:39-04:00" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/l/W7GPIL5OFYITJXTANMV4NYGM5Z,upperdir=/var/lib/containers/storage/overlay/905ae4bbab9c7f0fee9e6d020f3ccccc860f7946e70ac30ef62fa9fb4c12f4ee/diff,workdir=/var/lib/containers/storage/overlay/905ae4bbab9c7f0fee9e6d020f3ccccc860f7946e70ac30ef62fa9fb4c12f4ee/work,nodev,metacopy=on,context=\"system_u:object_r:container_file_t:s0:c39,c204\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Mounted container \"785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9\" at \"/var/lib/containers/storage/overlay/905ae4bbab9c7f0fee9e6d020f3ccccc860f7946e70ac30ef62fa9fb4c12f4ee/merged\"" time="2025-03-21T19:16:39-04:00" level=debug msg="Created root filesystem for container 785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9 at /var/lib/containers/storage/overlay/905ae4bbab9c7f0fee9e6d020f3ccccc860f7946e70ac30ef62fa9fb4c12f4ee/merged" time="2025-03-21T19:16:39-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2025-03-21T19:16:39-04:00" level=debug msg="Setting Cgroups for container 785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9 to machine-libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8.slice:libpod:785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9" time="2025-03-21T19:16:39-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2025-03-21T19:16:39-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2025-03-21T19:16:39-04:00" level=debug msg="Created OCI spec for container 785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9 at /var/lib/containers/storage/overlay-containers/785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9/userdata/config.json" time="2025-03-21T19:16:39-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8.slice for parent machine.slice and name libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8" time="2025-03-21T19:16:39-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8.slice" time="2025-03-21T19:16:39-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8.slice" time="2025-03-21T19:16:39-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2025-03-21T19:16:39-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9 -u 785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9/userdata -p /run/containers/storage/overlay-containers/785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9/userdata/pidfile -n httpd2-httpd2 --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9/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 785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9]" time="2025-03-21T19:16:39-04:00" level=info msg="Running conmon under slice machine-libpod_pod_ab9081615480b93ad8799929ddc1a95c9719497b9d74bb7093e98c71ddfdd7b8.slice and unitName libpod-conmon-785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9.scope" time="2025-03-21T19:16:39-04:00" level=debug msg="Received: 26654" time="2025-03-21T19:16:39-04:00" level=info msg="Got Conmon PID as 26652" time="2025-03-21T19:16:39-04:00" level=debug msg="Created container 785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9 in OCI runtime" time="2025-03-21T19:16:39-04:00" level=debug msg="Starting container 785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9 with command [/bin/busybox-extras httpd -f -p 80]" time="2025-03-21T19:16:39-04:00" level=debug msg="Started container 785a2923335fe8e501035a6b2196cfbbdc9aa78249ad1922a60191c7c56e9ad9" time="2025-03-21T19:16:39-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-03-21T19:16:39-04:00" level=debug msg="Shutting down engines" time="2025-03-21T19:16:39-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=26590 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Friday 21 March 2025 19:16:39 -0400 (0:00:00.888) 0:04:01.604 ********** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Friday 21 March 2025 19:16:40 -0400 (0:00:00.760) 0:04:02.365 ********** changed: [managed-node1] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket \"system-podman\\\\x2dkube.slice\" sysinit.target 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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "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": "3071254528", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Friday 21 March 2025 19:16:42 -0400 (0:00:01.787) 0:04:04.153 ********** changed: [managed-node1] => { "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 basic.target \"system-podman\\\\x2dkube.slice\" 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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "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": "3059716096", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Friday 21 March 2025 19:16:53 -0400 (0:00:11.206) 0:04:15.359 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:16:53 -0400 (0:00:00.046) 0:04:15.406 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_0_rqegro_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:16:53 -0400 (0:00:00.055) 0:04:15.461 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:16:53 -0400 (0:00:00.057) 0:04:15.519 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:16:53 -0400 (0:00:00.125) 0:04:15.644 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:16:53 -0400 (0:00:00.077) 0:04:15.722 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:16:53.885602", "stop": "2025-03-21 19:16:55.886994", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:16:55 -0400 (0:00:02.067) 0:04:17.790 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:16:56 -0400 (0:00:00.078) 0:04:17.868 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:16:56 -0400 (0:00:00.072) 0:04:17.941 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:16:56 -0400 (0:00:00.069) 0:04:18.011 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:16:56 -0400 (0:00:00.413) 0:04:18.424 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:16:56 -0400 (0:00:00.090) 0:04:18.515 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:16:56 -0400 (0:00:00.069) 0:04:18.584 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:16:56 -0400 (0:00:00.049) 0:04:18.634 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:16:56 -0400 (0:00:00.053) 0:04:18.687 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:16:56 -0400 (0:00:00.131) 0:04:18.819 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:16:57 -0400 (0:00:00.044) 0:04:18.863 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:16:57 -0400 (0:00:00.049) 0:04:18.912 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:16:57 -0400 (0:00:00.069) 0:04:18.982 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:16:57 -0400 (0:00:00.073) 0:04:19.055 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:16:57 -0400 (0:00:00.059) 0:04:19.114 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:16:57 -0400 (0:00:00.052) 0:04:19.167 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:16:57 -0400 (0:00:00.077) 0:04:19.245 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:16:57 -0400 (0:00:00.047) 0:04:19.293 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:16:57 -0400 (0:00:00.049) 0:04:19.342 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:16:57 -0400 (0:00:00.048) 0:04:19.391 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005252", "end": "2025-03-21 19:16:57.849825", "rc": 0, "start": "2025-03-21 19:16:57.844573" } 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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:16:57 -0400 (0:00:00.397) 0:04:19.788 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:16:58 -0400 (0:00:00.152) 0:04:19.941 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Friday 21 March 2025 19:16:58 -0400 (0:00:00.100) 0:04:20.042 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:16:58 -0400 (0:00:00.070) 0:04:20.113 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:16:58 -0400 (0:00:00.039) 0:04:20.152 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:16:58 -0400 (0:00:00.041) 0:04:20.193 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Friday 21 March 2025 19:16:58 -0400 (0:00:00.040) 0:04:20.234 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_0_rqegro_podman/httpd3", "/tmp/lsr_0_rqegro_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Friday 21 March 2025 19:16:58 -0400 (0:00:00.062) 0:04:20.297 ********** ok: [managed-node1] => (item=/tmp/lsr_0_rqegro_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_0_rqegro_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_0_rqegro_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 0 } changed: [managed-node1] => (item=/tmp/lsr_0_rqegro_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_0_rqegro_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Friday 21 March 2025 19:16:59 -0400 (0:00:00.760) 0:04:21.057 ********** ok: [managed-node1] => (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-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Friday 21 March 2025 19:17:01 -0400 (0:00:02.748) 0:04:23.805 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Friday 21 March 2025 19:17:02 -0400 (0:00:00.383) 0:04:24.189 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Friday 21 March 2025 19:17:02 -0400 (0:00:00.480) 0:04:24.670 ********** changed: [managed-node1] => { "changed": true, "checksum": "08adcb2d303b507992a24b57e6cf8d7685051cb6", "dest": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "gid": 0, "group": "root", "md5sum": "8a7e04fb8e4f3761b8633d514c883d49", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 762, "src": "/root/.ansible/tmp/ansible-tmp-1742599022.8667214-13393-257553809186028/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Friday 21 March 2025 19:17:03 -0400 (0:00:00.684) 0:04:25.355 ********** changed: [managed-node1] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": true } STDOUT: Pod: 578eec68da02ecbbb02fe5cb0dfc614891865df53c4600e2e3b3bd6ffd87856f Container: 94870851afda1665476b07e5a8a68d6b5fcf6da31d5bc2526c1c13c7b68d704e TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Friday 21 March 2025 19:17:04 -0400 (0:00:00.748) 0:04:26.103 ********** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Friday 21 March 2025 19:17:05 -0400 (0:00:00.761) 0:04:26.864 ********** changed: [managed-node1] => { "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 systemd-journald.socket basic.target \"system-podman\\\\x2dkube.slice\" network-online.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "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": "3071913984", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Friday 21 March 2025 19:17:05 -0400 (0:00:00.791) 0:04:27.655 ********** changed: [managed-node1] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket network-online.target -.mount basic.target \"system-podman\\\\x2dkube.slice\" 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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "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": "3061735424", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Friday 21 March 2025 19:17:16 -0400 (0:00:11.067) 0:04:38.723 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Friday 21 March 2025 19:17:16 -0400 (0:00:00.045) 0:04:38.769 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Friday 21 March 2025 19:17:16 -0400 (0:00:00.037) 0:04:38.807 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Friday 21 March 2025 19:17:16 -0400 (0:00:00.037) 0:04:38.844 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Friday 21 March 2025 19:17:17 -0400 (0:00:00.037) 0:04:38.882 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:299 Friday 21 March 2025 19:17:17 -0400 (0:00:00.059) 0:04:38.941 ********** ok: [managed-node1] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd1", "--format", "{{.State}}" ], "delta": "0:00:00.088200", "end": "2025-03-21 19:17:17.555208", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2025-03-21 19:17:17.467008" } STDOUT: Running ok: [managed-node1] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd2", "--format", "{{.State}}" ], "delta": "0:00:00.035339", "end": "2025-03-21 19:17:17.927121", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2025-03-21 19:17:17.891782" } STDOUT: Running ok: [managed-node1] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd3", "--format", "{{.State}}" ], "delta": "0:00:00.034710", "end": "2025-03-21 19:17:18.310362", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2025-03-21 19:17:18.275652" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:310 Friday 21 March 2025 19:17:18 -0400 (0:00:01.432) 0:04:40.373 ********** ok: [managed-node1] => (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.011657", "end": "2025-03-21 19:17:18.941976", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2025-03-21 19:17:18.930319" } 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-node1] => (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.014299", "end": "2025-03-21 19:17:19.293499", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2025-03-21 19:17:19.279200" } 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-node1] => (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.013872", "end": "2025-03-21 19:17:19.665142", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2025-03-21 19:17:19.651270" } 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-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:327 Friday 21 March 2025 19:17:19 -0400 (0:00:01.226) 0:04:41.600 ********** ok: [managed-node1] => (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": "Fri, 21 Mar 2025 23:17:20 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Fri, 21 Mar 2025 23:12:44 GMT", "redirected": false, "status": 200, "url": "http://localhost:15001/index.txt" } MSG: OK (3 bytes) ok: [managed-node1] => (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": "Fri, 21 Mar 2025 23:17:20 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Fri, 21 Mar 2025 23:12:45 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) TASK [Check host directories] ************************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:335 Friday 21 March 2025 19:17:20 -0400 (0:00:01.016) 0:04:42.616 ********** ok: [managed-node1] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_0_rqegro_podman/httpd1-create" ], "delta": "0:00:00.006759", "end": "2025-03-21 19:17:21.071876", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2025-03-21 19:17:21.065117" } STDOUT: total 0 drwxr-xr-x. 2 podman_basic_user podman_basic_user 6 Mar 21 19:16 ./ drwxrwxrwx. 8 root root 111 Mar 21 19:16 ../ ok: [managed-node1] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_0_rqegro_podman/httpd2-create" ], "delta": "0:00:00.004302", "end": "2025-03-21 19:17:21.416499", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2025-03-21 19:17:21.412197" } STDOUT: total 0 drwxr-xr-x. 2 root root 6 Mar 21 19:16 ./ drwxrwxrwx. 8 root root 111 Mar 21 19:16 ../ ok: [managed-node1] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_0_rqegro_podman/httpd3-create" ], "delta": "0:00:00.004598", "end": "2025-03-21 19:17:21.743553", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2025-03-21 19:17:21.738955" } STDOUT: total 0 drwxrwxrwx. 8 root root 111 Mar 21 19:16 ../ drwxr-xr-x. 2 root root 6 Mar 21 19:16 ./ TASK [Run role again to test for idempotency] ********************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:340 Friday 21 March 2025 19:17:21 -0400 (0:00:01.071) 0:04:43.688 ********** included: fedora.linux_system_roles.podman for managed-node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 21 March 2025 19:17:22 -0400 (0:00:00.194) 0:04:43.883 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 21 March 2025 19:17:22 -0400 (0:00:00.115) 0:04:43.999 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 21 March 2025 19:17:22 -0400 (0:00:00.084) 0:04:44.083 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 21 March 2025 19:17:22 -0400 (0:00:00.060) 0:04:44.144 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 21 March 2025 19:17:22 -0400 (0:00:00.061) 0:04:44.205 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 21 March 2025 19:17:22 -0400 (0:00:00.128) 0:04:44.333 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 21 March 2025 19:17:22 -0400 (0:00:00.047) 0:04:44.381 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (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-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 21 March 2025 19:17:22 -0400 (0:00:00.092) 0:04:44.474 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 21 March 2025 19:17:23 -0400 (0:00:00.812) 0:04:45.286 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 21 March 2025 19:17:23 -0400 (0:00:00.041) 0:04:45.328 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 21 March 2025 19:17:23 -0400 (0:00:00.047) 0:04:45.375 ********** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 21 March 2025 19:17:23 -0400 (0:00:00.041) 0:04:45.417 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 21 March 2025 19:17:23 -0400 (0:00:00.041) 0:04:45.458 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 21 March 2025 19:17:23 -0400 (0:00:00.041) 0:04:45.500 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025008", "end": "2025-03-21 19:17:23.972355", "rc": 0, "start": "2025-03-21 19:17:23.947347" } STDOUT: podman version 5.4.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 21 March 2025 19:17:24 -0400 (0:00:00.396) 0:04:45.897 ********** ok: [managed-node1] => { "ansible_facts": { "podman_version": "5.4.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 21 March 2025 19:17:24 -0400 (0:00:00.043) 0:04:45.940 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 21 March 2025 19:17:24 -0400 (0:00:00.118) 0:04:46.059 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Friday 21 March 2025 19:17:24 -0400 (0:00:00.042) 0:04:46.101 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 21 March 2025 19:17:24 -0400 (0:00:00.065) 0:04:46.166 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Friday 21 March 2025 19:17:24 -0400 (0:00:00.126) 0:04:46.292 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 21 March 2025 19:17:24 -0400 (0:00:00.094) 0:04:46.387 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:17:24 -0400 (0:00:00.094) 0:04:46.482 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:17:24.645000", "stop": "2025-03-21 19:17:26.646301", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:17:26 -0400 (0:00:02.044) 0:04:48.527 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:17:26 -0400 (0:00:00.049) 0:04:48.576 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:17:26 -0400 (0:00:00.124) 0:04:48.701 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:17:26 -0400 (0:00:00.058) 0:04:48.759 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:17:27 -0400 (0:00:00.374) 0:04:49.134 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:17:27 -0400 (0:00:00.050) 0:04:49.184 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:17:27 -0400 (0:00:00.067) 0:04:49.251 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:17:27 -0400 (0:00:00.049) 0:04:49.301 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:17:27 -0400 (0:00:00.068) 0:04:49.370 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:17:27 -0400 (0:00:00.048) 0:04:49.419 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:17:27 -0400 (0:00:00.042) 0:04:49.461 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:17:27 -0400 (0:00:00.043) 0:04:49.504 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:17:27 -0400 (0:00:00.044) 0:04:49.549 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:17:27 -0400 (0:00:00.047) 0:04:49.596 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 21 March 2025 19:17:27 -0400 (0:00:00.065) 0:04:49.662 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Friday 21 March 2025 19:17:27 -0400 (0:00:00.131) 0:04:49.793 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 21 March 2025 19:17:28 -0400 (0:00:00.074) 0:04:49.868 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 21 March 2025 19:17:28 -0400 (0:00:00.042) 0:04:49.911 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Friday 21 March 2025 19:17:28 -0400 (0:00:00.042) 0:04:49.953 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 21 March 2025 19:17:28 -0400 (0:00:00.075) 0:04:50.028 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 21 March 2025 19:17:28 -0400 (0:00:00.041) 0:04:50.070 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Friday 21 March 2025 19:17:28 -0400 (0:00:00.041) 0:04:50.112 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Friday 21 March 2025 19:17:28 -0400 (0:00:00.075) 0:04:50.187 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Friday 21 March 2025 19:17:28 -0400 (0:00:00.111) 0:04:50.299 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Friday 21 March 2025 19:17:28 -0400 (0:00:00.042) 0:04:50.342 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Friday 21 March 2025 19:17:28 -0400 (0:00:00.095) 0:04:50.437 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Friday 21 March 2025 19:17:28 -0400 (0:00:00.041) 0:04:50.478 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Friday 21 March 2025 19:17:28 -0400 (0:00:00.042) 0:04:50.520 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Friday 21 March 2025 19:17:28 -0400 (0:00:00.041) 0:04:50.562 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Friday 21 March 2025 19:17:28 -0400 (0:00:00.041) 0:04:50.604 ********** included: fedora.linux_system_roles.firewall for managed-node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 21 March 2025 19:17:28 -0400 (0:00:00.117) 0:04:50.721 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 21 March 2025 19:17:28 -0400 (0:00:00.071) 0:04:50.793 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 21 March 2025 19:17:29 -0400 (0:00:00.131) 0:04:50.924 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 21 March 2025 19:17:29 -0400 (0:00:00.045) 0:04:50.970 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Friday 21 March 2025 19:17:29 -0400 (0:00:00.045) 0:04:51.015 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Friday 21 March 2025 19:17:29 -0400 (0:00:00.045) 0:04:51.061 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Friday 21 March 2025 19:17:29 -0400 (0:00:00.045) 0:04:51.106 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Friday 21 March 2025 19:17:30 -0400 (0:00:00.756) 0:04:51.863 ********** skipping: [managed-node1] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Friday 21 March 2025 19:17:30 -0400 (0:00:00.068) 0:04:51.931 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Friday 21 March 2025 19:17:30 -0400 (0:00:00.067) 0:04:51.998 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 21 March 2025 19:17:30 -0400 (0:00:00.068) 0:04:52.066 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Friday 21 March 2025 19:17:30 -0400 (0:00:00.063) 0:04:52.130 ********** skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Friday 21 March 2025 19:17:30 -0400 (0:00:00.074) 0:04:52.204 ********** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ActiveEnterTimestampMonotonic": "329744156", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice polkit.service dbus.socket sysinit.target dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-03-21 19:14:01 EDT", "AssertTimestampMonotonic": "329491101", "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": "538433000", "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": "Fri 2025-03-21 19:14:01 EDT", "ConditionTimestampMonotonic": "329491098", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4936", "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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainHandoffTimestampMonotonic": "329520988", "ExecMainPID": "11103", "ExecMainStartTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainStartTimestampMonotonic": "329493804", "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": "Fri 2025-03-21 19:14:01 EDT", "InactiveExitTimestampMonotonic": "329494274", "InvocationID": "16623fae527842cc9fd271100c4f9771", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11103", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3054370816", "MemoryCurrent": "34078720", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34340864", "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": "Fri 2025-03-21 19:17:05 EDT", "StateChangeTimestampMonotonic": "513610679", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Friday 21 March 2025 19:17:30 -0400 (0:00:00.568) 0:04:52.773 ********** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ActiveEnterTimestampMonotonic": "329744156", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice polkit.service dbus.socket sysinit.target dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-03-21 19:14:01 EDT", "AssertTimestampMonotonic": "329491101", "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": "538433000", "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": "Fri 2025-03-21 19:14:01 EDT", "ConditionTimestampMonotonic": "329491098", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4936", "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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainHandoffTimestampMonotonic": "329520988", "ExecMainPID": "11103", "ExecMainStartTimestamp": "Fri 2025-03-21 19:14:01 EDT", "ExecMainStartTimestampMonotonic": "329493804", "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": "Fri 2025-03-21 19:14:01 EDT", "InactiveExitTimestampMonotonic": "329494274", "InvocationID": "16623fae527842cc9fd271100c4f9771", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11103", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3058511872", "MemoryCurrent": "34078720", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34340864", "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": "Fri 2025-03-21 19:17:05 EDT", "StateChangeTimestampMonotonic": "513610679", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Friday 21 March 2025 19:17:31 -0400 (0:00:00.764) 0:04:53.538 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 21 March 2025 19:17:31 -0400 (0:00:00.055) 0:04:53.593 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Friday 21 March 2025 19:17:31 -0400 (0:00:00.040) 0:04:53.634 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Friday 21 March 2025 19:17:31 -0400 (0:00:00.041) 0:04:53.675 ********** ok: [managed-node1] => (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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Friday 21 March 2025 19:17:32 -0400 (0:00:00.497) 0:04:54.172 ********** skipping: [managed-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Friday 21 March 2025 19:17:32 -0400 (0:00:00.058) 0:04:54.231 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Friday 21 March 2025 19:17:32 -0400 (0:00:00.050) 0:04:54.281 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Friday 21 March 2025 19:17:32 -0400 (0:00:00.043) 0:04:54.325 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Friday 21 March 2025 19:17:32 -0400 (0:00:00.042) 0:04:54.367 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Friday 21 March 2025 19:17:32 -0400 (0:00:00.041) 0:04:54.408 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Friday 21 March 2025 19:17:32 -0400 (0:00:00.039) 0:04:54.447 ********** skipping: [managed-node1] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Friday 21 March 2025 19:17:32 -0400 (0:00:00.156) 0:04:54.604 ********** 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-node1 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Friday 21 March 2025 19:17:32 -0400 (0:00:00.136) 0:04:54.741 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Friday 21 March 2025 19:17:32 -0400 (0:00:00.070) 0:04:54.811 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Friday 21 March 2025 19:17:33 -0400 (0:00:00.051) 0:04:54.862 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Friday 21 March 2025 19:17:33 -0400 (0:00:00.073) 0:04:54.936 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Friday 21 March 2025 19:17:33 -0400 (0:00:00.045) 0:04:54.981 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Friday 21 March 2025 19:17:33 -0400 (0:00:00.044) 0:04:55.026 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Friday 21 March 2025 19:17:33 -0400 (0:00:00.046) 0:04:55.072 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Friday 21 March 2025 19:17:33 -0400 (0:00:00.130) 0:04:55.203 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Friday 21 March 2025 19:17:33 -0400 (0:00:00.046) 0:04:55.249 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Friday 21 March 2025 19:17:34 -0400 (0:00:00.732) 0:04:55.981 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Friday 21 March 2025 19:17:34 -0400 (0:00:00.047) 0:04:56.028 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Friday 21 March 2025 19:17:34 -0400 (0:00:00.729) 0:04:56.758 ********** skipping: [managed-node1] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Friday 21 March 2025 19:17:34 -0400 (0:00:00.042) 0:04:56.801 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Friday 21 March 2025 19:17:34 -0400 (0:00:00.042) 0:04:56.844 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Friday 21 March 2025 19:17:35 -0400 (0:00:00.042) 0:04:56.886 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Friday 21 March 2025 19:17:35 -0400 (0:00:00.884) 0:04:57.771 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Friday 21 March 2025 19:17:35 -0400 (0:00:00.041) 0:04:57.812 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Friday 21 March 2025 19:17:36 -0400 (0:00:00.040) 0:04:57.852 ********** ok: [managed-node1] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Friday 21 March 2025 19:17:36 -0400 (0:00:00.049) 0:04:57.902 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Friday 21 March 2025 19:17:36 -0400 (0:00:00.128) 0:04:58.030 ********** skipping: [managed-node1] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Friday 21 March 2025 19:17:36 -0400 (0:00:00.040) 0:04:58.070 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Friday 21 March 2025 19:17:36 -0400 (0:00:00.042) 0:04:58.112 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Friday 21 March 2025 19:17:36 -0400 (0:00:00.041) 0:04:58.154 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Friday 21 March 2025 19:17:36 -0400 (0:00:00.041) 0:04:58.196 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Friday 21 March 2025 19:17:36 -0400 (0:00:00.040) 0:04:58.237 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Friday 21 March 2025 19:17:36 -0400 (0:00:00.041) 0:04:58.278 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Friday 21 March 2025 19:17:36 -0400 (0:00:00.040) 0:04:58.318 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Friday 21 March 2025 19:17:36 -0400 (0:00:00.040) 0:04:58.359 ********** ok: [managed-node1] => (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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Friday 21 March 2025 19:17:37 -0400 (0:00:00.588) 0:04:58.947 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Friday 21 March 2025 19:17:37 -0400 (0:00:00.039) 0:04:58.987 ********** ok: [managed-node1] => { "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:279678024eb3fbbe028ee9c1214ac293890d4afdb0b95d3b88cc4e47eb989bd5", "enabled": 1 } }, "aiccu": { "100": { "checksum": "sha256:a8c89b73668f90f46b47ac6ba8f5f0cdda0a6f5551cd7c23d5b3a7319f99efbd", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:2c755ff2bfe3f383ea8c258fd52b7cabee97eae67970aa3cd07082338122b333", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9d3540bc177cb2bce4a71ad4eada807d857332a2a5d95451cfd7400bad7b9a55", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:096c7e1737ff6b3c945a70e277083caff25c6502dde9883d54a44f395e7241d4", "enabled": 1 } }, "amtu": { "100": { "checksum": "sha256:855ebc27b8c768429955392a63bf0e917a003c59f2c557f4332486d8877bb013", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:4b921c9cb165ace187da7e6c5a17113ba0f7be0855645937a2cd1f098d544670", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:a3a523b825c94940a0270d2cf3c07ca0950ba37bdb26b96c77fefdc9e85fa8ad", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7a3a73cfa2fb3d90dd958be2bccd9d281baca95d996b1414e55f44e69b5c332e", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:dfb64b036e8a8414452cc17c3033acc4e0a0f6c16e46f192279d4c6ecdcdfae4", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:0238020714819d661e580ca114750af2b886b5cc69e6f579e5c6b4a45d562eff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:573bcf3a234986104937694eaa17a33d539451174044bb8e25ddeb89326ca284", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:a56e7cdb72134c76ed04f77842e05086711c085b9cdd6f4ff491cf6043bc7cc2", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:53ece8197a0d66b11a99bde9f950320c813780cad16403678b9885a548c3c6d6", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:1604b2e4c15a774b0e7c0c5088e2eb482478fa357f00800507811a114f4aba81", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:96f33e66bc8d724467e2c2bc46959b26eee7c6d17c76c6633a6cf1eca1883ae1", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:31b2f3f4b64b01e2c173a58801f7835e7d00a924a48b029c1d8d754603da211e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:cacc3e227d14b33c01002600491c4c1abca2df7fc537c8e969151909f40c78da", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:81e2981be514a4015463385393ddd89d3b51218eea1fd49523650e74034e969f", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:8fc95dd14a430f6461e1bf9cfe2a0f4e4e5df7f072aa9c41b63e85a00b844d47", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:126444a5e5e36d9aee4726dabb30da252cbc75ef3faaf2a90643503c6f390646", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "sha256:dd68c06c76cc652c14513d96c0c1fb4dc1547ec0c51ba779fec9fe2afdf86c50", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4ae82ef212e71cebdc3882b8fca34a9246e83080a7aead8c8690fc13327f8c45", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:33f32950a378d5a8dd34ca22d22e2954e392b583b46c6afbaa962def722d7b2b", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:998af8c73e85f25be8a3da8b187953f0aa7f1d4e67713405f88083c0a48182c1", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:957d178cc482a2c8190bcbe338c22db1e2b13253fc3337d365b523807953e4b1", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:1475803363410e043183972af0b2987fb187efb9f961c2cdb95c80c710a12f16", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:5d5a7131788e379d75b383dce1a5780e83375281b0b73b2665318779e0944996", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:b79650caf6f3dbd9ca2b81cb6eba85a72487775b4c24917be2374cf186ec46c8", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:a46191594d0abd3e7e3b75e40b50469bea6b3f1f36a8501bb0c692f84fb3b8c3", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:14dbc6e633336534e9f181b056fc6cb9359745f536858f46621e1007b1cf56f3", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:cfa9a6744ec3472c0658b2e714612b8369f3fd96cd1e095e65af1641825c4b0a", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:34f6bee170c8980d3884f2f3502d3030b1971a73a434c8bada85693d5a81a62e", "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:9f6dce4031aa8fa6a0181e7eb3eb0174e8f50f7c4421c04063726786f47c311e", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:b6923c6e28df09a42f40b088636cef073b54d5228f3b456d4df1ca2a65130028", "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 } }, "cobbler": { "100": { "checksum": "sha256:3172786066cbe5586a26d93c4a28a250f466277939fa6bdb393c85b511da0eb2", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:f92ef0e2d2233e04de10a0dc3b7765d16662209a5bdb4d00c26ec2e255619add", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:8b3ecb15887e1ef65fc39b5455cc63065cfaa14a3cdf2cd74612b1d4530e6a7c", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:af49721d5aa39e5038f7ba4515989f5672a77c93a7538c1c5461b655c699432f", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:54c29ad9eea717959a50a029e3c735670c1b06cbf0f45d72efbc0ddbba80c260", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:67d5b3cbb35089151abe36042c91f1ecb49d72150f6f9d2d6b82ed6e75cf8779", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:88942d6f32b10dcf2a8bb88a03b1a28973046f48d88826d7c037e5f715174620", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:43697ff520be41d687a7beb9fc0b502f66a75954607aa43849d66adf7624e8ec", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:4eb2b986ec33c813ff1a5dcce3839afdd562548f6f669299f4bf26bc9ec14e8e", "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 } }, "cpufreqselector": { "100": { "checksum": "sha256:039573cc4ec4aa72481681d05a64cd42b31a453d675237b7f2674475eef1dd66", "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 } }, "cvs": { "100": { "checksum": "sha256:b27396babd215fe9243b9eeb004c0a623ac1e1e96d48d9b0fc0429c4900d3622", "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:2d9d4209aeeb6954c305dc80ecefde8dab2cdf07478803f613565f7b3a5a1dd3", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:0b9238c17d536715575f59bfecc12b9bd073684e5b1d11f91a6af7e59da196cb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:349f0966a8da0a22ae2a6fc56fb9d371e1db3a226b30662d052ae3848c94deb4", "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 } }, "dnssec": { "100": { "checksum": "sha256:5e9c372fed1cb78d65885dc9e41addf11565048afda403d0a6d82865b16835c4", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:0cc660a1b635ade2d820724cd99b7e7b6f544b236b3513ea99b1ab61afec762d", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:769c06dc788c84149e2ff909d104c5f65a48d465d70211d8596cbdb6eadeeeb3", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:15e28eeeb11271e1d8305d944fdb9d79b88978e2fe3d336893fa6db6b5d42e37", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:4f07c7e98ec90c7f0a9d92c8253c9c417989fa12b5b0408490fdfe0d7ead47d3", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:a08b5e84ad816aea799b6a04187dc22d718bcaa3c201e2f910fbb5e4953e6864", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "sha256:5232d771b8040e161cb5dc3009f5efea10b4cb1df2d2c1e4bbe8175cde059c2d", "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 } }, "gdomap": { "100": { "checksum": "sha256:606de1ee195ffeb367a3c5735b3a8555a9b218a7f7c4815341bff9884431a79d", "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:46e12aaa89187852ba210cb8a087729b7958f1778139968380e45063da83dec1", "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 } }, "hddtemp": { "100": { "checksum": "sha256:0c6863321487399a1ac195be22cc888ee1d792272df7a9b92b5b94f9bd47edb8", "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:e3b1deaf03565215d473b463c011f65af60cf03f892a0420fccd1e7cc76afadc", "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:9d8aeb60af226e148fe288a11bf8337799798edb08889f77e4c458a0d5c177a4", "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:d2e1445f7798adb7dd5fbad71c3881ac0f7fca6f23a16e1be61402d04eca5a9e", "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:2dc67f899f5dd455cf65f508da5f9e2fc533d50d300e2fd0b2caa0e7a30270e0", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:2003cd2c3afecd527e87fef990ecb9998c55e4280cc29b965ab9427918b5ff84", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:3a5460fc695fee8e9c217cfb6f0d1f9f512c68dd5d28312d8b7ebcd55aef84b0", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:e1f3d4c815a42a1df7053a74f99b32313a7c2238d7491c1ce27ddd09152bce39", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:baa46336bdfbd1824a7abe0dc1a9f4d98747f3e546f869cb4442a8973b5bbe32", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "sha256:6caef6899cadb5c3bbbbd17e0f6e888e89b010366c9704d65372e1abffd25f20", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:98c05b22e5727092970a318b9044b14eda8c8a49f682d49b80bb58a88721f20c", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:a9d54d0cdd1cb032c421986cc3d3f203d0a19073b7bafe1356e83f33e7877d88", "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:c4761aa38e9cf98e601e2c51f37ef76101481d32ef1c06e3ef11b915c03d7993", "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 } }, "lttng-tools": { "100": { "checksum": "sha256:a04c23beadb8e34521dd1da194266459c43733292d13ad54220e482119708024", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d01957f81122db62b0bf85935652417f8e387f477b60f6f32e1a4c0ad1050722", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:751d0613407268b18a7bbaf4cdaaf3e4bb45624f09ff27cf908018167fb93b1b", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:36d2e6aec0dc93461fa35e68b8ed17c48f2269017602eab96edc47f87ffa3f28", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:500911ac4c30a2d4e093ff4f52e9cd59fc55b669e565fca1e8af9453e16a9828", "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 } }, "milter": { "100": { "checksum": "sha256:7e833bcc3c5fb699a40b9dbfbdd17acdb25255632503f0aeada21641d0a3c2ff", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:86b0f09eeae6858e8dc3092d841e03a3b1f84fee4e5afe792910ffb18611b3ea", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:17fd8806b4ccf9c9091e64bcb81707e1aa4b25444b311f39b716ad010b607dc6", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:544a2a1d77e86d698d4fc7a06a704515fc0f88f57bc3490cdda59cf530e83aa1", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:559f540b2d992290c722920d8babb9b32780b86ff6fb109bc75b1745593bd2e6", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:cd27a2ddd4e3147a70311c334bf137107973b917af9bddab0aa19c74bde11091", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:fd0e1c626359906315e9e4523c2b3a2e49cfcee101a76db4d07409795fa6ee48", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:e2f4c4ed2a9ddc16d4aa71ccd77a66445eda6836a4c41cfe0765c88f5726e44a", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:beb2fe6bc1ad07f59cd052d7ecb5095a9f0bf5f85ab01f8abc7d295545883d64", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:3d532479ef0cacbd2b22ff72ae714d52ed945343f054b9a78b8306f8fa1df64f", "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 } }, "mplayer": { "100": { "checksum": "sha256:9e0daf6047f3a37642952ada62d45ebbda76407c8dd1d7d05b6774d5a71776df", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:9531a85d2e40c8ee4c2ac3765d587184e3696d188d413e8d5e4365fe44472ee0", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:13b5559cd00f464279f6602ac272bc77c85ab4d8b088747e7d21ef1daa75147b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:c3bf8b0536cc2de22efb75ed39ca661749371652d08ee4c4dc8885bdd823f1b3", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:2f117db07ab5a49aae05bc5ffc1fb1603637a50e0bf6bc34efea6262be945d11", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:02e7c1900c48f9080456a4f66d36053dec25ea0a3d30849b1b5524a8cb19691f", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:e7925b19cc41e810e79e7706910eaf24be550f5d8dbb64fa1e033e8f5265e466", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:ce22f08b95cbd4418ceb06b45902ee0e5e37badb2fc45a2263d9c31f4dc8b8d7", "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:cd0c6c047c2eed61f55c72bd5182fead1a86773fcd1402347db74d98305fb862", "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 } }, "nsd": { "100": { "checksum": "sha256:4647f70fa0afcbbf6ac55d058fd1b0564f34f94984702c785075b5914a399fe1", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:1fbc1e4a727baa08fe3634251cfa552818703d16d45ce5250bda6ba8b2cc7288", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:2dfbdc3a5a92f2f5be3e4478df5b4a609272596867b19a3e2c4fbc1508ea7766", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:f2f51d3ff350cafbc5fb28afbbe58b8743e90b566c6fe862dc8e5d96098f6700", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8ded7f9973279ad47a63cf063eed5ff9f07a9d195699a1c639557041a00a3c79", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:8ea9d29b05734290b0d7ec5db20ee1841a13a75eb74f1300ed6fc7ded071e56c", "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 } }, "openct": { "100": { "checksum": "sha256:6d9cda58c52eb467637a63018bddf899699be6eea443bc14a2d40d24a53731c9", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:2bdea01224b603018cc2b9ac6b8dbd572fa7629165ab0db21effaa6d7ec07bee", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:f58fc23645097c7faabdb3f4b8cf75a7e4fb20ec6d07eb40bcadce2f290d3dc4", "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 } }, "openvpn": { "100": { "checksum": "sha256:5d9026d4adc2a8583c3fa389ec513687edcdb936e2e8bf81386245a8a6109073", "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:71de1092e2d8484958efd65a78b93f2cb7d1e790278d4bb3c88b0d5dee6045b3", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:24245fa0475a2288824322a48fc24aca60779685cb03e311b6bfbf1256366df3", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:db0ffc3911ff5657065b4de6fbdb26f04150ecff3c46fff66076856c831376d8", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:f9dc6149a9d438c34dd75cf9a58954e51ece47d1e6b201d04c6f93d25d877219", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:be46e2e5016783bcbd1b6121c16dac420ad84599fbc9ab03cef6e73c635491cb", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:36f7ab1582be93e02bbdc834ccc247cc4e38789758beab56dae383c975329335", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:67eba482a5bbd24a02c8d27ebe519f33201b3ce79aa2ae5216e8388b842427e4", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:a3d7fd224d89deb2a5052e5949258f4846eec9395136403c55c107e04e90a785", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:e8cad5b42141d2ec77e6a439d0d9c35fddb52f8915bc43f07b60d9531fb77a69", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5450ee371c78bed8bf0ec1c19145111158f8208dc8c259f014f4eaa2880f657e", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:fc7c8fc49fc2673212c86595653f9f491456a7877988f7ffabea0e6d9b91eee1", "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 } }, "postgrey": { "100": { "checksum": "sha256:10aa26d584dd36c76612a6e9a61ce47ea3d306610f1bb45e8078f4e1de92de9d", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:1925b8e054a2d83ceba75edc2ad4afeffef707844f07a4d41c1d0e656d4b6b13", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:dcabc753b8f94f205a5789e1002762bf925bccba78f81006577b4dfe4447e69a", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:2d9bc164872c547b324c28ace5989223074cb9afd92853a6f56d652a04c6d494", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:b9cf121de803376d21cf971181d5f183b6d9d0be20a7d1dbbbff4834f951ac1d", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:41015e7118f63f54987554f279679c09e61af6d39ed6d329363d408df6e2d94b", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:c63ddd775f40778f108ac698d8dec07a4d492c86494cc5ac58a7455249896e24", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:3c15ed36a0e8f5323d71fc061a25aebf4604ffb2ec21ba56ba0ee8c972203c31", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:19ea6f5d96cdaf706855b34d0b42e4c4cc325b058da3ea0789fdf844e5b03c20", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:1f26895762f6436d139b0bbdae0e778b76c1870e5ec2a70c9805fefa8843b7cf", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:99360124d5f6a6e58d1df9809e66d0afa1304a2f07ceb9049a8cced7d4bde9b8", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:96ac0006d65fd04b20c7d2347331577aa0f2518ee61bd14f66b0850051e600be", "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:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:b1bbd358f24d0d3f5b7eaae8549634a358486deff8e23e73a08029ea5a200897", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:a8af648958d994224fa0185187a1f7fac36dcd2f9860568443adde7cf69514cc", "enabled": 1 } }, "rhev": { "100": { "checksum": "sha256:c13ea35a73a74cff6ad06dab0c984564c50a3c0782999f10e30f84e2cc9db35d", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:eca0b3bcf2637ca132d57b7727481afe218bd195fc65b36bdd836fc1d8f49a10", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:3982604acb7748d747b3f053e494c102ab8af57aec179e5b220e458f9a7cd961", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:39c3eb7f52273ce88f976c82dacc3a0278c02948e63b940e1217a1685c71fee8", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:39f15722a115b11064c20b8bc2758e8fe06531a8f923ea00a3e7079a0554e3d6", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a6b6e0522240e083fff4f7d32223412f4bf9a757a681e1a78b000aed9c873a22", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:797fe308799dbc2437aa2f51349a5ad2edad09f73fad4ebf0fe610707fedab1b", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:170ec5c46d75ab5e0a7000fbb43e113d1009c02c67cff95efdd50f10254a065e", "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 } }, "rshd": { "100": { "checksum": "sha256:64c6c9c48250a48603474683d04eb4690cbca659b2f7df54843b395bd591421e", "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:00f3e6f9de99ee493e245b3c2df0167aaefef63863257785aab44152e2994a37", "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:009711c0e094f34b06bd2b63e5c874e8fe2a135447c687c0a3d8950ebf48ad2b", "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 } }, "smokeping": { "100": { "checksum": "sha256:4f5f2ec60be7d6c6e69be582b34db6cf167bc902a129543f22f3dd3d5e9b0e12", "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:730fdb951fc5903ac384e8f9ea40fdd4d78ac61906fa3057496ea690233bb3d1", "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 } }, "sysadm": { "100": { "checksum": "sha256:ff6d223e060061cde89544ea0b849c07e5e52b3b1c0aaf24a90f766b908b0572", "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:11c0be1462f28c928c950bd5fb59e6b78539e3aa9a9cf1dc2e5f34baf39dfb0f", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:8ffb5712bc861ac7bf7ff1ce80c7460c6b9d18f05d315109b298047d65fde160", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:f783db19a42b2eaeb812750d9e19a3e08d3b6c1c66f5b372db4815a8ab0501ec", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:f5765f8a7d36e42e9fa253c3d2dd77f0409372fe740a1ff01ff4f91066a4d5c0", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:3bfe4bafe3dfdc4272396e27fb4a61d934f07c2e58b8db9f6fdcdf06fe1c0925", "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 } }, "tlp": { "100": { "checksum": "sha256:ea9bd1b71a20d1f958f810ddd94461759c837d8d83beaf74bb4744fae0b8563b", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:ca4008994520fbb440db5cc902d328639a5ce9b2de2b04a243c3877e37770387", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:11d2231fa4532ca4a956a74c8395ace40a74d0a960b049e448b435496ce628d3", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:253d87020d97087ff647fcdf57ce8b88fa6575b4884a842371477c2ffa62bd37", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:63846a75214d60613198a5609cccb74150ed93abe971008d29f3fac4effd2178", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3befcf83ade571f2ba648d05de2f0c8cd4a6034c20df60390e2c6621dfaa98b8", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:991ee9601fb8c661434f8b1ad558ee0cfd9880cb10945ffcc00e46bc665891a5", "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:d49ecea49586eb81b583e155a507b07ce90123b31f23de8721dbfb397fc90219", "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:ce2b5d59521875e3874cb0da310c3e17a73b6039c5377eb9aabbb5e153daff96", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:b410d1fcfd6557bc01e39b089680881e2dbcf2edc66179a94a7a248770d5b037", "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:3a2cc24d1950cf636541e047be9a323fa36f31a0e202d694c720600bdfc501ec", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fdfaeec1231cbc6a8fe1366d3d619221199fc669b52c88f78a318dc25b3be448", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:7f305e00748ff82c9800d6e7828d7335b95f677a7b5f77422f3000b450b08ecb", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:9d883b74673ee8481fc07ff8458f40935cea1c6d435fec501a6f7c02d535b961", "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 } }, "vnstatd": { "100": { "checksum": "sha256:38c867c33443236998cf6e6580f7252cbe422837112d6a435682f20add719045", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:6552994eb88154f5adf2f8bed8fef92e80fec9cd21953e8a49967c043673f47d", "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:dcdb0ffe9b4ffc18f3d3c1e6b81e7dcd18ef81b771b50f120d72af547df6c52f", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:d074aae94e58e5eb87ccc17a5b8fd3daa69ae395c847123445b51b5d6bf1c330", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:edfd0c09452a1977031c520579d31b583b5203912ae6abb5944d5eeba0533a04", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:0d3f1c7551f7d41460431d1b5a07ca8b345b7f008fd117eaf80b97ffa0ba364c", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9a4972b9fd4d16e5a2199fa84c97cd69898aa6bd431c3b988f4a988498ba8c8d", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:3aa879c28a994a8e584ec959862570b5d22e879623f1389c0accfe0ff954899a", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Friday 21 March 2025 19:17:40 -0400 (0:00:03.133) 0:05:02.120 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Friday 21 March 2025 19:17:40 -0400 (0:00:00.066) 0:05:02.187 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Friday 21 March 2025 19:17:40 -0400 (0:00:00.054) 0:05:02.241 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Friday 21 March 2025 19:17:40 -0400 (0:00:00.080) 0:05:02.322 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Friday 21 March 2025 19:17:40 -0400 (0:00:00.047) 0:05:02.369 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Friday 21 March 2025 19:17:40 -0400 (0:00:00.047) 0:05:02.417 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Friday 21 March 2025 19:17:40 -0400 (0:00:00.038) 0:05:02.456 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 21 March 2025 19:17:40 -0400 (0:00:00.039) 0:05:02.495 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:17:40 -0400 (0:00:00.142) 0:05:02.638 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:17:40 -0400 (0:00:00.056) 0:05:02.694 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:17:41 -0400 (0:00:00.250) 0:05:02.944 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:17:41 -0400 (0:00:00.046) 0:05:02.990 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:17:41 -0400 (0:00:00.077) 0:05:03.068 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:17:41.230385", "stop": "2025-03-21 19:17:43.231737", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:17:43 -0400 (0:00:02.071) 0:05:05.139 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:17:43 -0400 (0:00:00.409) 0:05:05.549 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:17:43 -0400 (0:00:00.048) 0:05:05.597 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:17:43 -0400 (0:00:00.059) 0:05:05.657 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:17:44 -0400 (0:00:00.375) 0:05:06.032 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004405", "end": "2025-03-21 19:17:44.498454", "rc": 0, "start": "2025-03-21 19:17:44.494049" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:17:44 -0400 (0:00:00.399) 0:05:06.431 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:17:44.604604", "stop": "2025-03-21 19:17:46.605815", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:17:46 -0400 (0:00:02.054) 0:05:08.486 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.005816", "end": "2025-03-21 19:17:46.940113", "rc": 0, "start": "2025-03-21 19:17:46.934297" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:17:47 -0400 (0:00:00.376) 0:05:08.863 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:17:47.032149", "stop": "2025-03-21 19:17:49.033367", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:17:49 -0400 (0:00:02.146) 0:05:11.010 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:17:49 -0400 (0:00:00.059) 0:05:11.069 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:17:49 -0400 (0:00:00.044) 0:05:11.114 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:17:49 -0400 (0:00:00.044) 0:05:11.158 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:17:49 -0400 (0:00:00.043) 0:05:11.201 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:17:49 -0400 (0:00:00.043) 0:05:11.245 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:17:49 -0400 (0:00:00.044) 0:05:11.290 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:17:49 -0400 (0:00:00.040) 0:05:11.330 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/podman_basic_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:17:49 -0400 (0:00:00.061) 0:05:11.392 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:17:49 -0400 (0:00:00.044) 0:05:11.437 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:17:49 -0400 (0:00:00.048) 0:05:11.485 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:17:49 -0400 (0:00:00.047) 0:05:11.533 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.005249", "end": "2025-03-21 19:17:49.982438", "rc": 0, "start": "2025-03-21 19:17:49.977189" } 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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:17:50 -0400 (0:00:00.456) 0:05:11.989 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:17:50 -0400 (0:00:00.057) 0:05:12.046 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Friday 21 March 2025 19:17:50 -0400 (0:00:00.088) 0:05:12.134 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:17:50 -0400 (0:00:00.071) 0:05:12.205 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:17:50 -0400 (0:00:00.376) 0:05:12.582 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:17:50 -0400 (0:00:00.049) 0:05:12.632 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Friday 21 March 2025 19:17:50 -0400 (0:00:00.043) 0:05:12.675 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_0_rqegro_podman/httpd1", "/tmp/lsr_0_rqegro_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Friday 21 March 2025 19:17:50 -0400 (0:00:00.062) 0:05:12.738 ********** ok: [managed-node1] => (item=/tmp/lsr_0_rqegro_podman/httpd1) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_0_rqegro_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_0_rqegro_podman/httpd1", "secontext": "system_u:object_r:container_file_t:s0:c552,c799", "size": 23, "state": "directory", "uid": 3001 } ok: [managed-node1] => (item=/tmp/lsr_0_rqegro_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_0_rqegro_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_0_rqegro_podman/httpd1-create", "secontext": "system_u:object_r:container_file_t:s0:c552,c799", "size": 6, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Friday 21 March 2025 19:17:51 -0400 (0:00:00.738) 0:05:13.476 ********** ok: [managed-node1] => (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-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Friday 21 March 2025 19:17:53 -0400 (0:00:01.797) 0:05:15.274 ********** ok: [managed-node1] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1742598976.7818549, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "143052a3c5047a8bb8ac883b2630caae041ba9b7", "ctime": 1742598976.1708498, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 62914826, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742598975.8918474, "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": "3318158204", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Friday 21 March 2025 19:17:53 -0400 (0:00:00.442) 0:05:15.716 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Friday 21 March 2025 19:17:54 -0400 (0:00:00.452) 0:05:16.169 ********** ok: [managed-node1] => { "changed": false, "checksum": "143052a3c5047a8bb8ac883b2630caae041ba9b7", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Friday 21 March 2025 19:17:55 -0400 (0:00:00.684) 0:05:16.853 ********** ok: [managed-node1] => { "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-03-21T19:17:55-04:00" level=info msg="/bin/podman filtering at log level debug" time="2025-03-21T19:17:55-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-03-21T19:17:55-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2025-03-21T19:17:55-04:00" level=info msg="Using sqlite as database backend" time="2025-03-21T19:17:55-04:00" level=debug msg="systemd-logind: Unknown object '/'." time="2025-03-21T19:17:55-04:00" level=debug msg="Using graph driver overlay" time="2025-03-21T19:17:55-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2025-03-21T19:17:55-04:00" level=debug msg="Using run root /run/user/3001/containers" time="2025-03-21T19:17:55-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2025-03-21T19:17:55-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2025-03-21T19:17:55-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2025-03-21T19:17:55-04:00" level=debug msg="Using transient store: false" time="2025-03-21T19:17:55-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2025-03-21T19:17:55-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-03-21T19:17:55-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-03-21T19:17:55-04:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2025-03-21T19:17:55-04:00" level=debug msg="Cached value indicated that native-diff is usable" time="2025-03-21T19:17:55-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2025-03-21T19:17:55-04:00" level=debug msg="Initializing event backend file" time="2025-03-21T19:17:55-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2025-03-21T19:17:55-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2025-03-21T19:17:55-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2025-03-21T19:17:55-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2025-03-21T19:17:55-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2025-03-21T19:17:55-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2025-03-21T19:17:55-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-03-21T19:17:55-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-03-21T19:17:55-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2025-03-21T19:17:55-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2025-03-21T19:17:55-04:00" level=info msg="Setting parallel job count to 7" time="2025-03-21T19:17:55-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 174035f9bd27b951039fc727eb919cec318cce15285ea266206b2cbe4cdc6a2f bridge podman1 2025-03-21 19:16:16.782762061 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2025-03-21T19:17:55-04:00" level=debug msg="Successfully loaded 2 networks" time="2025-03-21T19:17:55-04:00" level=debug msg="Looking up image \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage" time="2025-03-21T19:17:55-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:17:55-04:00" level=debug msg="Trying \"localhost/podman-pause:5.4.0-1741824000\" ..." time="2025-03-21T19:17:55-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6\"" time="2025-03-21T19:17:55-04:00" level=debug msg="Found image \"localhost/podman-pause:5.4.0-1741824000\" as \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage" time="2025-03-21T19:17:55-04:00" level=debug msg="Found image \"localhost/podman-pause:5.4.0-1741824000\" as \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage ([overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6)" time="2025-03-21T19:17:55-04:00" level=debug msg="exporting opaque data as blob \"sha256:d39541d4cc4be8efeccd2e9f5ea607ac2ae84ac1c1e8895f39ab7f1d772238a6\"" time="2025-03-21T19:17:55-04:00" level=debug msg="Pod using bridge network mode" time="2025-03-21T19:17:55-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_0fdded7d7785dfea6ff752b1af87ba4a61b11321eee2d4727cf5453b517b6c55.slice for parent user.slice and name libpod_pod_0fdded7d7785dfea6ff752b1af87ba4a61b11321eee2d4727cf5453b517b6c55" time="2025-03-21T19:17:55-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_0fdded7d7785dfea6ff752b1af87ba4a61b11321eee2d4727cf5453b517b6c55.slice" time="2025-03-21T19:17:55-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_0fdded7d7785dfea6ff752b1af87ba4a61b11321eee2d4727cf5453b517b6c55.slice" time="2025-03-21T19:17:55-04:00" level=debug msg="Shutting down engines" TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Friday 21 March 2025 19:17:55 -0400 (0:00:00.556) 0:05:17.410 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Friday 21 March 2025 19:17:55 -0400 (0:00:00.047) 0:05:17.457 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Friday 21 March 2025 19:17:55 -0400 (0:00:00.048) 0:05:17.506 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Friday 21 March 2025 19:17:55 -0400 (0:00:00.048) 0:05:17.555 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:17:55 -0400 (0:00:00.048) 0:05:17.603 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:17:55 -0400 (0:00:00.056) 0:05:17.660 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:17:55 -0400 (0:00:00.058) 0:05:17.718 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:17:55 -0400 (0:00:00.045) 0:05:17.763 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:17:56 -0400 (0:00:00.165) 0:05:17.928 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:17:56.091716", "stop": "2025-03-21 19:17:58.093083", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:17:58 -0400 (0:00:02.044) 0:05:19.973 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:17:58 -0400 (0:00:00.394) 0:05:20.367 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:17:58 -0400 (0:00:00.048) 0:05:20.415 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:17:58 -0400 (0:00:00.061) 0:05:20.477 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:17:59 -0400 (0:00:00.379) 0:05:20.856 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:17:59 -0400 (0:00:00.044) 0:05:20.900 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:17:59 -0400 (0:00:00.043) 0:05:20.944 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:17:59 -0400 (0:00:00.043) 0:05:20.988 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:17:59 -0400 (0:00:00.043) 0:05:21.031 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:17:59 -0400 (0:00:00.044) 0:05:21.076 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:17:59 -0400 (0:00:00.131) 0:05:21.207 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:17:59 -0400 (0:00:00.042) 0:05:21.250 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:17:59 -0400 (0:00:00.044) 0:05:21.294 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:17:59 -0400 (0:00:00.061) 0:05:21.356 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:17:59 -0400 (0:00:00.043) 0:05:21.399 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:17:59 -0400 (0:00:00.041) 0:05:21.441 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:17:59 -0400 (0:00:00.063) 0:05:21.504 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:17:59 -0400 (0:00:00.044) 0:05:21.549 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:17:59 -0400 (0:00:00.048) 0:05:21.597 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:17:59 -0400 (0:00:00.048) 0:05:21.646 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005265", "end": "2025-03-21 19:18:00.096461", "rc": 0, "start": "2025-03-21 19:18:00.091196" } 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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:18:00 -0400 (0:00:00.374) 0:05:22.021 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:18:00 -0400 (0:00:00.039) 0:05:22.060 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Friday 21 March 2025 19:18:00 -0400 (0:00:00.180) 0:05:22.241 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:18:00 -0400 (0:00:00.070) 0:05:22.312 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:18:00 -0400 (0:00:00.060) 0:05:22.372 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:18:00 -0400 (0:00:00.074) 0:05:22.447 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Friday 21 March 2025 19:18:00 -0400 (0:00:00.068) 0:05:22.516 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_0_rqegro_podman/httpd2", "/tmp/lsr_0_rqegro_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Friday 21 March 2025 19:18:00 -0400 (0:00:00.101) 0:05:22.617 ********** ok: [managed-node1] => (item=/tmp/lsr_0_rqegro_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_0_rqegro_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_0_rqegro_podman/httpd2", "secontext": "system_u:object_r:container_file_t:s0:c208,c591", "size": 23, "state": "directory", "uid": 0 } ok: [managed-node1] => (item=/tmp/lsr_0_rqegro_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_0_rqegro_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_0_rqegro_podman/httpd2-create", "secontext": "system_u:object_r:container_file_t:s0:c208,c591", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Friday 21 March 2025 19:18:01 -0400 (0:00:00.821) 0:05:23.439 ********** ok: [managed-node1] => (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-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Friday 21 March 2025 19:18:02 -0400 (0:00:01.094) 0:05:24.534 ********** ok: [managed-node1] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1742598999.2850423, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "33e6575878d365b823046255d00becb6916a54bc", "ctime": 1742598998.7680383, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 645923022, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742598998.505036, "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": "1871863688", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Friday 21 March 2025 19:18:03 -0400 (0:00:00.399) 0:05:24.933 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Friday 21 March 2025 19:18:03 -0400 (0:00:00.383) 0:05:25.316 ********** ok: [managed-node1] => { "changed": false, "checksum": "33e6575878d365b823046255d00becb6916a54bc", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Friday 21 March 2025 19:18:04 -0400 (0:00:00.726) 0:05:26.043 ********** ok: [managed-node1] => { "actions": [ "/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml" ], "changed": false } STDERR: time="2025-03-21T19:18:04-04:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2025-03-21T19:18:04-04:00" level=debug msg="Called kube.PersistentPreRunE(/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml)" time="2025-03-21T19:18:04-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2025-03-21T19:18:04-04:00" level=info msg="Using sqlite as database backend" time="2025-03-21T19:18:04-04:00" level=debug msg="Using graph driver overlay" time="2025-03-21T19:18:04-04:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2025-03-21T19:18:04-04:00" level=debug msg="Using run root /run/containers/storage" time="2025-03-21T19:18:04-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2025-03-21T19:18:04-04:00" level=debug msg="Using tmp dir /run/libpod" time="2025-03-21T19:18:04-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2025-03-21T19:18:04-04:00" level=debug msg="Using transient store: false" time="2025-03-21T19:18:04-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2025-03-21T19:18:04-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-03-21T19:18:04-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2025-03-21T19:18:04-04:00" level=debug msg="Cached value indicated that metacopy is being used" time="2025-03-21T19:18:04-04:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2025-03-21T19:18:04-04:00" level=info msg="Not using native diff for overlay, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" time="2025-03-21T19:18:04-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2025-03-21T19:18:04-04:00" level=debug msg="Initializing event backend journald" time="2025-03-21T19:18:04-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2025-03-21T19:18:04-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2025-03-21T19:18:04-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2025-03-21T19:18:04-04:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2025-03-21T19:18:04-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2025-03-21T19:18:04-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2025-03-21T19:18:04-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2025-03-21T19:18:04-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2025-03-21T19:18:04-04:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2025-03-21T19:18:04-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2025-03-21T19:18:04-04:00" level=info msg="Setting parallel job count to 7" time="2025-03-21T19:18:04-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 5d073a6b7bd17bfbb747c8b8c2f1e1aaf79bde48404cb3ff5a3130851af71ab5 bridge podman1 2025-03-21 19:14:18.974116992 -0400 EDT [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2025-03-21T19:18:04-04:00" level=debug msg="Successfully loaded 2 networks" time="2025-03-21T19:18:04-04:00" level=debug msg="Looking up image \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage" time="2025-03-21T19:18:04-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2025-03-21T19:18:04-04:00" level=debug msg="Trying \"localhost/podman-pause:5.4.0-1741824000\" ..." time="2025-03-21T19:18:04-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@7bc6668503bf824b12ca97afac955b53c29fbc64b452be0e5cb3ec069867c0b3\"" time="2025-03-21T19:18:04-04:00" level=debug msg="Found image \"localhost/podman-pause:5.4.0-1741824000\" as \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage" time="2025-03-21T19:18:04-04:00" level=debug msg="Found image \"localhost/podman-pause:5.4.0-1741824000\" as \"localhost/podman-pause:5.4.0-1741824000\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.mountopt=nodev,metacopy=on]@7bc6668503bf824b12ca97afac955b53c29fbc64b452be0e5cb3ec069867c0b3)" time="2025-03-21T19:18:04-04:00" level=debug msg="exporting opaque data as blob \"sha256:7bc6668503bf824b12ca97afac955b53c29fbc64b452be0e5cb3ec069867c0b3\"" time="2025-03-21T19:18:04-04:00" level=debug msg="Pod using bridge network mode" time="2025-03-21T19:18:04-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_1d7e0d2566b11ba32694ada5f1c0e908719ceb7002bcc6d0a6d778e0e0a38085.slice for parent machine.slice and name libpod_pod_1d7e0d2566b11ba32694ada5f1c0e908719ceb7002bcc6d0a6d778e0e0a38085" time="2025-03-21T19:18:04-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_1d7e0d2566b11ba32694ada5f1c0e908719ceb7002bcc6d0a6d778e0e0a38085.slice" time="2025-03-21T19:18:04-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_1d7e0d2566b11ba32694ada5f1c0e908719ceb7002bcc6d0a6d778e0e0a38085.slice" time="2025-03-21T19:18:04-04:00" level=debug msg="Shutting down engines" time="2025-03-21T19:18:04-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=35830 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Friday 21 March 2025 19:18:04 -0400 (0:00:00.479) 0:05:26.522 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Friday 21 March 2025 19:18:04 -0400 (0:00:00.063) 0:05:26.586 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Friday 21 March 2025 19:18:04 -0400 (0:00:00.045) 0:05:26.632 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Friday 21 March 2025 19:18:04 -0400 (0:00:00.072) 0:05:26.705 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:18:04 -0400 (0:00:00.078) 0:05:26.783 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_0_rqegro_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:18:05 -0400 (0:00:00.095) 0:05:26.878 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:18:05 -0400 (0:00:00.099) 0:05:26.977 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:18:05 -0400 (0:00:00.052) 0:05:27.029 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:18:05 -0400 (0:00:00.093) 0:05:27.123 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:18:05.286135", "stop": "2025-03-21 19:18:07.287492", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:18:07 -0400 (0:00:02.044) 0:05:29.167 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:18:07 -0400 (0:00:00.137) 0:05:29.305 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:18:07 -0400 (0:00:00.048) 0:05:29.353 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:18:07 -0400 (0:00:00.060) 0:05:29.414 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:18:07 -0400 (0:00:00.389) 0:05:29.803 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:18:08 -0400 (0:00:00.052) 0:05:29.856 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:18:08 -0400 (0:00:00.054) 0:05:29.910 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:18:08 -0400 (0:00:00.043) 0:05:29.953 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:18:08 -0400 (0:00:00.044) 0:05:29.998 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:18:08 -0400 (0:00:00.043) 0:05:30.042 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:18:08 -0400 (0:00:00.043) 0:05:30.085 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:18:08 -0400 (0:00:00.059) 0:05:30.145 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:18:08 -0400 (0:00:00.057) 0:05:30.202 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:18:08 -0400 (0:00:00.136) 0:05:30.338 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:18:08 -0400 (0:00:00.044) 0:05:30.383 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:18:08 -0400 (0:00:00.039) 0:05:30.423 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:18:08 -0400 (0:00:00.064) 0:05:30.487 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:18:08 -0400 (0:00:00.044) 0:05:30.532 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:18:08 -0400 (0:00:00.048) 0:05:30.581 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:18:08 -0400 (0:00:00.049) 0:05:30.630 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005497", "end": "2025-03-21 19:18:09.085138", "rc": 0, "start": "2025-03-21 19:18:09.079641" } 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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:18:09 -0400 (0:00:00.380) 0:05:31.011 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:18:09 -0400 (0:00:00.040) 0:05:31.051 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Friday 21 March 2025 19:18:09 -0400 (0:00:00.087) 0:05:31.139 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:18:09 -0400 (0:00:00.150) 0:05:31.290 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:18:09 -0400 (0:00:00.041) 0:05:31.331 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:18:09 -0400 (0:00:00.040) 0:05:31.372 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Friday 21 March 2025 19:18:09 -0400 (0:00:00.041) 0:05:31.413 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_0_rqegro_podman/httpd3", "/tmp/lsr_0_rqegro_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Friday 21 March 2025 19:18:09 -0400 (0:00:00.060) 0:05:31.474 ********** ok: [managed-node1] => (item=/tmp/lsr_0_rqegro_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_0_rqegro_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_0_rqegro_podman/httpd3", "secontext": "system_u:object_r:container_file_t:s0:c177,c772", "size": 23, "state": "directory", "uid": 0 } ok: [managed-node1] => (item=/tmp/lsr_0_rqegro_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_0_rqegro_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_0_rqegro_podman/httpd3-create", "secontext": "system_u:object_r:container_file_t:s0:c177,c772", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Friday 21 March 2025 19:18:10 -0400 (0:00:00.766) 0:05:32.241 ********** ok: [managed-node1] => (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-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Friday 21 March 2025 19:18:11 -0400 (0:00:01.369) 0:05:33.610 ********** ok: [managed-node1] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1742599023.8922415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "08adcb2d303b507992a24b57e6cf8d7685051cb6", "ctime": 1742599023.4302378, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 373293283, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742599023.1632357, "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": "293952242", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Friday 21 March 2025 19:18:12 -0400 (0:00:00.385) 0:05:33.996 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Friday 21 March 2025 19:18:12 -0400 (0:00:00.378) 0:05:34.375 ********** ok: [managed-node1] => { "changed": false, "checksum": "08adcb2d303b507992a24b57e6cf8d7685051cb6", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Friday 21 March 2025 19:18:13 -0400 (0:00:00.635) 0:05:35.010 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Friday 21 March 2025 19:18:13 -0400 (0:00:00.496) 0:05:35.506 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Friday 21 March 2025 19:18:13 -0400 (0:00:00.071) 0:05:35.578 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Friday 21 March 2025 19:18:13 -0400 (0:00:00.171) 0:05:35.749 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Friday 21 March 2025 19:18:13 -0400 (0:00:00.068) 0:05:35.818 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Friday 21 March 2025 19:18:14 -0400 (0:00:00.048) 0:05:35.867 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Friday 21 March 2025 19:18:14 -0400 (0:00:00.038) 0:05:35.905 ********** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Friday 21 March 2025 19:18:14 -0400 (0:00:00.036) 0:05:35.942 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Friday 21 March 2025 19:18:14 -0400 (0:00:00.040) 0:05:35.982 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:346 Friday 21 March 2025 19:18:14 -0400 (0:00:00.102) 0:05:36.084 ********** ok: [managed-node1] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd1", "--format", "{{.State}}" ], "delta": "0:00:00.082409", "end": "2025-03-21 19:18:14.721682", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2025-03-21 19:18:14.639273" } STDOUT: Running ok: [managed-node1] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd2", "--format", "{{.State}}" ], "delta": "0:00:00.033565", "end": "2025-03-21 19:18:15.105560", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2025-03-21 19:18:15.071995" } STDOUT: Running ok: [managed-node1] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd3", "--format", "{{.State}}" ], "delta": "0:00:00.035082", "end": "2025-03-21 19:18:15.475875", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2025-03-21 19:18:15.440793" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:357 Friday 21 March 2025 19:18:15 -0400 (0:00:01.319) 0:05:37.404 ********** ok: [managed-node1] => (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.012032", "end": "2025-03-21 19:18:15.932875", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2025-03-21 19:18:15.920843" } 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-node1] => (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.013809", "end": "2025-03-21 19:18:16.300354", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2025-03-21 19:18:16.286545" } 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-node1] => (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.013976", "end": "2025-03-21 19:18:16.647193", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2025-03-21 19:18:16.633217" } 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-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:374 Friday 21 March 2025 19:18:16 -0400 (0:00:01.193) 0:05:38.597 ********** ok: [managed-node1] => (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": "Fri, 21 Mar 2025 23:18:17 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Fri, 21 Mar 2025 23:12:44 GMT", "redirected": false, "status": 200, "url": "http://localhost:15001/index.txt" } MSG: OK (3 bytes) ok: [managed-node1] => (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": "Fri, 21 Mar 2025 23:18:17 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Fri, 21 Mar 2025 23:12:45 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) ok: [managed-node1] => (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": "Fri, 21 Mar 2025 23:18:17 GMT", "elapsed": 0, "failed_when_result": false, "item": 15003, "last_modified": "Fri, 21 Mar 2025 23:12:45 GMT", "redirected": false, "status": 200, "url": "http://localhost:15003/index.txt" } MSG: OK (3 bytes) TASK [Remove pods and units] *************************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:386 Friday 21 March 2025 19:18:18 -0400 (0:00:01.308) 0:05:39.905 ********** included: fedora.linux_system_roles.podman for managed-node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 21 March 2025 19:18:18 -0400 (0:00:00.270) 0:05:40.175 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 21 March 2025 19:18:18 -0400 (0:00:00.092) 0:05:40.268 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 21 March 2025 19:18:18 -0400 (0:00:00.060) 0:05:40.329 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 21 March 2025 19:18:18 -0400 (0:00:00.052) 0:05:40.381 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 21 March 2025 19:18:18 -0400 (0:00:00.048) 0:05:40.430 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 21 March 2025 19:18:18 -0400 (0:00:00.046) 0:05:40.476 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 21 March 2025 19:18:18 -0400 (0:00:00.046) 0:05:40.523 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (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-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 21 March 2025 19:18:18 -0400 (0:00:00.093) 0:05:40.616 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 21 March 2025 19:18:19 -0400 (0:00:00.822) 0:05:41.438 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 21 March 2025 19:18:19 -0400 (0:00:00.125) 0:05:41.564 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 21 March 2025 19:18:19 -0400 (0:00:00.053) 0:05:41.617 ********** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 21 March 2025 19:18:19 -0400 (0:00:00.068) 0:05:41.686 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 21 March 2025 19:18:19 -0400 (0:00:00.048) 0:05:41.735 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 21 March 2025 19:18:19 -0400 (0:00:00.063) 0:05:41.798 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.023165", "end": "2025-03-21 19:18:20.285708", "rc": 0, "start": "2025-03-21 19:18:20.262543" } STDOUT: podman version 5.4.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 21 March 2025 19:18:20 -0400 (0:00:00.410) 0:05:42.209 ********** ok: [managed-node1] => { "ansible_facts": { "podman_version": "5.4.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 21 March 2025 19:18:20 -0400 (0:00:00.043) 0:05:42.252 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 21 March 2025 19:18:20 -0400 (0:00:00.044) 0:05:42.297 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Friday 21 March 2025 19:18:20 -0400 (0:00:00.042) 0:05:42.339 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 21 March 2025 19:18:20 -0400 (0:00:00.045) 0:05:42.385 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Friday 21 March 2025 19:18:20 -0400 (0:00:00.049) 0:05:42.435 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 21 March 2025 19:18:20 -0400 (0:00:00.141) 0:05:42.576 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:18:20 -0400 (0:00:00.080) 0:05:42.656 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:18:20.819291", "stop": "2025-03-21 19:18:22.820898", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:18:22 -0400 (0:00:02.068) 0:05:44.725 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:18:22 -0400 (0:00:00.081) 0:05:44.806 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:18:23 -0400 (0:00:00.079) 0:05:44.886 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:18:23 -0400 (0:00:00.098) 0:05:44.984 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:18:23 -0400 (0:00:00.418) 0:05:45.402 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:18:23 -0400 (0:00:00.044) 0:05:45.446 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:18:23 -0400 (0:00:00.044) 0:05:45.490 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:18:23 -0400 (0:00:00.042) 0:05:45.533 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:18:23 -0400 (0:00:00.128) 0:05:45.661 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:18:23 -0400 (0:00:00.044) 0:05:45.706 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:18:23 -0400 (0:00:00.044) 0:05:45.750 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:18:23 -0400 (0:00:00.045) 0:05:45.795 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:18:23 -0400 (0:00:00.044) 0:05:45.839 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:18:24 -0400 (0:00:00.043) 0:05:45.883 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 21 March 2025 19:18:24 -0400 (0:00:00.043) 0:05:45.926 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Friday 21 March 2025 19:18:24 -0400 (0:00:00.051) 0:05:45.978 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 21 March 2025 19:18:24 -0400 (0:00:00.085) 0:05:46.064 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 21 March 2025 19:18:24 -0400 (0:00:00.045) 0:05:46.109 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Friday 21 March 2025 19:18:24 -0400 (0:00:00.039) 0:05:46.149 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 21 March 2025 19:18:24 -0400 (0:00:00.162) 0:05:46.311 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 21 March 2025 19:18:24 -0400 (0:00:00.042) 0:05:46.354 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Friday 21 March 2025 19:18:24 -0400 (0:00:00.042) 0:05:46.396 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Friday 21 March 2025 19:18:24 -0400 (0:00:00.076) 0:05:46.472 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Friday 21 March 2025 19:18:24 -0400 (0:00:00.041) 0:05:46.514 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Friday 21 March 2025 19:18:24 -0400 (0:00:00.041) 0:05:46.556 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Friday 21 March 2025 19:18:24 -0400 (0:00:00.079) 0:05:46.636 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Friday 21 March 2025 19:18:24 -0400 (0:00:00.041) 0:05:46.678 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Friday 21 March 2025 19:18:24 -0400 (0:00:00.127) 0:05:46.805 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Friday 21 March 2025 19:18:24 -0400 (0:00:00.041) 0:05:46.846 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Friday 21 March 2025 19:18:25 -0400 (0:00:00.043) 0:05:46.889 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Friday 21 March 2025 19:18:25 -0400 (0:00:00.042) 0:05:46.932 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Friday 21 March 2025 19:18:25 -0400 (0:00:00.042) 0:05:46.975 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Friday 21 March 2025 19:18:25 -0400 (0:00:00.041) 0:05:47.016 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Friday 21 March 2025 19:18:25 -0400 (0:00:00.038) 0:05:47.054 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Friday 21 March 2025 19:18:25 -0400 (0:00:00.053) 0:05:47.108 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 21 March 2025 19:18:25 -0400 (0:00:00.038) 0:05:47.146 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:18:25 -0400 (0:00:00.196) 0:05:47.342 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:18:25 -0400 (0:00:00.090) 0:05:47.433 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:18:25 -0400 (0:00:00.173) 0:05:47.606 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:18:25 -0400 (0:00:00.046) 0:05:47.653 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:18:25 -0400 (0:00:00.078) 0:05:47.731 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:18:25.894295", "stop": "2025-03-21 19:18:27.895635", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:18:27 -0400 (0:00:02.044) 0:05:49.776 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:18:28 -0400 (0:00:00.386) 0:05:50.162 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:18:28 -0400 (0:00:00.066) 0:05:50.229 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:18:28 -0400 (0:00:00.095) 0:05:50.324 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:18:28 -0400 (0:00:00.419) 0:05:50.744 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003825", "end": "2025-03-21 19:18:29.199197", "rc": 0, "start": "2025-03-21 19:18:29.195372" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:18:29 -0400 (0:00:00.379) 0:05:51.123 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:18:29.292104", "stop": "2025-03-21 19:18:31.293698", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:18:31 -0400 (0:00:02.072) 0:05:53.196 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.004993", "end": "2025-03-21 19:18:31.696315", "rc": 0, "start": "2025-03-21 19:18:31.691322" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:18:31 -0400 (0:00:00.421) 0:05:53.618 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:18:31.787278", "stop": "2025-03-21 19:18:33.788541", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:18:33 -0400 (0:00:02.144) 0:05:55.762 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:18:33 -0400 (0:00:00.084) 0:05:55.846 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:18:34 -0400 (0:00:00.054) 0:05:55.901 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:18:34 -0400 (0:00:00.051) 0:05:55.952 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:18:34 -0400 (0:00:00.053) 0:05:56.006 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:18:34 -0400 (0:00:00.051) 0:05:56.058 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:18:34 -0400 (0:00:00.042) 0:05:56.101 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:18:34 -0400 (0:00:00.040) 0:05:56.141 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/podman_basic_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:18:34 -0400 (0:00:00.061) 0:05:56.203 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:18:34 -0400 (0:00:00.045) 0:05:56.248 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:18:34 -0400 (0:00:00.047) 0:05:56.296 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:18:34 -0400 (0:00:00.062) 0:05:56.358 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.005305", "end": "2025-03-21 19:18:34.819013", "rc": 0, "start": "2025-03-21 19:18:34.813708" } 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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:18:34 -0400 (0:00:00.473) 0:05:56.832 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Friday 21 March 2025 19:18:35 -0400 (0:00:00.084) 0:05:56.917 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598971.5558112, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1742598977.3118594, "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": 1742598977.3118594, "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Friday 21 March 2025 19:18:35 -0400 (0:00:00.406) 0:05:57.323 ********** changed: [managed-node1] => { "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": "Fri 2025-03-21 19:16:29 EDT", "ActiveEnterTimestampMonotonic": "477854783", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target \"app-podman\\\\x2dkube.slice\" run-user-3001.mount -.mount network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-03-21 19:16:19 EDT", "AssertTimestampMonotonic": "467331039", "Before": "default.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "328666000", "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": "Fri 2025-03-21 19:16:19 EDT", "ConditionTimestampMonotonic": "467331036", "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": "6576", "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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "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": "25068", "ExecMainStartTimestamp": "Fri 2025-03-21 19:16:29 EDT", "ExecMainStartTimestampMonotonic": "477620001", "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=[Fri 2025-03-21 19:16:19 EDT] ; stop_time=[n/a] ; pid=25028 ; 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=[Fri 2025-03-21 19:16:19 EDT] ; stop_time=[n/a] ; pid=25028 ; 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": "Fri 2025-03-21 19:16:19 EDT", "InactiveExitTimestampMonotonic": "467332942", "InvocationID": "0a1f41405cb2423cb5c3cda7312a3e5f", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "25068", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3577335808", "MemoryCurrent": "29614080", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "52301824", "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": "Fri 2025-03-21 19:16:29 EDT", "StateChangeTimestampMonotonic": "477854783", "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": "17", "TasksMax": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Friday 21 March 2025 19:18:46 -0400 (0:00:10.978) 0:06:08.302 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598976.7818549, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "143052a3c5047a8bb8ac883b2630caae041ba9b7", "ctime": 1742598976.1708498, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 62914826, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742598975.8918474, "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": "3318158204", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Friday 21 March 2025 19:18:46 -0400 (0:00:00.383) 0:06:08.685 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Friday 21 March 2025 19:18:47 -0400 (0:00:00.562) 0:06:09.247 ********** changed: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Friday 21 March 2025 19:18:47 -0400 (0:00:00.386) 0:06:09.634 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Friday 21 March 2025 19:18:47 -0400 (0:00:00.046) 0:06:09.680 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:18:47 -0400 (0:00:00.069) 0:06:09.749 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:18:47 -0400 (0:00:00.043) 0:06:09.793 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:18:48 -0400 (0:00:00.126) 0:06:09.919 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:18:48 -0400 (0:00:00.048) 0:06:09.968 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:18:48 -0400 (0:00:00.039) 0:06:10.008 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:18:48 -0400 (0:00:00.056) 0:06:10.064 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:18:48 -0400 (0:00:00.073) 0:06:10.138 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:18:48 -0400 (0:00:00.077) 0:06:10.216 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:18:48 -0400 (0:00:00.134) 0:06:10.350 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:18:48.520456", "stop": "2025-03-21 19:18:50.522050", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:18:50 -0400 (0:00:02.056) 0:06:12.406 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:18:50 -0400 (0:00:00.420) 0:06:12.827 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:18:51 -0400 (0:00:00.082) 0:06:12.909 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:18:51 -0400 (0:00:00.070) 0:06:12.980 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:18:51 -0400 (0:00:00.486) 0:06:13.467 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:18:51 -0400 (0:00:00.047) 0:06:13.514 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:18:51 -0400 (0:00:00.042) 0:06:13.557 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:18:51 -0400 (0:00:00.042) 0:06:13.600 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:18:51 -0400 (0:00:00.043) 0:06:13.643 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:18:51 -0400 (0:00:00.043) 0:06:13.686 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:18:51 -0400 (0:00:00.056) 0:06:13.743 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:18:51 -0400 (0:00:00.043) 0:06:13.786 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:18:51 -0400 (0:00:00.042) 0:06:13.829 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:18:52 -0400 (0:00:00.046) 0:06:13.876 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:18:52 -0400 (0:00:00.068) 0:06:13.945 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:18:52 -0400 (0:00:00.049) 0:06:13.994 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:18:52 -0400 (0:00:00.270) 0:06:14.264 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:18:52 -0400 (0:00:00.044) 0:06:14.309 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:18:52 -0400 (0:00:00.048) 0:06:14.358 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:18:52 -0400 (0:00:00.054) 0:06:14.412 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005646", "end": "2025-03-21 19:18:52.888783", "rc": 0, "start": "2025-03-21 19:18:52.883137" } 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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:18:52 -0400 (0:00:00.405) 0:06:14.817 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Friday 21 March 2025 19:18:53 -0400 (0:00:00.086) 0:06:14.903 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Friday 21 March 2025 19:18:53 -0400 (0:00:00.041) 0:06:14.945 ********** changed: [managed-node1] => { "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": "Fri 2025-03-21 19:16:53 EDT", "ActiveEnterTimestampMonotonic": "501298069", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target -.mount basic.target \"system-podman\\\\x2dkube.slice\" systemd-journald.socket network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-03-21 19:16:42 EDT", "AssertTimestampMonotonic": "490649052", "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": "323056000", "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": "Fri 2025-03-21 19:16:42 EDT", "ConditionTimestampMonotonic": "490649050", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "ControlGroupId": "7988", "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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "27220", "ExecMainStartTimestamp": "Fri 2025-03-21 19:16:53 EDT", "ExecMainStartTimestampMonotonic": "501030001", "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": "Fri 2025-03-21 19:16:42 EDT", "InactiveExitTimestampMonotonic": "490650338", "InvocationID": "3ee8f72027a74e6682f4490ab9616fdf", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "27220", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3117080576", "MemoryCurrent": "2220032", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "24780800", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2025-03-21 19:16:53 EDT", "StateChangeTimestampMonotonic": "501298069", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Friday 21 March 2025 19:19:04 -0400 (0:00:11.100) 0:06:26.045 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598999.2850423, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "33e6575878d365b823046255d00becb6916a54bc", "ctime": 1742598998.7680383, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 645923022, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742598998.505036, "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": "1871863688", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Friday 21 March 2025 19:19:04 -0400 (0:00:00.383) 0:06:26.429 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Friday 21 March 2025 19:19:05 -0400 (0:00:00.472) 0:06:26.902 ********** changed: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Friday 21 March 2025 19:19:05 -0400 (0:00:00.375) 0:06:27.278 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Friday 21 March 2025 19:19:05 -0400 (0:00:00.132) 0:06:27.410 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:19:05 -0400 (0:00:00.067) 0:06:27.478 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:19:05 -0400 (0:00:00.040) 0:06:27.518 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:19:05 -0400 (0:00:00.040) 0:06:27.558 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:19:05 -0400 (0:00:00.040) 0:06:27.599 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:19:05 -0400 (0:00:00.040) 0:06:27.640 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_0_rqegro_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:19:05 -0400 (0:00:00.082) 0:06:27.722 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:19:05 -0400 (0:00:00.094) 0:06:27.816 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:19:06 -0400 (0:00:00.073) 0:06:27.889 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:19:06 -0400 (0:00:00.124) 0:06:28.014 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:19:06.183684", "stop": "2025-03-21 19:19:08.185427", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:19:08 -0400 (0:00:02.150) 0:06:30.165 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:19:08 -0400 (0:00:00.049) 0:06:30.214 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:19:08 -0400 (0:00:00.060) 0:06:30.275 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:19:08 -0400 (0:00:00.099) 0:06:30.374 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:19:08 -0400 (0:00:00.402) 0:06:30.777 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:19:08 -0400 (0:00:00.059) 0:06:30.837 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:19:09 -0400 (0:00:00.064) 0:06:30.902 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:19:09 -0400 (0:00:00.050) 0:06:30.953 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:19:09 -0400 (0:00:00.055) 0:06:31.008 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:19:09 -0400 (0:00:00.046) 0:06:31.055 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:19:09 -0400 (0:00:00.046) 0:06:31.102 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:19:09 -0400 (0:00:00.055) 0:06:31.157 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:19:09 -0400 (0:00:00.132) 0:06:31.290 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:19:09 -0400 (0:00:00.043) 0:06:31.334 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:19:09 -0400 (0:00:00.044) 0:06:31.378 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:19:09 -0400 (0:00:00.040) 0:06:31.419 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:19:09 -0400 (0:00:00.065) 0:06:31.485 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:19:09 -0400 (0:00:00.070) 0:06:31.556 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:19:09 -0400 (0:00:00.061) 0:06:31.618 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:19:09 -0400 (0:00:00.059) 0:06:31.677 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005272", "end": "2025-03-21 19:19:10.135236", "rc": 0, "start": "2025-03-21 19:19:10.129964" } 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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:19:10 -0400 (0:00:00.401) 0:06:32.078 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Friday 21 March 2025 19:19:10 -0400 (0:00:00.150) 0:06:32.229 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Friday 21 March 2025 19:19:10 -0400 (0:00:00.052) 0:06:32.281 ********** changed: [managed-node1] => { "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": "Fri 2025-03-21 19:17:16 EDT", "ActiveEnterTimestampMonotonic": "524671417", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount systemd-journald.socket sysinit.target basic.target \"system-podman\\\\x2dkube.slice\" network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-03-21 19:17:06 EDT", "AssertTimestampMonotonic": "514159041", "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": "288503000", "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": "Fri 2025-03-21 19:17:06 EDT", "ConditionTimestampMonotonic": "514159038", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "ControlGroupId": "9388", "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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "29217", "ExecMainStartTimestamp": "Fri 2025-03-21 19:17:16 EDT", "ExecMainStartTimestampMonotonic": "524480001", "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": "Fri 2025-03-21 19:17:06 EDT", "InactiveExitTimestampMonotonic": "514160343", "InvocationID": "d6d90bc000b44e288f7cac9b62cba2b8", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "29217", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3123032064", "MemoryCurrent": "2166784", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "24010752", "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": "Fri 2025-03-21 19:17:16 EDT", "StateChangeTimestampMonotonic": "524671417", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Friday 21 March 2025 19:19:21 -0400 (0:00:11.224) 0:06:43.506 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742599023.8922415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "08adcb2d303b507992a24b57e6cf8d7685051cb6", "ctime": 1742599023.4302378, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 373293283, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742599023.1632357, "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": "293952242", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Friday 21 March 2025 19:19:22 -0400 (0:00:00.386) 0:06:43.893 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Friday 21 March 2025 19:19:22 -0400 (0:00:00.497) 0:06:44.390 ********** changed: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Friday 21 March 2025 19:19:22 -0400 (0:00:00.371) 0:06:44.761 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Friday 21 March 2025 19:19:22 -0400 (0:00:00.046) 0:06:44.807 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:19:23 -0400 (0:00:00.066) 0:06:44.874 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:19:23 -0400 (0:00:00.039) 0:06:44.914 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:19:23 -0400 (0:00:00.039) 0:06:44.954 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:19:23 -0400 (0:00:00.039) 0:06:44.994 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Friday 21 March 2025 19:19:23 -0400 (0:00:00.038) 0:06:45.033 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Friday 21 March 2025 19:19:23 -0400 (0:00:00.037) 0:06:45.070 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml for managed-node1 => (item=podman_basic_user) TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Friday 21 March 2025 19:19:23 -0400 (0:00:00.185) 0:06:45.255 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Friday 21 March 2025 19:19:23 -0400 (0:00:00.380) 0:06:45.636 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Friday 21 March 2025 19:19:23 -0400 (0:00:00.049) 0:06:45.685 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598971.5558112, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1742598977.3118594, "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": 1742598977.3118594, "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Friday 21 March 2025 19:19:24 -0400 (0:00:00.380) 0:06:46.066 ********** ok: [managed-node1] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Friday 21 March 2025 19:19:24 -0400 (0:00:00.595) 0:06:46.662 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.039806", "end": "2025-03-21 19:19:25.247954", "rc": 0, "start": "2025-03-21 19:19:25.208148" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Friday 21 March 2025 19:19:25 -0400 (0:00:00.518) 0:06:47.180 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.042223", "end": "2025-03-21 19:19:25.739065", "rc": 0, "start": "2025-03-21 19:19:25.696842" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Friday 21 March 2025 19:19:25 -0400 (0:00:00.495) 0:06:47.676 ********** changed: [managed-node1] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "podman_basic_user" ], "delta": "0:00:00.006758", "end": "2025-03-21 19:19:26.136679", "rc": 0, "start": "2025-03-21 19:19:26.129921" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 Friday 21 March 2025 19:19:26 -0400 (0:00:00.412) 0:06:48.088 ********** FAILED - RETRYING: [managed-node1]: Wait for user session to exit closing state (3 retries left). FAILED - RETRYING: [managed-node1]: Wait for user session to exit closing state (2 retries left). fatal: [managed-node1]: FAILED! => { "attempts": 3, "changed": false, "cmd": [ "loginctl", "show-user", "--value", "-p", "State", "podman_basic_user" ], "delta": "0:00:00.006141", "end": "2025-03-21 19:19:37.233914", "rc": 1, "start": "2025-03-21 19:19:37.227773" } STDERR: Failed to get user: User ID 3001 is not logged in or lingering MSG: non-zero return code ...ignoring TASK [fedora.linux_system_roles.podman : Stop logind] ************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:76 Friday 21 March 2025 19:19:37 -0400 (0:00:11.074) 0:06:59.162 ********** changed: [managed-node1] => { "changed": true, "name": "systemd-logind", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2025-03-21 19:08:48 EDT", "ActiveEnterTimestampMonotonic": "17287669", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice systemd-remount-fs.service nss-user-lookup.target systemd-journald.socket -.mount user.slice tmp.mount systemd-tmpfiles-setup.service modprobe@drm.service basic.target dbus.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-03-21 19:08:47 EDT", "AssertTimestampMonotonic": "17169165", "Before": "shutdown.target user@0.service session-6.scope multi-user.target user-runtime-dir@0.service session-3.scope", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.login1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "284095000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime state fdstore", "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_linux_immutable cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-03-21 19:08:47 EDT", "ConditionTimestampMonotonic": "17169162", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/systemd-logind.service", "ControlGroupId": "2782", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "User Login Management", "DeviceAllow": "block-* r", "DevicePolicy": "auto", "Documentation": "\"man:sd-login(3)\" \"man:systemd-logind.service(8)\" \"man:logind.conf(5)\" \"man:org.freedesktop.login1(5)\"", "DropInPaths": "/usr/lib/systemd/system/systemd-logind.service.d/10-grub2-logind-service.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "Environment": "SYSTEMD_REBOOT_TO_BOOT_LOADER_MENU=true", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2025-03-21 19:08:48 EDT", "ExecMainHandoffTimestampMonotonic": "17267128", "ExecMainPID": "647", "ExecMainStartTimestamp": "Fri 2025-03-21 19:08:47 EDT", "ExecMainStartTimestampMonotonic": "17176767", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-logind ; argv[]=/usr/lib/systemd/systemd-logind ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/lib/systemd/systemd-logind ; argv[]=/usr/lib/systemd/systemd-logind ; 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": "768", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/systemd-logind.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", "IPAddressDeny": "::/0 0.0.0.0/0", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-logind.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2025-03-21 19:08:47 EDT", "InactiveExitTimestampMonotonic": "17178240", "InvocationID": "5a28ef42885d459cbe8158f9c673ce1f", "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": "524288", "LimitNPROC": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "647", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3126091776", "MemoryCurrent": "7311360", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "7852032", "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": "3", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "systemd-logind.service dbus-org.freedesktop.login1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "yes", "PrivateTmpEx": "connected", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "yes", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "strict", "ReadWritePaths": "/etc /run", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/run/systemd/inhibit /run/systemd/sessions /var/lib/systemd/linger /run/systemd/shutdown /run/systemd/users /run/systemd/seats", "Restart": "always", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "0", "RestartUSecNext": "0", "RestrictAddressFamilies": "AF_NETLINK AF_UNIX", "RestrictNamespaces": "yes", "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", "RuntimeDirectory": "systemd/inhibit systemd/seats systemd/sessions systemd/shutdown systemd/users", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeDirectorySymlink": "systemd/users:", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.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": "Fri 2025-03-21 19:08:48 EDT", "StateChangeTimestampMonotonic": "17287669", "StateDirectory": "systemd/linger", "StateDirectoryMode": "0755", "StateDirectorySymlink": "systemd/linger:", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl arm_fadvise64_64 bind brk cacheflush capget capset chdir chmod chown chown32 clock_getres clock_getres_time64 clock_gettime clock_gettime64 clock_nanosleep clock_nanosleep_time64 clone clone3 close close_range connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_pwait2 epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat faccessat2 fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futex_time64 futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_pgetevents io_pgetevents_time64 io_setup io_submit io_uring_enter io_uring_register io_uring_setup ioctl ioprio_get ioprio_set ipc kcmp keyctl kill landlock_add_rule landlock_create_ruleset landlock_restrict_self lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedreceive_time64 mq_timedsend mq_timedsend_time64 mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat openat2 pause personality pidfd_open pidfd_send_signal pipe pipe2 poll ppoll ppoll_time64 prctl pread64 preadv preadv2 prlimit64 process_madvise process_vm_readv process_vm_writev pselect6 pselect6_time64 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmmsg_time64 recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall riscv_flush_icache rmdir rseq rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_sigtimedwait_time64 rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_rr_get_interval_time64 sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield seccomp select semctl semget semop semtimedop semtimedop_time64 send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx swapcontext symlink symlinkat sync sync_file_range sync_file_range2 syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_gettime64 timer_settime timer_settime64 timerfd_create timerfd_gettime timerfd_gettime64 timerfd_settime timerfd_settime64 times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimensat_time64 utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "21948", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify-reload", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "dbus.socket -.mount user.slice modprobe@drm.service", "WantsMountsFor": "/tmp /var/tmp", "WatchdogSignal": "6", "WatchdogTimestamp": "Fri 2025-03-21 19:19:21 EDT", "WatchdogTimestampMonotonic": "649130709", "WatchdogUSec": "3min" } } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:81 Friday 21 March 2025 19:19:37 -0400 (0:00:00.591) 0:06:59.753 ********** ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "loginctl", "show-user", "--value", "-p", "State", "podman_basic_user" ], "delta": "0:00:00.075929", "end": "2025-03-21 19:19:38.283920", "failed_when_result": false, "rc": 1, "start": "2025-03-21 19:19:38.207991" } 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 : Restart logind] *********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:92 Friday 21 March 2025 19:19:38 -0400 (0:00:00.547) 0:07:00.301 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Friday 21 March 2025 19:19:38 -0400 (0:00:00.045) 0:07:00.347 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Friday 21 March 2025 19:19:38 -0400 (0:00:00.037) 0:07:00.385 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:396 Friday 21 March 2025 19:19:38 -0400 (0:00:00.061) 0:07:00.446 ********** ok: [managed-node1] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd1" ], "delta": "0:00:00.105996", "end": "2025-03-21 19:19:39.133578", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 1, "start": "2025-03-21 19:19:39.027582" } STDERR: Failed to obtain podman configuration: lstat /run/user/3001: no such file or directory MSG: non-zero return code ok: [managed-node1] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd2" ], "delta": "0:00:00.032040", "end": "2025-03-21 19:19:39.509203", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2025-03-21 19:19:39.477163" } MSG: non-zero return code ok: [managed-node1] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd3" ], "delta": "0:00:00.028685", "end": "2025-03-21 19:19:39.872344", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2025-03-21 19:19:39.843659" } MSG: non-zero return code TASK [Check Services should be absent] ***************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:409 Friday 21 March 2025 19:19:39 -0400 (0:00:01.353) 0:07:01.800 ********** ok: [managed-node1] => (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.020343", "end": "2025-03-21 19:19:40.388491", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 1, "start": "2025-03-21 19:19:40.368148" } MSG: non-zero return code ok: [managed-node1] => (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.013490", "end": "2025-03-21 19:19:40.766123", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2025-03-21 19:19:40.752633" } MSG: non-zero return code ok: [managed-node1] => (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.013408", "end": "2025-03-21 19:19:41.111228", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2025-03-21 19:19:41.097820" } MSG: non-zero return code TASK [Ensure no linger] ******************************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:428 Friday 21 March 2025 19:19:41 -0400 (0:00:01.234) 0:07:03.035 ********** ok: [managed-node1] => (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-node1] => (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-node1] => (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-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:436 Friday 21 March 2025 19:19:41 -0400 (0:00:00.374) 0:07:03.410 ********** included: fedora.linux_system_roles.podman for managed-node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 21 March 2025 19:19:41 -0400 (0:00:00.146) 0:07:03.556 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 21 March 2025 19:19:41 -0400 (0:00:00.159) 0:07:03.716 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 21 March 2025 19:19:41 -0400 (0:00:00.051) 0:07:03.767 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 21 March 2025 19:19:41 -0400 (0:00:00.045) 0:07:03.813 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 21 March 2025 19:19:42 -0400 (0:00:00.045) 0:07:03.859 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 21 March 2025 19:19:42 -0400 (0:00:00.060) 0:07:03.919 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 21 March 2025 19:19:42 -0400 (0:00:00.046) 0:07:03.966 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (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-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-Ytn/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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 21 March 2025 19:19:42 -0400 (0:00:00.088) 0:07:04.054 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 21 March 2025 19:19:43 -0400 (0:00:00.815) 0:07:04.870 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 21 March 2025 19:19:43 -0400 (0:00:00.041) 0:07:04.911 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 21 March 2025 19:19:43 -0400 (0:00:00.065) 0:07:04.976 ********** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 21 March 2025 19:19:43 -0400 (0:00:00.154) 0:07:05.131 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 21 March 2025 19:19:43 -0400 (0:00:00.041) 0:07:05.172 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 21 March 2025 19:19:43 -0400 (0:00:00.042) 0:07:05.215 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026062", "end": "2025-03-21 19:19:43.686450", "rc": 0, "start": "2025-03-21 19:19:43.660388" } STDOUT: podman version 5.4.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 21 March 2025 19:19:43 -0400 (0:00:00.396) 0:07:05.612 ********** ok: [managed-node1] => { "ansible_facts": { "podman_version": "5.4.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 21 March 2025 19:19:43 -0400 (0:00:00.045) 0:07:05.658 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 21 March 2025 19:19:43 -0400 (0:00:00.045) 0:07:05.703 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Friday 21 March 2025 19:19:43 -0400 (0:00:00.042) 0:07:05.746 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 21 March 2025 19:19:43 -0400 (0:00:00.048) 0:07:05.794 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Friday 21 March 2025 19:19:43 -0400 (0:00:00.052) 0:07:05.847 ********** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 21 March 2025 19:19:44 -0400 (0:00:00.056) 0:07:05.904 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:19:44 -0400 (0:00:00.179) 0:07:06.083 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:19:44.245717", "stop": "2025-03-21 19:19:46.247724", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:19:46 -0400 (0:00:02.044) 0:07:08.128 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:19:46 -0400 (0:00:00.381) 0:07:08.510 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:19:46 -0400 (0:00:00.049) 0:07:08.559 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:19:46 -0400 (0:00:00.061) 0:07:08.621 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:19:47 -0400 (0:00:00.373) 0:07:08.994 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:19:47 -0400 (0:00:00.055) 0:07:09.050 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:19:47 -0400 (0:00:00.043) 0:07:09.094 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:19:47 -0400 (0:00:00.043) 0:07:09.137 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:19:47 -0400 (0:00:00.043) 0:07:09.180 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:19:47 -0400 (0:00:00.042) 0:07:09.223 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:19:47 -0400 (0:00:00.137) 0:07:09.360 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:19:47 -0400 (0:00:00.041) 0:07:09.402 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:19:47 -0400 (0:00:00.043) 0:07:09.445 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:19:47 -0400 (0:00:00.043) 0:07:09.489 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 21 March 2025 19:19:47 -0400 (0:00:00.044) 0:07:09.534 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Friday 21 March 2025 19:19:47 -0400 (0:00:00.052) 0:07:09.586 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 21 March 2025 19:19:47 -0400 (0:00:00.074) 0:07:09.661 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 21 March 2025 19:19:47 -0400 (0:00:00.042) 0:07:09.703 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Friday 21 March 2025 19:19:47 -0400 (0:00:00.042) 0:07:09.745 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 21 March 2025 19:19:47 -0400 (0:00:00.076) 0:07:09.821 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 21 March 2025 19:19:48 -0400 (0:00:00.135) 0:07:09.956 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Friday 21 March 2025 19:19:48 -0400 (0:00:00.042) 0:07:09.999 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Friday 21 March 2025 19:19:48 -0400 (0:00:00.091) 0:07:10.090 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Friday 21 March 2025 19:19:48 -0400 (0:00:00.043) 0:07:10.133 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Friday 21 March 2025 19:19:48 -0400 (0:00:00.043) 0:07:10.177 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Friday 21 March 2025 19:19:48 -0400 (0:00:00.080) 0:07:10.257 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Friday 21 March 2025 19:19:48 -0400 (0:00:00.047) 0:07:10.305 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Friday 21 March 2025 19:19:48 -0400 (0:00:00.046) 0:07:10.351 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Friday 21 March 2025 19:19:48 -0400 (0:00:00.053) 0:07:10.405 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Friday 21 March 2025 19:19:48 -0400 (0:00:00.045) 0:07:10.451 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Friday 21 March 2025 19:19:48 -0400 (0:00:00.138) 0:07:10.589 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Friday 21 March 2025 19:19:48 -0400 (0:00:00.046) 0:07:10.635 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Friday 21 March 2025 19:19:48 -0400 (0:00:00.071) 0:07:10.707 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Friday 21 March 2025 19:19:48 -0400 (0:00:00.047) 0:07:10.755 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Friday 21 March 2025 19:19:48 -0400 (0:00:00.044) 0:07:10.799 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 21 March 2025 19:19:48 -0400 (0:00:00.048) 0:07:10.847 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:19:49 -0400 (0:00:00.132) 0:07:10.980 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:19:49 -0400 (0:00:00.056) 0:07:11.036 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:19:49 -0400 (0:00:00.065) 0:07:11.102 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:19:49 -0400 (0:00:00.050) 0:07:11.152 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:19:49 -0400 (0:00:00.198) 0:07:11.350 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:19:49.516905", "stop": "2025-03-21 19:19:51.519309", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:19:51 -0400 (0:00:02.049) 0:07:13.400 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:19:53 -0400 (0:00:01.646) 0:07:15.046 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:19:53 -0400 (0:00:00.048) 0:07:15.095 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:19:53 -0400 (0:00:00.060) 0:07:15.155 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:19:53 -0400 (0:00:00.380) 0:07:15.536 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003887", "end": "2025-03-21 19:19:53.992450", "rc": 0, "start": "2025-03-21 19:19:53.988563" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:19:54 -0400 (0:00:00.382) 0:07:15.918 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:19:54.086255", "stop": "2025-03-21 19:19:56.088442", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:19:56 -0400 (0:00:02.075) 0:07:17.994 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.005398", "end": "2025-03-21 19:19:56.479154", "rc": 0, "start": "2025-03-21 19:19:56.473756" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:19:56 -0400 (0:00:00.433) 0:07:18.427 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:19:56.604206", "stop": "2025-03-21 19:19:58.605720", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:19:58 -0400 (0:00:02.057) 0:07:20.485 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:19:58 -0400 (0:00:00.056) 0:07:20.542 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:19:58 -0400 (0:00:00.042) 0:07:20.585 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:19:58 -0400 (0:00:00.134) 0:07:20.719 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:19:58 -0400 (0:00:00.043) 0:07:20.763 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:19:58 -0400 (0:00:00.044) 0:07:20.807 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:19:59 -0400 (0:00:00.044) 0:07:20.852 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:19:59 -0400 (0:00:00.041) 0:07:20.894 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/podman_basic_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:19:59 -0400 (0:00:00.063) 0:07:20.957 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:19:59 -0400 (0:00:00.044) 0:07:21.001 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:19:59 -0400 (0:00:00.050) 0:07:21.052 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:19:59 -0400 (0:00:00.050) 0:07:21.102 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.005433", "end": "2025-03-21 19:19:59.561583", "rc": 0, "start": "2025-03-21 19:19:59.556150" } 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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:19:59 -0400 (0:00:00.413) 0:07:21.516 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Friday 21 March 2025 19:19:59 -0400 (0:00:00.139) 0:07:21.656 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Friday 21 March 2025 19:20:00 -0400 (0:00:00.544) 0:07:22.200 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Friday 21 March 2025 19:20:00 -0400 (0:00:00.074) 0:07:22.275 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Friday 21 March 2025 19:20:00 -0400 (0:00:00.394) 0:07:22.670 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Friday 21 March 2025 19:20:00 -0400 (0:00:00.044) 0:07:22.715 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Friday 21 March 2025 19:20:01 -0400 (0:00:00.375) 0:07:23.090 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Friday 21 March 2025 19:20:01 -0400 (0:00:00.047) 0:07:23.138 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:20:01 -0400 (0:00:00.069) 0:07:23.207 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:20:01 -0400 (0:00:00.043) 0:07:23.251 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:20:01 -0400 (0:00:00.043) 0:07:23.295 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:20:01 -0400 (0:00:00.047) 0:07:23.342 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:20:01 -0400 (0:00:00.047) 0:07:23.389 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:20:01 -0400 (0:00:00.164) 0:07:23.554 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:20:01 -0400 (0:00:00.060) 0:07:23.614 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:20:01 -0400 (0:00:00.050) 0:07:23.665 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:20:01 -0400 (0:00:00.095) 0:07:23.761 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:20:01.924328", "stop": "2025-03-21 19:20:03.925685", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:20:03 -0400 (0:00:02.045) 0:07:25.806 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:20:04 -0400 (0:00:00.381) 0:07:26.188 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:20:04 -0400 (0:00:00.060) 0:07:26.249 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:20:04 -0400 (0:00:00.099) 0:07:26.349 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:20:04 -0400 (0:00:00.446) 0:07:26.795 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:20:05 -0400 (0:00:00.073) 0:07:26.868 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:20:05 -0400 (0:00:00.071) 0:07:26.939 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:20:05 -0400 (0:00:00.206) 0:07:27.146 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:20:05 -0400 (0:00:00.074) 0:07:27.221 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:20:05 -0400 (0:00:00.074) 0:07:27.295 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:20:05 -0400 (0:00:00.079) 0:07:27.375 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:20:05 -0400 (0:00:00.074) 0:07:27.449 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:20:05 -0400 (0:00:00.084) 0:07:27.534 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:20:05 -0400 (0:00:00.059) 0:07:27.593 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:20:05 -0400 (0:00:00.052) 0:07:27.645 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:20:05 -0400 (0:00:00.047) 0:07:27.693 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:20:05 -0400 (0:00:00.062) 0:07:27.756 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:20:05 -0400 (0:00:00.044) 0:07:27.801 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:20:05 -0400 (0:00:00.048) 0:07:27.849 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:20:06 -0400 (0:00:00.143) 0:07:27.992 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005732", "end": "2025-03-21 19:20:06.468867", "rc": 0, "start": "2025-03-21 19:20:06.463135" } 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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:20:06 -0400 (0:00:00.431) 0:07:28.424 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Friday 21 March 2025 19:20:06 -0400 (0:00:00.145) 0:07:28.569 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Friday 21 March 2025 19:20:06 -0400 (0:00:00.072) 0:07:28.641 ********** ok: [managed-node1] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "\"system-podman\\\\x2dkube.slice\" basic.target network-online.target -.mount systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "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": "3142959104", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Friday 21 March 2025 19:20:07 -0400 (0:00:00.572) 0:07:29.214 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Friday 21 March 2025 19:20:07 -0400 (0:00:00.366) 0:07:29.580 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Friday 21 March 2025 19:20:07 -0400 (0:00:00.057) 0:07:29.638 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Friday 21 March 2025 19:20:08 -0400 (0:00:00.376) 0:07:30.015 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Friday 21 March 2025 19:20:08 -0400 (0:00:00.047) 0:07:30.062 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:20:08 -0400 (0:00:00.068) 0:07:30.130 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:20:08 -0400 (0:00:00.134) 0:07:30.265 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:20:08 -0400 (0:00:00.042) 0:07:30.308 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:20:08 -0400 (0:00:00.042) 0:07:30.350 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Friday 21 March 2025 19:20:08 -0400 (0:00:00.040) 0:07:30.391 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_0_rqegro_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Friday 21 March 2025 19:20:08 -0400 (0:00:00.057) 0:07:30.448 ********** ok: [managed-node1] => { "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_0_rqegro_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_0_rqegro_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Friday 21 March 2025 19:20:08 -0400 (0:00:00.059) 0:07:30.508 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Friday 21 March 2025 19:20:08 -0400 (0:00:00.046) 0:07:30.554 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Pause to let system recover before getent] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 Friday 21 March 2025 19:20:08 -0400 (0:00:00.083) 0:07:30.638 ********** Pausing for 2 seconds ok: [managed-node1] => { "changed": false, "delta": 2, "echo": true, "rc": 0, "start": "2025-03-21 19:20:08.808116", "stop": "2025-03-21 19:20:10.809328", "user_input": "" } STDOUT: Paused for 2.0 seconds TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:8 Friday 21 March 2025 19:20:10 -0400 (0:00:02.060) 0:07:32.699 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:15 Friday 21 March 2025 19:20:10 -0400 (0:00:00.083) 0:07:32.782 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:22 Friday 21 March 2025 19:20:11 -0400 (0:00:00.082) 0:07:32.864 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:37 Friday 21 March 2025 19:20:11 -0400 (0:00:00.320) 0:07:33.184 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1742598836.8176696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "89ab10a2a8fa81bcc0c1df0058f200469ce46f97", "ctime": 1742598828.4115982, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 8983806, "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": 1730678400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15744, "uid": 0, "version": "3131959650", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:48 Friday 21 March 2025 19:20:11 -0400 (0:00:00.383) 0:07:33.568 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids uids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 21 March 2025 19:20:11 -0400 (0:00:00.062) 0:07:33.630 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:59 Friday 21 March 2025 19:20:11 -0400 (0:00:00.076) 0:07:33.707 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 Friday 21 March 2025 19:20:11 -0400 (0:00:00.076) 0:07:33.783 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Friday 21 March 2025 19:20:11 -0400 (0:00:00.054) 0:07:33.837 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 21 March 2025 19:20:12 -0400 (0:00:00.054) 0:07:33.892 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:88 Friday 21 March 2025 19:20:12 -0400 (0:00:00.043) 0:07:33.936 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 21 March 2025 19:20:12 -0400 (0:00:00.043) 0:07:33.980 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:103 Friday 21 March 2025 19:20:12 -0400 (0:00:00.044) 0:07:34.024 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:110 Friday 21 March 2025 19:20:12 -0400 (0:00:00.043) 0:07:34.067 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Friday 21 March 2025 19:20:12 -0400 (0:00:00.042) 0:07:34.109 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_kube", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Friday 21 March 2025 19:20:12 -0400 (0:00:00.140) 0:07:34.250 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Friday 21 March 2025 19:20:12 -0400 (0:00:00.063) 0:07:34.313 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Friday 21 March 2025 19:20:12 -0400 (0:00:00.044) 0:07:34.358 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Friday 21 March 2025 19:20:12 -0400 (0:00:00.054) 0:07:34.412 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Friday 21 March 2025 19:20:12 -0400 (0:00:00.070) 0:07:34.482 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005666", "end": "2025-03-21 19:20:12.956630", "rc": 0, "start": "2025-03-21 19:20:12.950964" } 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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Friday 21 March 2025 19:20:13 -0400 (0:00:00.399) 0:07:34.882 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Friday 21 March 2025 19:20:13 -0400 (0:00:00.084) 0:07:34.966 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Friday 21 March 2025 19:20:13 -0400 (0:00:00.041) 0:07:35.008 ********** ok: [managed-node1] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket -.mount sysinit.target network-online.target basic.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": "3631116288", "EffectiveMemoryMax": "3631116288", "EffectiveTasksMax": "21948", "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": "13718", "LimitNPROCSoft": "13718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13718", "LimitSIGPENDINGSoft": "13718", "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": "3137511424", "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": "21948", "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Friday 21 March 2025 19:20:13 -0400 (0:00:00.566) 0:07:35.574 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Friday 21 March 2025 19:20:14 -0400 (0:00:00.365) 0:07:35.940 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Friday 21 March 2025 19:20:14 -0400 (0:00:00.151) 0:07:36.091 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Friday 21 March 2025 19:20:14 -0400 (0:00:00.375) 0:07:36.466 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Friday 21 March 2025 19:20:14 -0400 (0:00:00.051) 0:07:36.518 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 21 March 2025 19:20:14 -0400 (0:00:00.068) 0:07:36.587 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Friday 21 March 2025 19:20:14 -0400 (0:00:00.041) 0:07:36.629 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Friday 21 March 2025 19:20:14 -0400 (0:00:00.041) 0:07:36.670 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Friday 21 March 2025 19:20:14 -0400 (0:00:00.041) 0:07:36.712 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Friday 21 March 2025 19:20:14 -0400 (0:00:00.039) 0:07:36.751 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Friday 21 March 2025 19:20:14 -0400 (0:00:00.038) 0:07:36.790 ********** included: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml for managed-node1 => (item=podman_basic_user) TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Friday 21 March 2025 19:20:15 -0400 (0:00:00.118) 0:07:36.908 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Friday 21 March 2025 19:20:15 -0400 (0:00:00.481) 0:07:37.390 ********** ok: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Friday 21 March 2025 19:20:15 -0400 (0:00:00.074) 0:07:37.465 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Friday 21 March 2025 19:20:16 -0400 (0:00:00.402) 0:07:37.868 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Friday 21 March 2025 19:20:16 -0400 (0:00:00.045) 0:07:37.914 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Friday 21 March 2025 19:20:16 -0400 (0:00:00.044) 0:07:37.958 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Friday 21 March 2025 19:20:16 -0400 (0:00:00.066) 0:07:38.025 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 Friday 21 March 2025 19:20:16 -0400 (0:00:00.067) 0:07:38.093 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:76 Friday 21 March 2025 19:20:16 -0400 (0:00:00.074) 0:07:38.168 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:81 Friday 21 March 2025 19:20:16 -0400 (0:00:00.073) 0:07:38.241 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:92 Friday 21 March 2025 19:20:16 -0400 (0:00:00.075) 0:07:38.317 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Friday 21 March 2025 19:20:16 -0400 (0:00:00.077) 0:07:38.395 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Friday 21 March 2025 19:20:16 -0400 (0:00:00.065) 0:07:38.460 ********** skipping: [managed-node1] => { "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-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:456 Friday 21 March 2025 19:20:16 -0400 (0:00:00.229) 0:07:38.690 ********** ok: [managed-node1] => { "changed": false, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:463 Friday 21 March 2025 19:20:17 -0400 (0:00:00.426) 0:07:39.116 ********** changed: [managed-node1] => { "changed": true, "path": "/tmp/lsr_0_rqegro_podman", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:470 Friday 21 March 2025 19:20:17 -0400 (0:00:00.420) 0:07:39.536 ********** changed: [managed-node1 -> localhost] => { "changed": true, "path": "/tmp/lsr_podman_g6yjaylj.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node1 : ok=641 changed=50 unreachable=0 failed=0 skipped=875 rescued=1 ignored=1 TASKS RECAP ******************************************************************** Friday 21 March 2025 19:20:17 -0400 (0:00:00.232) 0:07:39.769 ********** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 64.47s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.22s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Start service ----------------------- 11.21s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 fedora.linux_system_roles.podman : Start service ----------------------- 11.17s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.10s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Wait for user session to exit closing state -- 11.07s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 fedora.linux_system_roles.podman : Start service ----------------------- 11.07s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 fedora.linux_system_roles.podman : Stop and disable service ------------ 10.98s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.24s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.13s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.09s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.09s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.07s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.05s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.podman : Ensure container images are present --- 2.75s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Gathering Facts --------------------------------------------------------- 2.57s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 fedora.linux_system_roles.podman : Update containers/pods --------------- 2.38s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 fedora.linux_system_roles.podman : Pause to let system recover before getent --- 2.15s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:4 fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids --- 2.15s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66 fedora.linux_system_roles.podman : Pause to let system recover from getsubids gids --- 2.14s /tmp/collections-Ytn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:66