ansible-playbook [core 2.17.7] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.13/site-packages/ansible ansible collection location = /tmp/collections-VHy executable location = /usr/local/bin/ansible-playbook python version = 3.13.0 (main, Oct 8 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.13) jinja version = 3.1.4 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-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:5 Saturday 07 December 2024 11:43:15 -0500 (0:00:00.007) 0:00:00.007 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_test_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n" }, "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/tmp/podman-Ux7/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Saturday 07 December 2024 11:43:15 -0500 (0:00:00.021) 0:00:00.028 ***** [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node2] TASK [Create tmpdir for testing] *********************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:143 Saturday 07 December 2024 11:43:18 -0500 (0:00:02.381) 0:00:02.410 ***** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_eq02a8_x_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Change tmpdir permissions] *********************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:150 Saturday 07 December 2024 11:43:18 -0500 (0:00:00.497) 0:00:02.907 ***** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0777", "owner": "root", "path": "/tmp/lsr_eq02a8_x_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Enable podman copr] ****************************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:161 Saturday 07 December 2024 11:43:18 -0500 (0:00:00.484) 0:00:03.391 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Install podman from updates-testing] ************************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:166 Saturday 07 December 2024 11:43:19 -0500 (0:00:00.049) 0:00:03.441 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Podman version] ********************************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:171 Saturday 07 December 2024 11:43:19 -0500 (0:00:00.060) 0:00:03.501 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Create user] ************************************************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:176 Saturday 07 December 2024 11:43:19 -0500 (0:00:00.057) 0:00:03.558 ***** changed: [managed-node2] => { "changed": true, "comment": "", "create_home": true, "group": 3001, "home": "/home/podman_basic_user", "name": "podman_basic_user", "shell": "/bin/bash", "state": "present", "system": false, "uid": 3001 } TASK [Create tempfile for kube_src] ******************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:181 Saturday 07 December 2024 11:43:19 -0500 (0:00:00.713) 0:00:04.271 ***** changed: [managed-node2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_podman_3kmexkez.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-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:189 Saturday 07 December 2024 11:43:20 -0500 (0:00:00.207) 0:00:04.479 ***** changed: [managed-node2 -> localhost] => { "changed": true, "checksum": "a0f50acae7fad6a378c4a10248dbda0e45d323f8", "dest": "/tmp/lsr_podman_3kmexkez.yml", "gid": 0, "group": "root", "md5sum": "606171a5936266b78658a3cc32bf3912", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 710, "src": "/root/.ansible/tmp/ansible-tmp-1733589800.1100426-4552-24637059353000/.source.yml", "state": "file", "uid": 0 } TASK [Create host directories for data] **************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:196 Saturday 07 December 2024 11:43:20 -0500 (0:00:00.673) 0:00:05.152 ***** changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd1", "podman_basic_user", 3001 ], "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_eq02a8_x_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd2", "root", 0 ], "mode": "0755", "owner": "root", "path": "/tmp/lsr_eq02a8_x_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd3", "root", 0 ], "mode": "0755", "owner": "root", "path": "/tmp/lsr_eq02a8_x_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Create data files] ******************************************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204 Saturday 07 December 2024 11:43:21 -0500 (0:00:01.156) 0:00:06.308 ***** changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_eq02a8_x_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:user_tmp_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1733589801.9735246-4634-70258590556075/.source.txt", "state": "file", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_eq02a8_x_podman/httpd2/index.txt", "gid": 0, "group": "root", "item": [ "httpd2", "root", 0 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1733589802.6725647-4634-52973664856747/.source.txt", "state": "file", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_eq02a8_x_podman/httpd3/index.txt", "gid": 0, "group": "root", "item": [ "httpd3", "root", 0 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1733589803.3400857-4634-21588685427377/.source.txt", "state": "file", "uid": 0 } TASK [Run role - do not pull images] ******************************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:214 Saturday 07 December 2024 11:43:23 -0500 (0:00:02.075) 0:00:08.383 ***** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 December 2024 11:43:24 -0500 (0:00:00.051) 0:00:08.435 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 December 2024 11:43:24 -0500 (0:00:00.024) 0:00:08.459 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 December 2024 11:43:24 -0500 (0:00:00.031) 0:00:08.491 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 December 2024 11:43:24 -0500 (0:00:00.377) 0:00:08.868 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 December 2024 11:43:24 -0500 (0:00:00.024) 0:00:08.893 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 December 2024 11:43:24 -0500 (0:00:00.365) 0:00:09.259 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 December 2024 11:43:24 -0500 (0:00:00.025) 0:00:09.284 ***** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed-node2] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 December 2024 11:43:24 -0500 (0:00:00.044) 0:00:09.329 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 December 2024 11:43:26 -0500 (0:00:01.384) 0:00:10.713 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 December 2024 11:43:26 -0500 (0:00:00.042) 0:00:10.756 ***** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: podman-5:5.3.1-1.fc41.x86_64", "Installed: catatonit-0.1.7-23.fc41.x86_64", "Installed: conmon-2:2.1.12-3.fc41.x86_64", "Installed: shadow-utils-subid-2:4.15.1-12.fc41.x86_64", "Installed: containers-common-extra-5:0.61.0-1.fc41.noarch", "Installed: containers-common-5:0.61.0-1.fc41.noarch", "Installed: crun-1.18.1-1.fc41.x86_64", "Installed: yajl-2.1.0-24.fc41.x86_64", "Installed: netavark-2:1.13.0-1.fc41.x86_64", "Installed: aardvark-dns-2:1.13.1-1.fc41.x86_64", "Installed: passt-0^20241127.gc0fbc7e-1.fc41.x86_64", "Installed: passt-selinux-0^20241127.gc0fbc7e-1.fc41.noarch", "Installed: container-selinux-2:2.234.2-1.fc41.noarch", "Installed: qemu-user-static-2:9.1.2-2.fc41.x86_64", "Installed: composefs-1.0.6-1.fc41.x86_64", "Installed: composefs-libs-1.0.6-1.fc41.x86_64", "Installed: fuse-overlayfs-1.13-2.fc41.x86_64", "Installed: fuse3-3.16.2-4.fc41.x86_64", "Installed: fuse-common-3.16.2-4.fc41.x86_64", "Installed: criu-libs-4.0-2.fc41.x86_64", "Installed: criu-4.0-2.fc41.x86_64", "Installed: libbsd-0.12.2-4.fc41.x86_64", "Installed: libnet-1.3-4.fc41.x86_64", "Installed: libmd-1.1.0-5.fc41.x86_64", "Installed: qemu-user-static-aarch64-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-alpha-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-arm-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-cris-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-hexagon-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-hppa-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-loongarch64-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-m68k-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-microblaze-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-mips-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-or1k-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-ppc-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-riscv-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-s390x-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-sh4-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-sparc-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-x86-2:9.1.2-2.fc41.x86_64", "Installed: qemu-user-static-xtensa-2:9.1.2-2.fc41.x86_64" ] } lsrpackages: iptables-nft podman shadow-utils-subid TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 December 2024 11:44:59 -0500 (0:01:32.694) 0:01:43.450 ***** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 December 2024 11:44:59 -0500 (0:00:00.043) 0:01:43.494 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 December 2024 11:44:59 -0500 (0:00:00.043) 0:01:43.537 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 December 2024 11:44:59 -0500 (0:00:00.045) 0:01:43.583 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.037017", "end": "2024-12-07 11:44:59.685710", "rc": 0, "start": "2024-12-07 11:44:59.648693" } STDOUT: podman version 5.3.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 December 2024 11:44:59 -0500 (0:00:00.572) 0:01:44.156 ***** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.3.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 December 2024 11:44:59 -0500 (0:00:00.032) 0:01:44.188 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 December 2024 11:44:59 -0500 (0:00:00.033) 0:01:44.222 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 07 December 2024 11:44:59 -0500 (0:00:00.043) 0:01:44.265 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 December 2024 11:44:59 -0500 (0:00:00.070) 0:01:44.335 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 07 December 2024 11:44:59 -0500 (0:00:00.042) 0:01:44.377 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 07 December 2024 11:45:00 -0500 (0:00:00.042) 0:01:44.420 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:45:00 -0500 (0:00:00.060) 0:01:44.480 ***** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:45:00 -0500 (0:00:00.512) 0:01:44.993 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:45:00 -0500 (0:00:00.035) 0:01:45.028 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:45:00 -0500 (0:00:00.046) 0:01:45.075 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1728518400.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.447) 0:01:45.522 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.029) 0:01:45.551 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.030) 0:01:45.582 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.033) 0:01:45.616 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.029) 0:01:45.645 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.030) 0:01:45.676 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.029) 0:01:45.706 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.029) 0:01:45.735 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.030) 0:01:45.766 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.062) 0:01:45.828 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.059) 0:01:45.887 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.052) 0:01:45.940 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.032) 0:01:45.972 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.063) 0:01:46.036 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.032) 0:01:46.068 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.031) 0:01:46.100 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.059) 0:01:46.159 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.031) 0:01:46.191 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.034) 0:01:46.226 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.063) 0:01:46.289 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.031) 0:01:46.321 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.031) 0:01:46.353 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 December 2024 11:45:01 -0500 (0:00:00.031) 0:01:46.384 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Saturday 07 December 2024 11:45:02 -0500 (0:00:00.035) 0:01:46.419 ***** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 December 2024 11:45:02 -0500 (0:00:00.107) 0:01:46.526 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 07 December 2024 11:45:02 -0500 (0:00:00.059) 0:01:46.586 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 07 December 2024 11:45:02 -0500 (0:00:00.038) 0:01:46.624 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 07 December 2024 11:45:02 -0500 (0:00:00.393) 0:01:47.017 ***** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 December 2024 11:45:02 -0500 (0:00:00.039) 0:01:47.057 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 07 December 2024 11:45:03 -0500 (0:00:00.383) 0:01:47.440 ***** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 07 December 2024 11:45:03 -0500 (0:00:00.039) 0:01:47.480 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 07 December 2024 11:45:04 -0500 (0:00:01.175) 0:01:48.656 ***** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 07 December 2024 11:45:04 -0500 (0:00:00.032) 0:01:48.689 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 07 December 2024 11:45:04 -0500 (0:00:00.032) 0:01:48.721 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 December 2024 11:45:04 -0500 (0:00:00.031) 0:01:48.752 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 07 December 2024 11:45:04 -0500 (0:00:00.030) 0:01:48.783 ***** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 07 December 2024 11:45:04 -0500 (0:00:00.037) 0:01:48.820 ***** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target system.slice polkit.service dbus-broker.service dbus.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "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", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ip6tables.service iptables.service ipset.service ebtables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3370491904", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "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": "4421", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 07 December 2024 11:45:05 -0500 (0:00:00.847) 0:01:49.668 ***** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.socket polkit.service dbus-broker.service sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "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", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ip6tables.service iptables.service ebtables.service ipset.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3370246144", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "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": "4421", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 07 December 2024 11:45:06 -0500 (0:00:01.138) 0:01:50.807 ***** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 07 December 2024 11:45:06 -0500 (0:00:00.045) 0:01:50.853 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 07 December 2024 11:45:06 -0500 (0:00:00.031) 0:01:50.884 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 07 December 2024 11:45:06 -0500 (0:00:00.030) 0:01:50.914 ***** changed: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 07 December 2024 11:45:07 -0500 (0:00:00.721) 0:01:51.636 ***** skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 December 2024 11:45:07 -0500 (0:00:00.053) 0:01:51.690 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 07 December 2024 11:45:07 -0500 (0:00:00.040) 0:01:51.731 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 07 December 2024 11:45:07 -0500 (0:00:00.033) 0:01:51.765 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 07 December 2024 11:45:07 -0500 (0:00:00.033) 0:01:51.798 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 07 December 2024 11:45:07 -0500 (0:00:00.030) 0:01:51.828 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 07 December 2024 11:45:07 -0500 (0:00:00.029) 0:01:51.858 ***** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 December 2024 11:45:07 -0500 (0:00:00.086) 0:01:51.945 ***** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 07 December 2024 11:45:07 -0500 (0:00:00.134) 0:01:52.080 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 07 December 2024 11:45:07 -0500 (0:00:00.058) 0:01:52.138 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 07 December 2024 11:45:07 -0500 (0:00:00.057) 0:01:52.195 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 07 December 2024 11:45:07 -0500 (0:00:00.061) 0:01:52.257 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 07 December 2024 11:45:08 -0500 (0:00:00.390) 0:01:52.648 ***** ok: [managed-node2] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 07 December 2024 11:45:08 -0500 (0:00:00.043) 0:01:52.691 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 07 December 2024 11:45:08 -0500 (0:00:00.387) 0:01:53.079 ***** ok: [managed-node2] => { "ansible_facts": { "__selinux_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 07 December 2024 11:45:08 -0500 (0:00:00.040) 0:01:53.119 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 07 December 2024 11:45:08 -0500 (0:00:00.034) 0:01:53.154 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 07 December 2024 11:45:09 -0500 (0:00:01.226) 0:01:54.381 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 07 December 2024 11:45:10 -0500 (0:00:00.035) 0:01:54.416 ***** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: policycoreutils-python-utils-3.7-5.fc41.noarch" ] } lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Saturday 07 December 2024 11:45:11 -0500 (0:00:01.760) 0:01:56.177 ***** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Saturday 07 December 2024 11:45:11 -0500 (0:00:00.033) 0:01:56.211 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Saturday 07 December 2024 11:45:11 -0500 (0:00:00.033) 0:01:56.244 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Saturday 07 December 2024 11:45:11 -0500 (0:00:00.033) 0:01:56.278 ***** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 07 December 2024 11:45:12 -0500 (0:00:01.007) 0:01:57.286 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 07 December 2024 11:45:12 -0500 (0:00:00.031) 0:01:57.318 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 07 December 2024 11:45:12 -0500 (0:00:00.045) 0:01:57.363 ***** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 07 December 2024 11:45:13 -0500 (0:00:00.051) 0:01:57.414 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 07 December 2024 11:45:13 -0500 (0:00:00.030) 0:01:57.445 ***** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 07 December 2024 11:45:13 -0500 (0:00:00.030) 0:01:57.476 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 07 December 2024 11:45:13 -0500 (0:00:00.030) 0:01:57.506 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 07 December 2024 11:45:13 -0500 (0:00:00.030) 0:01:57.537 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 07 December 2024 11:45:13 -0500 (0:00:00.035) 0:01:57.573 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 07 December 2024 11:45:13 -0500 (0:00:00.031) 0:01:57.605 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 07 December 2024 11:45:13 -0500 (0:00:00.031) 0:01:57.636 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 07 December 2024 11:45:13 -0500 (0:00:00.030) 0:01:57.666 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 07 December 2024 11:45:13 -0500 (0:00:00.030) 0:01:57.696 ***** changed: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => { "__selinux_item": { "ports": "15001-15003", "setype": "http_port_t" }, "ansible_loop_var": "__selinux_item", "changed": true, "ports": [ "15001-15003" ], "proto": "tcp", "setype": "http_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 07 December 2024 11:45:14 -0500 (0:00:01.227) 0:01:58.924 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 07 December 2024 11:45:14 -0500 (0:00:00.034) 0:01:58.958 ***** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:6e571059441d252640e3509cf407cd3a570cb9a5c5d37aa0d05bd8d193b32260", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ff868726dfb38a330824ab14a3d9b09e9e8aa89ddc8ac6b22abaa1bc62149ffa", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:0b4d3710b7c16f7149311eabf067807bd9e57305ab518642cd94544430245416", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:d6320654e5962a15935e9bcdfd8eceba64deb7051fcf6592a4ce023c1ed00798", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:5df07939f0bd5c566bb8920f6dc3aa9a58a7b4af495b81d99a1bfdb468788471", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:4f01eeb1c4bb8b68d4c620c2579434e124da3c7113233b3e715d503010083281", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9b0deb09628779327785cc5639699fdf269b9a11eb4a6186be0081a41a03a7e4", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:da1163091d32a68010421f1b60befb29aef78c9f2046cc7c330d276b0885dffe", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:61f367207b0ed849440500208623a265df726ae733e1df5fb454d04330442bc6", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:718557aa9547e4a7ce0c7e98fa8aab22bfbd1ccb7da591f47e16faf6f00769e2", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7c483328bf0187c7112d694c6043a0711fb4d32699bfa1626a05c6001f2b9cd9", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:009ec2e59e8da1c06d7efd0dd6f65d2e30c6305c725a12596a69fce5898d1af6", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:28e25bbe215427a27e62e2ed41752101fd47d471c473ce3eac9c5de7f5871835", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:e805313c73b62c5e31b5629e698bd0131a1c0d44b35950e3043a297454912567", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:f31b744afc0404d748b1675b297dcda43a313e09a9caa7a91a0160157e328a39", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:749a0dd1d66233d92e9ab33319d12ce45a91593e1dd1bc9b9fae330001edfd38", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:14804419e82b64ff25416ea75118e9f72b80199b04a7f6ffdba66f4ebc97e03b", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:13207d2c4fbbef0d912ee3833a40cbf6661f6133f88c03997e92e137bea7cab6", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b6bfc2b90536b9266f17999303e648cd1abc6149f8798a2fe725f965e6a17fed", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:a4b488ebf08441fe45443272f888be792feac13cf2217b472d23c19de7613200", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:c210cdb1289bc33e6343f5db4275535e60ac9ba1e8d5996fd460c5143ebd05c7", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:d92bb127a08063035dde34e7e6472334079340f9e855129968459082302b82ab", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:c8cdd40745296910be784d2d00fab1b0c52a117ec0ca8d1d771c3ed051de5759", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:4a4fe31eac32c89784a6bee3317c2c48b1848071daea27de74fecfd345313ecd", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:fee85c496f6e317fa6c79e01cf7a957ceba3d7d9a8129bbf08d31b468e97708c", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:8f0b86f719d0ecd073fbac5187db43d7c398f73936fecd15c44da436108e5311", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:8435cc1276aaf80e982eb0b1149f212cb6fc1366f29e563724caf890679f2542", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:bdfc7034a291d2afbe03437398e9743fc187e77c4d208ae0641f740a6dc1cfa0", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:ccfc94eaa4a6062dcd0996078e61e46eb550898c287d7596a85ad6f857fa69d5", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:86a16e57417ac8f0417342f79ae9003c245551714aed0056af928fef18263991", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:5165683fab4b880d741376a81061b1a467b88fcaba92225a50e46322ae74e440", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:980e9a260a2fb444a12629d8621407f4572e4de7cf8943b13161b6ed10375826", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a968d9dc972867e4e6249ae22f9dbf4266b74a7d142cae17a57a94342e1d2071", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:0602763cc3990087785d24c7cc430aefcdf02bdcfe24a7200d3edc2949d1ec6b", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:5651ec2c95f0b2d959b59c50ae021bbb6bc15f33331132110a9836b2278144de", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:666501337062cf4014f547858f4a5f4d4ca875f1c41a57ca725630161d61e201", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c1347bcf8c612aae6327f684b7f27ba268172bfc3dc7b027567ac4cd1512dce9", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9e9eaeee64d116248c2be62574004ab15354e00ddbbc86aab0a174425ac82584", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:0c67ea3b31cf2b67765839cccf9429c8081a7586a9bc435c1c7435cd8824be85", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:cab82ed9275123404e2017bd295fb3820d404c25d923bda2ef76fb91a6314348", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:5e37665feb0281a85f0ee77f1db24c5e4a9f776aa06f77e9a25b388bddd388ba", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:a95198f88b030851c95848e09f8a0daf2f610c9d517f0ec06c397c957c1bb8f4", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:7ef3929ab6674291f68cf898f5177a42ae8b0a2cecbafe4b3b0858373058d550", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:66e6d2d2bcf99ecfab229a5123becc308308446aaeb5dde00918429e73c6f88f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:327cc94b073e22e3583d2f3b0fff723e644a6a67af8c3182f23ac93df5c23a95", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:963b10f139af4312c18f4d47d01fffe051af8205c729f2f2bf2ea4c13810dc98", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:b63b648a2de86b24fae021093613a68861ed439474698ce39a75bc6f5ac376e5", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:0d1a8532ecb37791ca76bc6f6e6bae5d02e33e705bb3d99b98ff124ef7bec460", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:001865716275034253ef64bd80c12db293b0c0e7132432ffc7f1cc38e156cd16", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:8bbefb9d81d1e91ab0625144be2d9193cc9ef5ce7224ed1550d44b860deadcbd", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:3ddbb9f63e9d55225656cbb9092e5dcc1b453359707cdd73e67ef06a6aa7df9c", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:714f07b0412727d60cc1b2958dee240b59651229f1859639e09bbd714cf139ad", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:e8bedb5713c0d4491d4b2a38494e8a00b6735ab4ddc40aae7dacd15f46d597a4", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:f0042a254008662140e60ecb5261c1ad48119774dfef32ec9ef17f1579e5bac2", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:b42f95fdb6112ac9c2e4e4d094b2b4947e1020272011618b22f0cc98b713fd5b", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30eb3fa480b368dcbd10cbde31fb4e129513f4fed1c1eb16a7bcc364c4b1e801", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:0db5bd27caaa72a6f1aa2e3cc4138bda450a6c415e5c1fbb6328a8a39b6bcdef", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:4569f4ebfcaa55a45db1a7294ec898f3507eadaf052585b2688be8da3df8f9d1", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:13533345c2b7386622a2887f42ebbda604f36d2f8362f71a85a95e1cca9aa6c6", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:59373dee911745c788c719f0bbdf26fcddfedbb5e4b23ba87605bb0d3584abf1", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f54e35560a64de96a3cfc2b7cb63e680d6778225ae9ead9ad478b2678f88b6d8", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:871725456b957e8a2d11b156f51231de75a7fad129f418f901fa740814817147", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f9cd1d1c850a023d882c130cfad0d17c3d5af781610f6e20dce354e3ac9b03f9", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:b0eaf034b7f124c6ebb302f98543c5fb3c2191b1c584e73b994468d9b8771959", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:d86f183cf30c5cf0b3ad6e47a8aab8a628ffe101a6f983f153977ca9153a72a2", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:c6d2bd4c0a753011b65e4b41f82aa48fe811645a474e546e8cc2291f7c7a49eb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:7d2c4be9226c27c500f8a96188b2864ad5899f206296059ab8de4d3f162ec09a", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:1aaf1972825b0e1cba355be471b2a866e39374b5919b0b6c9796fa406a769be2", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:0871b8968f053316c9615743b4970c27c2c0f78a61fe8716c24f699703c58c1a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:00bea61c43d18e45979bd3481b0c18f6cddb38a411a4f19ae7e6120d7555455f", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:b38f878e9af27bcff6ae8993c8a217321dd1fc6c62334090addfb14aebba5c95", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:a9e6800d2e2993c1f318a8737647f2e450d41f692c11b09f6bdffac7fc556c23", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:433fd6e718c9ae9285c35aff260d62aac813fe8bd414e5986ab1712e888aaf49", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:2d65a17644f1edf61eb31c2c66d1268511fba016ff9a7758b2bb09cdf98d2706", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:a1dae79a0a2d2996882a55085cd82b8b5a39b5b78f91f5f016506878b319eecb", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:126692a2df2eb7609f7e3e4c2c930ee13d2431a92caadef2747c960d0d65f457", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:cdf84ac91260f7cacec107a1a7a8eb750b17fb10b7778b07147f2583f791e26a", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:9e478ef621ae90160e3d121cb167286e9737fd213582accd366424eda11ca747", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:705fd821fa0f0ba75a507e8363f78787f84c29f8c2d3a44fa243cd05d2c8f8ee", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:05b1fb70ea49e4e9cea9896284412cff82be88269d3e95abcb4daa61136c4da6", "enabled": 1 } }, "extra_binsbin": { "400": { "checksum": "sha256:79cae25eede0d58c489fd1e4d6d9e4d2e1d8db733e476fb314a05f39abc37e4e", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:33cab79d9b81dad37457565590370531db36d0e4a5b2ef73cd52a33b37816956", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:6b9661cfe29bccc779264f230ded766a207ef3937aec125e5cc9a55dea4b1e8f", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:749fc5a3e4ba8771a75dc712f7795a929e147cafa8dc04485c631aad0a37da5f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:bc1d1373b9a03d7adf44fcad82b369d1ebdd0f2e003cbf618411af40c1ac94d9", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:30d11ebcc3525e38c2a1532661404be432cbf6d4f0f4fb67c51fd9f32c3b7b92", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:d0521b45eebcd324ec966781f0d10ef06791c68b7e53b8272775bfd953a3fa08", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:cc140de8fcb92cb588d19273d8f67619b5fcbef1a114ed805621a0cd11e4ebc3", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:66707b09fc0bf73662040a6d5ed43e5ddc851704c29a129f7a4d0e223ea10f63", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:d281a5a1ad47bac3ef7854fa5792f08f9e70051eb6d577de2e66a4916809474e", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:5890afc9d363e3af10fbc90898f6ba211ae65b08b58d2819208829da1a0aa1d9", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:c6e3a1456d1166b4a1557097ac611d03fbc418da3ebf1c4a8ce51a2281731ee9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:36acfed6d94c2bc1125d70025b8329db893614e225dc0e56d84b3b7ed69f0003", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:9edf511304865c5ec8b009119995e8311ac49aa0d73e7887bbdb7a76aac26328", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:652eb4dd8e376e48b1389de31b94f634f35dd2d1e9ac0da4dbbb1334df750af2", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:8187fd4af8e847bf5febdbaf54f165788fd16dae5189b66d683dec60596b1172", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:f610bf0be7884be69e68856baa7450c4a00853d0ceb96c79e0e884fb2ee942a1", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:3c666ea736279ed20bee83a9dfd2d8b7152b8429041fbba5ac305a342bb35e01", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:14d0ea70e0abbd99618ceccb777aaf0fc917f6de4bad7bcf15f05cb2eac28085", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:d57cb86ca4b40fd974e5c4e1288ca5b5dfe69f5794240be1d75f153014580d24", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:57336b59a92ab85d730e65bb73d6fdac377dc062acbdc1e9e380a9e70b7d816f", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:2456eab7918420953167d81692c853d42d3f91d75c9b51b6cb1546a44f1493fc", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:fb70fffdeca1376649a7482969485ff476064fa0d81278c618f06bb62b9afa77", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:5de860596f6e5bee1d1d4151efbb27f239ac83ec4a53dc3183073b123d321415", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:e4bc151609f29e17034f474544284d19c570feb75b8926bb09f6081cc27173f8", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:6ec50390737f84638d0ad98e77715a09857fc999aab7cf30835c1ccfe7a909dc", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:56aadcaa0509f35235b9d7532c5a0946a66b923980b726b38152eb042cbb4894", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:bbea7bd0c76693df24eefcb14bb3389efed0f4e9f96353470f9ebd5f014f0845", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:20afd0d8466ac4b1b85683bd202d7a14f1938fe6bc8b8aa41a41566c64d64f10", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:139302f060755bbcfd0fb94d40854ad71a35b9318dd44c8be69f2c6d114f0e3e", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:75ac9cf6992502e3302f84ec39a6e7f1970efc13752181753a975d05c9e0e91c", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:6aa1d18652a868ff83c45fd9393499416d978fd6d5d6dc8663f085335db48a0e", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:102db291cb647f60032c139d0b5dcdeccdbe41c74f5c9fca6db560c17b61412d", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:59835fa42cdb6a94eedb9b4a264c6789084eff696b8efeecce8b48cd786a2dd6", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:24c89979739ae9c391acdaddc1d54325153085c1843626ec0f544def2b021a04", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:fda81f1fd9848ff6358d82191ad02d672ad1ecc7ba5b76edb604c2e966eb6e4f", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:4ea098e0d9b986a1669d00032dd83d4c77cdbd912346d45d60939c9ec958ba63", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:09019b87ded28376309ec057f0a3d57b753c52a47665834e3455b10c17d0b0f8", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:cdccb8cba84e7ae30ef624cd9d265ef4dbbfc7c96882e30c6815d7c1ed961464", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:c2dbeb224e0a9bfbae257131f0cf3f1582977b1e57855c244582fa107a92cd0d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:b22c4353aeef37f46ea73e660efadb81b861070d84427755b19f0e2bed596354", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:058546072554365d8129445e8e0007ab568b596abbe785601fa66034c94819d3", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:f731b921881e2281da507bffc85f3a91b51923b42640c8cf3946758fe3c9b607", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:36ccc7f68a1adff12b67b6803a81932a870dd90c4eb2917b4a9c984f1b4cbd11", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:ec2e7e35ae8f7898a554b26ec401997a9834a137f1f220e1464c715bb8287311", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:7d8a095dad7f134e473e31f7b74b35af55c86f6aeb3f9a067edc87e4b332fede", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:1a66f12e23daeda704408bfc0b55596c52dfd289c716a3d31e4ab1525bf9c961", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0090de03760bfc344382161d6e20188431ef4cf3ac4f7c7d09fc8a6da0e194c5", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:3b11334ce4a06dc286895d270da44c399bc2f511ac810cce9de3def5d69fad91", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:b7e2af2d4d688749a52114d6623e5cff629cd08ca2d848fe15df243ec597508c", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7e73fc9a1be125abe5dbab8143f1ea0c49c3ac5b4b2d54f585431b917f547e23", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:73ef6bf64cbd0ffcf8dbf21dcefc95947d3bae1f09937cfeb31d1a7081775cdf", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:eb10eb4c83992a6128376a978cb008c7abc2936626998abefd7fe8b00a4893f8", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:43117a650ceba47fbef8424092eb1bd119cc248aa67514f1e51246ed3af07967", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:bea08a06c64cf56277de0fea67675d1a69cdf34f37e1cc1c63f6b3c9c6a7edec", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:df9b83c5a19829e187aa9460a6dfa2607b35cd454bc2200a65e548b1ccd0d5a8", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:b7087172d332fe7a74fbaaedb9892ebf5a1c5eec52963a34bb92d73446566dea", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:c65f9e01840a5776e896f4505f356ffef8932e3cd5a2a09b42de4073b2b4d966", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:53e31c3a026736d7f73cedf1b0495a414fc9a1fb2e7fbcfc4fc851d98d9def5b", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:8f962b8f2e2d555baaad73cb042106196d29805971e3351620c396ed3dd941db", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:7c11be50042e84d4fb94b5a8a378cdab6775e2af1ac927d0d5418dba0816d4a5", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:e6e0365560eeff3c2696fa4018548558151620ba597c67fd7e186f6880ae331d", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:92ce174b65baa4f1182d8edeaca01b39dcc0d0beecb71badce3bfb845dd525fb", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:0d2fcf7248913b7ebaa7b290c619babb71d5a2906499e80b904ff1ad315c4993", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:decf5c2093ef0a9220acda78d06c9ff44303da23730730d095929569c7166210", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:eaf22ef2b2cc5858d9ff29e93eb84ea7a849e2e00d274f81c478ab12215b804c", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:b3412c39210371e395d6b4d88d4daf00b5699dc8dd50c435d1d69d91f062aad3", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:5c74ad17eebd07a5efeda9e79bcbf4bbf4451146a6633739f83cb9e4d6c60802", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:3f6bca0a0db5cd51a82ae6c24e7fba8c326f31865c4b248a0e909469f06ae09f", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:590bfd4dbff52f0ed68fe19c247e25d5299ac8448d2bd4ccc99084f85bdeb0ab", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:81d14741e1078a372f85f1cfa437ca54b0f0a97e28463ab4036e2791ba14368e", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:f49d1a951d218cb0242a2a10b1f6d0b38d7180b50b57347d11b7c29c5863f733", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:ae99eeccd230dbe62cc2d6b55bc87d272a3523c8284d884977fede6c9472220a", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:b2a55057a35231d41eeb00c651b5a4e7af901a79090c8afeb44fad8b27928d2f", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:83b77a2ea78b70ab976e70aa831a72f890ae212a6ab100d66f6bcb29e1bac0c9", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:096e1169c82afdd0cadfbb7c70210e6aa1e8a7782aa0149a14b353ee3e20dc21", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:02fd247f20410b0bf8b28860957fbf33ed26daac462d2de943ca3015e193efd4", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:879dcfa56b38100213e182a61d0692046377116a87f5892064768735ee9970e0", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:bb8884e26ad17666037298c10b15dec713cf8c42ab522f7b25453150d9681833", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:9b30f74c696be7ddfe60051035f3248e25577c1c82e6d0742ee3d2555d29f23a", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:26920eac2c6eb35ab68b04be278db9b2fe9bf461e2619dd3a28b79e9193f6c5c", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:1fd2a77b13726759bb892c0f152a0a9b56cc912d8ec8ae05d95618c0b7a157ed", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:227ea158a9c3c77819f1b61a3badf1db3fc415f370069c7ad591157cf1a46185", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:1fa2a3044483bf0c0b6ab5c2af3b35297e18eb4328a75bc04c3151f5e31f42c1", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ae4d23f2e9eb9580bd636cd7299d4d26649d59cc4e83e07f65505f315b4027b3", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:cd939a9294329e1d1f1a5be4e33cdaa4d89e4f78dde0a801c3b7d501323040fe", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:c5d30e10b3bbf87c64fe2afda70c803c7ffbb5f64b15f0f9894fa4b6eade41ad", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:b3d665ce7b46965b31e35a99716b4cefcaffb36c93c178f773d291fe93f8af25", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:32091e44affc2766f06bf0f4c3187f27168b574c07b65c3c4767dc2a68dc75dd", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:e628889b6330a5c4d4426b41eb5988e26bc9469cb66e01be6b4c6c000d694e2a", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:be1c2f9a0a19271f6b88e6878a67f929ca000c952045302c886bbbafdb7c656e", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:662412fc8c21dd433e2f2275377df80c839b47fb097a88693722189d33fa0a8a", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:e54f8a0a0779de2cae093c087aa9fcbfc70333be012868b00ac0fe25e0a21646", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:4886f36ce881d3be5284a9dfd93874c800c965bb46146168e633b250dd9d0d2d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:da789cca84eb333331387826f63e8a0d41e0774f42f5f763c83de6451298354f", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:a06e9a5b2b534d412b4783de05752f161c5c56a8948278cb1850f115494470c5", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:1e9015e8ebaa39a1d77e582423e4849371106eb1ad0fe9efca6a1dd46c69a7b7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:7b36666fc995913d536b090665fcf17770dd1d0e28cbd8d92c9c6d2eeddc2a3d", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:52f3581fc457419ac8fc34f647a7f609968619c59321b66d1c5dedb9a5075c82", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:2b17c37a62e1a4a3deb1f56ce7fa846cfecf59f2b43c519f2380546418aca5fa", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:504b13310e16a22488e3bece96c6b2c8b2f1ab3b4ac0c75939ebd7d208e4019b", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:ce88af5ce9ef09a298e9636753eb76703a1fba26e8831b3dffe07e00257fcd0a", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:c4e2d7ea074b383e96dee16c4be220d132301c03dcca3bd1698195f1d28c749b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:45e82ee4dc264fe1aefd810fc7f718cdebd06565cde8bdd47075e04ccea55d60", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:c71fc5aba3a8a38ab53d71b4e826c6741370cc4a86e2bb83598e83b60949aa4f", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:e6c118ffde5286b1f9013a26f857d4d85dff46d282e4a7ae6548b84e270d7c7b", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:819812bc0e7f5c0dadc824e330aeb912ed29face4a904beb7bdc8830dc0a49a5", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:bb61951b39b8975478348185eb3050c815930726687b2a3a4c0ac4427ce614ac", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:b3393bddbd1de42df51c9d3483169c2fe89f167761b0fd3829ecf277b6c7c3d6", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:846907e70298de291c325ea43e4215314c08433a5b70111b90f7a3eecf7f3e83", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:51cdabfd0ee2f5b3df09cb7a8132dc0d2f7953e6c00782f87d95779cc29e02bd", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7a7013be4a046d0ba770988e530fba59b3ce8c8159780af1a5001e5fad8ba042", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:ce51587d33ffe41699200700a15f92892a181c7e52aa451568a740dffd6eaeab", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:58fd323d88ba1b9f753102be767c848248d30c65a83fb30f2e13ba0073f10ab5", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:10852eded77ba66158385a63efa346a0cab9305fab8710f7992b951c671569be", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:26185c5731c3401ab5665cbfefa89268e91f21bb8f0fd88de3602d013ab6f00f", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:0caead9c9effa3c022f6e4740ac907788a51468996fb369574b04a50dd29eb59", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:011e57b206775738cc6fb16e48e9ed222ed67928857cc0e0d19f02e039757e33", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:1bc24bad910fe07f8737b25896d73d035cd83603897f3ae236bac28a95e49189", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:c3bf4ceb7acf4fa6ba860b3c47828add49d007fed218033193d6da8f6fce5067", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:ffb0f1240b1f95504b83f86a52dcd562df79cf9745b52a859db025821501ba83", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:eda9cb2209b0e28b17127136f79559febd986fbc4e0180751eb160fd72fd8310", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:6e31f7b2379cc4c461bdc1a826cbe607b72b997960c8304ccfa6256bea0b3501", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:8ac7f57a98159bee255928841806174b9c3fd760f74b2e623f5622ccfb049c11", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:17e628d6a7692372580df6800a972170a1c36c975fab437e559c3afdbfc0c4ee", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:d364337a160a2218afdc92eab0cd27e057543614dfcf96f2d74d51283cda1589", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6cf80a3a427ac287351081934516c8e300fa9929703b290df47ce87df99ec9de", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:001454c6d18d7f75e02524e3559c91264b4711cff8c4417ea2580b1c3e0a8576", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:68aca8ea777ce2a13e5d8c03b95805f3e77a4f963cbc1d960fd0162883b6083f", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:492c565eb90097f567381751dff3cdf0ae9a6db7f298dd13cd04bd67522789f6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:36cad8d8ea113dd1a761b8b386bd0a057883acc65b2c60140c2c001fc04e2e43", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:a0f7c18b6066e9bbf2454c92917e0abeff542fc804a524a95a02583b0ca22bb1", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:a966760e6a561f6eb4789d36b88bb1879c965b851e02d834c3304f0d2987461d", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:36bafd2cac1aeb59eb2e2a4a4a4f9d27b1594a92df1727a8977c83dca6292400", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:ec74b1ede394f0c1ab75a5439b4744a261b658edc17d5a0353ca273e397d2156", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:4d1f0907111fb4fcc242d7d91574e273650c86d2207f870e4c47036d900e4d80", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:de093c51d11ab2de52b41d550d06ce7def91a9e8c0f507884086d4d34343ae40", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:fdab19b51617ba1dfc3a402dbc261452cb23c74be402208563608610e6a6111a", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:ccef03c795df14786a6d323f735e2ec58f9270805e7de9fe924549c98b24e6f4", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:63eb81ab3a26272e180e1b64f7d2d28e65ed7fd3a2e261dbba40c0fd4d82ecfa", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:ce73d254e6271e7e012d38da6ff05b7c66c215b8ea5b99161ab1e97c77dfc31a", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:819c365b1e88bdb1eb171c48fbcc2b2e9c2ea405d7c20024919aa7d8bcb28de4", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:0ea0c16871f23b263aaaee590ecbad1d9095d01c7b7b6cd11a80278d1257957f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:835a212117378644f6f70a6282b73cba54c9b36811f91163408bad10ba2c6d0d", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:6f9c39f5bd3e6b092668476aa1233130cc9b9edd04c66af9d667dbf9d5f48bc6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d1336afad060de349d9c30315efc965b7247738603638e8706929361b8427353", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:3cb2ccaf8367e6a99384582a9c902e2af4480b04d8bc56ab5562c7d3111cd323", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:7384c2d57bd6e133c9069fe90acfe130c74416089fe56318257c501328dbda7c", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:06ca74bda1764a6f8a241b370f13bdf438674dac0dfbc30f98facc0884b190ea", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:8c99bd9b6a8fc9a4dd9e34af66adfe117bdb4b2e88a7f1f2e6a319db450168e8", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:4321f33d14654254947949c819972515f8bf488f8df3ce6626cf4b9fcfca6539", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:81bbb3bc281f6887174beeba44d970d3edc40d3fbad85ed8b9d03528800cb38a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:73a9063f298fd65b376ac709fb599ef1eefccb39b09360c412946fa507cf53ba", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:20c66e776cec92678d49c6e41eb804981e3769b8b595c5c7a8a1f94bf8f5a167", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:9886dbb3eebb514446605e62fcc6969a7d5a56f1f3b84129e7b46e20ab9de366", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:cbd713a58cf9ff07435b0a6210df156c4db5e4435b3d51fdf60627877e42e961", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:30936f11af78b1ed885d6deaa16025623fc794c54e452fc02c056e388dc263ce", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:6bee6346bb885fc64e8579218dda7100aac5a61d6ad1e474cae7bcce8448dd1a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:93aae106e0590c3b6ce75475c86101e20b244878b7f659dc9a9638529282bffb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:e69f3497fc89f1f96a3ecff77a12119b6abb012d4fa5973b9f33eeadbd12319b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:56c793ddc8f620fec42c9bc28c618e928882542b0de95adda2c8918742f890b2", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:49a17300f038a4023d478e0031f9a6ef18cf6817e696abed1b48983ef75366bf", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:df3f3357b0e78a2e2b110ab6e9dc9907d83d296e37bfd8c493b0ddf11a8d4e75", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:e10d1bfe87e505f003dcadb0f5f384e7db1bc6da48cd705a78c0630ef0a77207", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:f762b9090a0dc16cdb04e108f47a696170cebc74d489930915380689ade87d74", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a55e30390b7305a2e01d2e4be3786edc8c763f43c249ae07889c82c84cc7b9f3", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:763088f3e0392356a8bad6a06d56305a49c73690573a0c1e3d7cd8e7a7583f2e", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:21194bcdd2babe7aeaac215e7993d75f23bb0ed09e6378d222461113221cb7cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:a705982432ea6ff26451fdf015e5247103ca90e8f1350357ea956812f60d55d0", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:71a49275d91a3678a30ee048c48f3fe3222b116d94d9a1f5eafe2e6962e0cbcf", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:1a669ecc50c7315c65b8620d40adc5b211039b844bea403f625e6529f0be0c1c", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:5bfb4dae5517d7315d7e1ba509c0935ac06bfc25f70dfde91f31e44fc4d3528c", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:4ad1c6753ac53dddc1a2f618fb2eda212e114a474a31cf98840c0048e36514ce", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:55af58727c8e1a2d5ffc0eeebfabac14030d6594aaf36eae10c51d3f43fd7c94", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:725e2158052da4d2b9499d63570437f35d317f541e6fd0a7b6841f88be179689", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:e653084023932281ca276c722b79aaecbc5d81e97384373a73a4de2f4d3da9f9", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:326995099022aae4699bd16a731b01145d48811e2be43eb3ac04d688f2350707", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:063a6f93bd9863d9ce47543e552ae679873b3f6bf65a4582edbcf6bdcda5653c", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:cdacc7306b49ca27f4eed4dda7332bca872cf309459831c96694293721ed74d3", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:592651435b8b02dc2de1f304e3a7e3e0fb49bdbace98723173fd47b16a6b5aa4", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:12d5e2aa077e8da525b672b46f6f90931401b1ea4efd22e8952590abf03a687f", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:9428aee5be7ef002eba8ade18418e1b436e2f8ed0479182b47822318c4571923", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:71748ab8b3ac17e7f16325adc3575242076dc6f80ea6797091fb5ec54bdb4a49", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:086e6d069d8369c83296d7866c2d74e064c7980bedb2cde2fb02cd14f8233b75", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:436746a23ca13b58adc9e2a051b59463b8398cecb114edd411fcde4fce182148", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:a9ec2dd40baab31ae84049839e2043c24a475f6d9f1daf06f1c2919a4f01eae3", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:628550f2f63aea3fe7fd74168f78d1f9f3bbfb9e585252abf2cb0c7a6169c725", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:1825cdd1f7ab049ef6d4d9c7412880bc02797f3c4c9dc58ce79ed08be2a37ca2", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:118bab50d3722356fda7ca0983781aecd45f2a0979bc56617be3a8e044663451", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:e116438dee0dab9b191c25cfcb43a7dc0c8ac18bdb920e0596267365784b43c7", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:3bcf922688dc95cd19df39b5b48017dc48fca501bb70a953f99abce2c6fe7345", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:368e98dbdf56054db821272c38ae2aa3a92d88b419ebf886cfbf33db1cc4177d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:c07be819f426ec0bbba6ba8f8f1a0a57d6a3e02064bde55d0243cf21d24dce13", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e1c7a4e6ea91f57fe97ac249ef59feb769b0becd74bdb118c6c29ad8d86ae117", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:93f4e9c278aa30c7ce490f4b9c1d6238ab0d16f662fc880049398d241e429c47", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:83f45391b2a56e868ed635df8adfd7a461c853d99c92cb0839d24d560652accb", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:4b9b1022c21e3cc4b90416961b2e5990838532561080f53a962b14cf1101012e", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:5019fa69d2c211fff26780ddad52079881cffe4688af6407b7ee03ff499339d9", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:58e9695125a89de4faee0ac5a37a1a26067c97b6679d8350de744bd5d21257c8", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:494dde6bce44e76f5a7f70f98e178e7c7e0d195dae293fa631e97c5d5be7ce75", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:bb5057eabb1e1e690c8c4e2a19c5014a00240538d21fcd3b835b7a9937dcb469", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:af677713dbda91ea9db3e438de628e08ceb5e9c18b2fb5e338b9b81f79f5fa71", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:39e322b4fe5bd8357b39b47feb748452907b712342744d0ebb4af7ad04c170b4", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:2850db90c93a902f63a20eb3cf173676ba8b62d88dab4d6305ecab8bfc6a9c23", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:d86b9c14ea814e61185eb2fd53bdda95933b44eebf98ba942cbae61b3b16ce2b", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:db8f8c1a3ad46b9b9fbfb777e047e3eb0ca6e1e4be62c1cb16292b934d218b4a", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:ba9efc2628a81ac2c95346cb46f79b57748b56575197830bdc0fe9f1af6e6d07", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:cb02bf5a1a0fd75bb2dc288602973058a2a5e1955e7e0771d35a0986458f72ba", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:040a092ace1fddcfc244268cf1a30bb7935fcb1b493db9b22a3e4919ace8c00f", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:6b4b9f3c433d31a1416ed75a584f90616aa6b335297d5ef845ff3f71d36c3cfe", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:b50724f82867d86cb5ed896fed12ac8a5d939990f9e92221b282d63d44c13fa9", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b51b9edc8ba92cbdbbac99877b4388d9397976992ba7f5d4c467627763445ea4", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:4e1a2aeb4ae247cde28cc50db01cc6043bb78c45763eb8160a957be55a32a2d2", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:b9162e79ac68e0ab17b12ffb6d5c3d9e095d0b2b81ffb8c70b3ebd6531b32b0e", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:af8d12d85265012b374756768440f273481308b2e90fbba97b8afecb9bd2574d", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:97d72614bfbdb0146d8f7c90b90e9549ab1d202ffc55066ce79464e4a6a20cdf", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:624ceb9aa840b86d80592df9e5884ea9c4304f0ea3285bfe33d944ac7d4ea93c", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:33837f0b020b98299befab2e02000db9246918b1583678d3946213e90b45cb53", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a01e7aa92da5f24789286ac6530246cec5ed9c8675493cef2b06a7a7be595958", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:e8bac770b13be7d27c9b9286effe5e50e330e9ab1a225e06890edbf33798bf89", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:00fa1441d6e08f5af70bcea53ebf1f3e4c12a9737f1ef1e74fd5b79957d7f042", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:2b80169a6f39f4ebbc1c2d9b0211eec558da2a8eaa6bef904b9fc66eda7122dc", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:4c7963f955ff610de43933a480c47fd50da6b4d88f03ed6bbf4663dec25c3cae", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:4299fadc4f28a9e6ee9b9e5a7688955752f1bf36ef83656fee6403bbfe10e0b0", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:c3973da0b3e1836af273137bc8ed86a443da6a73d22255aa1135582923347b2c", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:8f262e982526c5e63cc93fe9806380aef291c0fa06d8c6468c1df126325ae83c", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:59c9e307dfc787b4b7510d9d593b71792f9f147884418eed41983034fb35059f", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:7917676d378ebdfeefe5375a054fc0beb6f86665b23304331e2316d1b98821c5", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:1d94d85560bd958b8fec5afd465d62a9e42f17307046046742c02d0ee5c9425f", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:b8950107bebcd555f2c48ee06bc63bb1329a6ea5db7a762cbef5ad9be656c9da", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:475a888f43d0521ac189ff49430864dc8b00f04c244d42100ca1d637860ff4fc", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:804524b0b86a951c8a5b1e2220cf19f3504fd7442e463a8ac8852babedf836c7", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 07 December 2024 11:45:17 -0500 (0:00:03.186) 0:02:02.145 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 07 December 2024 11:45:17 -0500 (0:00:00.047) 0:02:02.193 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 07 December 2024 11:45:17 -0500 (0:00:00.037) 0:02:02.231 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 December 2024 11:45:17 -0500 (0:00:00.062) 0:02:02.294 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Saturday 07 December 2024 11:45:17 -0500 (0:00:00.040) 0:02:02.334 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Saturday 07 December 2024 11:45:17 -0500 (0:00:00.036) 0:02:02.370 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Saturday 07 December 2024 11:45:18 -0500 (0:00:00.038) 0:02:02.409 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 December 2024 11:45:18 -0500 (0:00:00.036) 0:02:02.445 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:45:18 -0500 (0:00:00.132) 0:02:02.577 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "created" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: nopull\nspec:\n containers:\n - name: nopull\n image: quay.io/libpod/testimage:20210610\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:45:18 -0500 (0:00:00.054) 0:02:02.631 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } }, "__podman_kube_file": "", "__podman_pull_image": false, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:45:18 -0500 (0:00:00.055) 0:02:02.687 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "nopull", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:45:18 -0500 (0:00:00.091) 0:02:02.779 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:45:18 -0500 (0:00:00.075) 0:02:02.854 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:45:18 -0500 (0:00:00.048) 0:02:02.903 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:45:18 -0500 (0:00:00.046) 0:02:02.950 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:45:18 -0500 (0:00:00.057) 0:02:03.007 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.406) 0:02:03.413 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.038) 0:02:03.452 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.037) 0:02:03.490 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.042) 0:02:03.532 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.039) 0:02:03.572 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.061) 0:02:03.633 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.042) 0:02:03.676 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.038) 0:02:03.714 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.038) 0:02:03.753 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.042) 0:02:03.796 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.060) 0:02:03.857 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.042) 0:02:03.899 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.050) 0:02:03.950 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.047) 0:02:03.998 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.038) 0:02:04.036 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.042) 0:02:04.079 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.087) 0:02:04.166 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.072) 0:02:04.239 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.038) 0:02:04.278 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.041) 0:02:04.320 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 07 December 2024 11:45:19 -0500 (0:00:00.038) 0:02:04.358 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "'volumes' in __podman_kube['spec']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 07 December 2024 11:45:20 -0500 (0:00:00.039) 0:02:04.398 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_volumes | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 07 December 2024 11:45:20 -0500 (0:00:00.045) 0:02:04.444 ***** skipping: [managed-node2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Saturday 07 December 2024 11:45:20 -0500 (0:00:00.055) 0:02:04.500 ***** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Saturday 07 December 2024 11:45:20 -0500 (0:00:00.396) 0:02:04.896 ***** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Saturday 07 December 2024 11:45:20 -0500 (0:00:00.461) 0:02:05.357 ***** changed: [managed-node2] => { "changed": true, "checksum": "d5dc917e3cae36de03aa971a17ac473f86fdf934", "dest": "/etc/containers/ansible-kubernetes.d/nopull.yml", "gid": 0, "group": "root", "md5sum": "1eceaf0da0bbf69a778deb11f0449417", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 217, "src": "/root/.ansible/tmp/ansible-tmp-1733589921.0139604-5814-24648686173754/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Saturday 07 December 2024 11:45:21 -0500 (0:00:00.738) 0:02:06.095 ***** [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=false /etc/containers/ansible-kubernetes.d/nopull.yml" ], "changed": true } STDOUT: Pod: 6d5d11f92a2fbebb0f40f8d4e4b1cc78d081cdec9f380b65af382883e78ef4f0 Container: 657ba8fb55f22eb820ab12611bf9970e27993d547b317deda40ef88c3c8e8df6 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Saturday 07 December 2024 11:45:24 -0500 (0:00:02.876) 0:02:08.972 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Saturday 07 December 2024 11:45:24 -0500 (0:00:00.101) 0:02:09.074 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 07 December 2024 11:45:24 -0500 (0:00:00.112) 0:02:09.186 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Saturday 07 December 2024 11:45:24 -0500 (0:00:00.096) 0:02:09.282 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Saturday 07 December 2024 11:45:25 -0500 (0:00:00.116) 0:02:09.399 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Saturday 07 December 2024 11:45:25 -0500 (0:00:00.075) 0:02:09.474 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Saturday 07 December 2024 11:45:25 -0500 (0:00:00.073) 0:02:09.548 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Saturday 07 December 2024 11:45:25 -0500 (0:00:00.067) 0:02:09.615 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify image not pulled] ************************************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:235 Saturday 07 December 2024 11:45:25 -0500 (0:00:00.142) 0:02:09.757 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Run role - verify continue if pull fails] ******************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:239 Saturday 07 December 2024 11:45:25 -0500 (0:00:00.095) 0:02:09.852 ***** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 December 2024 11:45:25 -0500 (0:00:00.268) 0:02:10.121 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 December 2024 11:45:25 -0500 (0:00:00.127) 0:02:10.249 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 December 2024 11:45:25 -0500 (0:00:00.081) 0:02:10.331 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 December 2024 11:45:26 -0500 (0:00:00.074) 0:02:10.405 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 December 2024 11:45:26 -0500 (0:00:00.075) 0:02:10.480 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 December 2024 11:45:26 -0500 (0:00:00.102) 0:02:10.582 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 December 2024 11:45:26 -0500 (0:00:00.150) 0:02:10.733 ***** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed-node2] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 December 2024 11:45:26 -0500 (0:00:00.221) 0:02:10.954 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 December 2024 11:45:27 -0500 (0:00:01.105) 0:02:12.059 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 December 2024 11:45:27 -0500 (0:00:00.060) 0:02:12.120 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 December 2024 11:45:27 -0500 (0:00:00.058) 0:02:12.178 ***** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 December 2024 11:45:27 -0500 (0:00:00.069) 0:02:12.248 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 December 2024 11:45:27 -0500 (0:00:00.071) 0:02:12.320 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 December 2024 11:45:28 -0500 (0:00:00.084) 0:02:12.404 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028676", "end": "2024-12-07 11:45:28.387922", "rc": 0, "start": "2024-12-07 11:45:28.359246" } STDOUT: podman version 5.3.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 December 2024 11:45:28 -0500 (0:00:00.479) 0:02:12.884 ***** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.3.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 December 2024 11:45:28 -0500 (0:00:00.072) 0:02:12.956 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 December 2024 11:45:28 -0500 (0:00:00.169) 0:02:13.126 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 07 December 2024 11:45:28 -0500 (0:00:00.105) 0:02:13.231 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 December 2024 11:45:28 -0500 (0:00:00.092) 0:02:13.324 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 07 December 2024 11:45:29 -0500 (0:00:00.076) 0:02:13.400 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 07 December 2024 11:45:29 -0500 (0:00:00.073) 0:02:13.474 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:45:29 -0500 (0:00:00.090) 0:02:13.564 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:45:29 -0500 (0:00:00.053) 0:02:13.618 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:45:29 -0500 (0:00:00.048) 0:02:13.667 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:45:29 -0500 (0:00:00.079) 0:02:13.747 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:45:29 -0500 (0:00:00.523) 0:02:14.270 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:45:29 -0500 (0:00:00.087) 0:02:14.358 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.069) 0:02:14.428 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.049) 0:02:14.477 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.046) 0:02:14.523 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.050) 0:02:14.574 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.048) 0:02:14.622 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.040) 0:02:14.663 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.040) 0:02:14.703 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.054) 0:02:14.757 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.075) 0:02:14.833 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.043) 0:02:14.876 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.041) 0:02:14.918 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.077) 0:02:14.996 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.042) 0:02:15.038 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.040) 0:02:15.079 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.079) 0:02:15.158 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.042) 0:02:15.201 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Saturday 07 December 2024 11:45:30 -0500 (0:00:00.045) 0:02:15.246 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 December 2024 11:45:31 -0500 (0:00:00.191) 0:02:15.437 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 December 2024 11:45:31 -0500 (0:00:00.071) 0:02:15.508 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 December 2024 11:45:31 -0500 (0:00:00.070) 0:02:15.579 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 December 2024 11:45:31 -0500 (0:00:00.068) 0:02:15.647 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Saturday 07 December 2024 11:45:31 -0500 (0:00:00.072) 0:02:15.720 ***** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 December 2024 11:45:31 -0500 (0:00:00.184) 0:02:15.904 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 07 December 2024 11:45:31 -0500 (0:00:00.091) 0:02:15.996 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 07 December 2024 11:45:31 -0500 (0:00:00.057) 0:02:16.053 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 07 December 2024 11:45:31 -0500 (0:00:00.047) 0:02:16.101 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 December 2024 11:45:31 -0500 (0:00:00.044) 0:02:16.146 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 07 December 2024 11:45:31 -0500 (0:00:00.044) 0:02:16.191 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 07 December 2024 11:45:31 -0500 (0:00:00.047) 0:02:16.238 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 07 December 2024 11:45:33 -0500 (0:00:01.266) 0:02:17.504 ***** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 07 December 2024 11:45:33 -0500 (0:00:00.041) 0:02:17.546 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 07 December 2024 11:45:33 -0500 (0:00:00.050) 0:02:17.596 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 December 2024 11:45:33 -0500 (0:00:00.066) 0:02:17.663 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 07 December 2024 11:45:33 -0500 (0:00:00.047) 0:02:17.711 ***** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 07 December 2024 11:45:33 -0500 (0:00:00.062) 0:02:17.773 ***** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-12-07 11:45:06 EST", "ActiveEnterTimestampMonotonic": "555593833", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service sysinit.target dbus.socket basic.target polkit.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-07 11:45:06 EST", "AssertTimestampMonotonic": "555304290", "Before": "shutdown.target network-pre.target multi-user.target", "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": "396770000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-07 11:45:06 EST", "ConditionTimestampMonotonic": "555304287", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service iptables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5709", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainHandoffTimestampMonotonic": "555346862", "ExecMainPID": "9069", "ExecMainStartTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainStartTimestampMonotonic": "555306999", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-12-07 11:45:06 EST", "InactiveExitTimestampMonotonic": "555309301", "InvocationID": "906396692d0d49ecaebd83021878ccc8", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9069", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3381616640", "MemoryCurrent": "32690176", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33202176", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2024-12-07 11:45:06 EST", "StateChangeTimestampMonotonic": "555593833", "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": "4421", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 07 December 2024 11:45:33 -0500 (0:00:00.572) 0:02:18.345 ***** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-12-07 11:45:06 EST", "ActiveEnterTimestampMonotonic": "555593833", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service sysinit.target dbus.socket basic.target polkit.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-07 11:45:06 EST", "AssertTimestampMonotonic": "555304290", "Before": "shutdown.target network-pre.target multi-user.target", "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": "396770000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-07 11:45:06 EST", "ConditionTimestampMonotonic": "555304287", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service iptables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5709", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainHandoffTimestampMonotonic": "555346862", "ExecMainPID": "9069", "ExecMainStartTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainStartTimestampMonotonic": "555306999", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-12-07 11:45:06 EST", "InactiveExitTimestampMonotonic": "555309301", "InvocationID": "906396692d0d49ecaebd83021878ccc8", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9069", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3380858880", "MemoryCurrent": "32690176", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33202176", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2024-12-07 11:45:06 EST", "StateChangeTimestampMonotonic": "555593833", "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": "4421", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 07 December 2024 11:45:34 -0500 (0:00:00.589) 0:02:18.935 ***** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 07 December 2024 11:45:34 -0500 (0:00:00.075) 0:02:19.010 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 07 December 2024 11:45:34 -0500 (0:00:00.065) 0:02:19.076 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 07 December 2024 11:45:34 -0500 (0:00:00.062) 0:02:19.138 ***** ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 07 December 2024 11:45:35 -0500 (0:00:00.541) 0:02:19.680 ***** skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 December 2024 11:45:35 -0500 (0:00:00.063) 0:02:19.743 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 07 December 2024 11:45:35 -0500 (0:00:00.051) 0:02:19.794 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 07 December 2024 11:45:35 -0500 (0:00:00.046) 0:02:19.841 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 07 December 2024 11:45:35 -0500 (0:00:00.044) 0:02:19.885 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 07 December 2024 11:45:35 -0500 (0:00:00.046) 0:02:19.932 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 07 December 2024 11:45:35 -0500 (0:00:00.128) 0:02:20.060 ***** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 December 2024 11:45:35 -0500 (0:00:00.088) 0:02:20.149 ***** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 07 December 2024 11:45:35 -0500 (0:00:00.199) 0:02:20.348 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 07 December 2024 11:45:36 -0500 (0:00:00.093) 0:02:20.441 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 07 December 2024 11:45:36 -0500 (0:00:00.064) 0:02:20.506 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 07 December 2024 11:45:36 -0500 (0:00:00.172) 0:02:20.679 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 07 December 2024 11:45:36 -0500 (0:00:00.057) 0:02:20.736 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 07 December 2024 11:45:36 -0500 (0:00:00.087) 0:02:20.824 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 07 December 2024 11:45:36 -0500 (0:00:00.068) 0:02:20.892 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 07 December 2024 11:45:36 -0500 (0:00:00.052) 0:02:20.945 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 07 December 2024 11:45:36 -0500 (0:00:00.052) 0:02:20.997 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 07 December 2024 11:45:37 -0500 (0:00:01.220) 0:02:22.218 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 07 December 2024 11:45:37 -0500 (0:00:00.049) 0:02:22.267 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Saturday 07 December 2024 11:45:39 -0500 (0:00:01.254) 0:02:23.522 ***** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Saturday 07 December 2024 11:45:39 -0500 (0:00:00.050) 0:02:23.572 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Saturday 07 December 2024 11:45:39 -0500 (0:00:00.050) 0:02:23.622 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Saturday 07 December 2024 11:45:39 -0500 (0:00:00.050) 0:02:23.673 ***** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 07 December 2024 11:45:40 -0500 (0:00:00.928) 0:02:24.601 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 07 December 2024 11:45:40 -0500 (0:00:00.051) 0:02:24.653 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 07 December 2024 11:45:40 -0500 (0:00:00.042) 0:02:24.696 ***** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 07 December 2024 11:45:40 -0500 (0:00:00.052) 0:02:24.749 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 07 December 2024 11:45:40 -0500 (0:00:00.039) 0:02:24.788 ***** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 07 December 2024 11:45:40 -0500 (0:00:00.068) 0:02:24.856 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 07 December 2024 11:45:40 -0500 (0:00:00.066) 0:02:24.923 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 07 December 2024 11:45:40 -0500 (0:00:00.056) 0:02:24.979 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 07 December 2024 11:45:40 -0500 (0:00:00.054) 0:02:25.034 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 07 December 2024 11:45:40 -0500 (0:00:00.050) 0:02:25.085 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 07 December 2024 11:45:40 -0500 (0:00:00.040) 0:02:25.125 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 07 December 2024 11:45:40 -0500 (0:00:00.038) 0:02:25.164 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 07 December 2024 11:45:40 -0500 (0:00:00.107) 0:02:25.271 ***** ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => { "__selinux_item": { "ports": "15001-15003", "setype": "http_port_t" }, "ansible_loop_var": "__selinux_item", "changed": false, "ports": [ "15001-15003" ], "proto": "tcp", "setype": "http_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 07 December 2024 11:45:41 -0500 (0:00:00.717) 0:02:25.989 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 07 December 2024 11:45:41 -0500 (0:00:00.046) 0:02:26.036 ***** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:6e571059441d252640e3509cf407cd3a570cb9a5c5d37aa0d05bd8d193b32260", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ff868726dfb38a330824ab14a3d9b09e9e8aa89ddc8ac6b22abaa1bc62149ffa", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:0b4d3710b7c16f7149311eabf067807bd9e57305ab518642cd94544430245416", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:d6320654e5962a15935e9bcdfd8eceba64deb7051fcf6592a4ce023c1ed00798", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:5df07939f0bd5c566bb8920f6dc3aa9a58a7b4af495b81d99a1bfdb468788471", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:4f01eeb1c4bb8b68d4c620c2579434e124da3c7113233b3e715d503010083281", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9b0deb09628779327785cc5639699fdf269b9a11eb4a6186be0081a41a03a7e4", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:da1163091d32a68010421f1b60befb29aef78c9f2046cc7c330d276b0885dffe", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:61f367207b0ed849440500208623a265df726ae733e1df5fb454d04330442bc6", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:718557aa9547e4a7ce0c7e98fa8aab22bfbd1ccb7da591f47e16faf6f00769e2", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7c483328bf0187c7112d694c6043a0711fb4d32699bfa1626a05c6001f2b9cd9", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:009ec2e59e8da1c06d7efd0dd6f65d2e30c6305c725a12596a69fce5898d1af6", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:28e25bbe215427a27e62e2ed41752101fd47d471c473ce3eac9c5de7f5871835", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:e805313c73b62c5e31b5629e698bd0131a1c0d44b35950e3043a297454912567", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:f31b744afc0404d748b1675b297dcda43a313e09a9caa7a91a0160157e328a39", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:749a0dd1d66233d92e9ab33319d12ce45a91593e1dd1bc9b9fae330001edfd38", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:14804419e82b64ff25416ea75118e9f72b80199b04a7f6ffdba66f4ebc97e03b", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:13207d2c4fbbef0d912ee3833a40cbf6661f6133f88c03997e92e137bea7cab6", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b6bfc2b90536b9266f17999303e648cd1abc6149f8798a2fe725f965e6a17fed", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:a4b488ebf08441fe45443272f888be792feac13cf2217b472d23c19de7613200", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:c210cdb1289bc33e6343f5db4275535e60ac9ba1e8d5996fd460c5143ebd05c7", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:d92bb127a08063035dde34e7e6472334079340f9e855129968459082302b82ab", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:c8cdd40745296910be784d2d00fab1b0c52a117ec0ca8d1d771c3ed051de5759", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:4a4fe31eac32c89784a6bee3317c2c48b1848071daea27de74fecfd345313ecd", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:fee85c496f6e317fa6c79e01cf7a957ceba3d7d9a8129bbf08d31b468e97708c", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:8f0b86f719d0ecd073fbac5187db43d7c398f73936fecd15c44da436108e5311", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:8435cc1276aaf80e982eb0b1149f212cb6fc1366f29e563724caf890679f2542", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:bdfc7034a291d2afbe03437398e9743fc187e77c4d208ae0641f740a6dc1cfa0", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:ccfc94eaa4a6062dcd0996078e61e46eb550898c287d7596a85ad6f857fa69d5", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:86a16e57417ac8f0417342f79ae9003c245551714aed0056af928fef18263991", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:5165683fab4b880d741376a81061b1a467b88fcaba92225a50e46322ae74e440", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:980e9a260a2fb444a12629d8621407f4572e4de7cf8943b13161b6ed10375826", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a968d9dc972867e4e6249ae22f9dbf4266b74a7d142cae17a57a94342e1d2071", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:0602763cc3990087785d24c7cc430aefcdf02bdcfe24a7200d3edc2949d1ec6b", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:5651ec2c95f0b2d959b59c50ae021bbb6bc15f33331132110a9836b2278144de", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:666501337062cf4014f547858f4a5f4d4ca875f1c41a57ca725630161d61e201", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c1347bcf8c612aae6327f684b7f27ba268172bfc3dc7b027567ac4cd1512dce9", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9e9eaeee64d116248c2be62574004ab15354e00ddbbc86aab0a174425ac82584", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:0c67ea3b31cf2b67765839cccf9429c8081a7586a9bc435c1c7435cd8824be85", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:cab82ed9275123404e2017bd295fb3820d404c25d923bda2ef76fb91a6314348", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:5e37665feb0281a85f0ee77f1db24c5e4a9f776aa06f77e9a25b388bddd388ba", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:a95198f88b030851c95848e09f8a0daf2f610c9d517f0ec06c397c957c1bb8f4", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:7ef3929ab6674291f68cf898f5177a42ae8b0a2cecbafe4b3b0858373058d550", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:66e6d2d2bcf99ecfab229a5123becc308308446aaeb5dde00918429e73c6f88f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:327cc94b073e22e3583d2f3b0fff723e644a6a67af8c3182f23ac93df5c23a95", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:963b10f139af4312c18f4d47d01fffe051af8205c729f2f2bf2ea4c13810dc98", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:b63b648a2de86b24fae021093613a68861ed439474698ce39a75bc6f5ac376e5", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:0d1a8532ecb37791ca76bc6f6e6bae5d02e33e705bb3d99b98ff124ef7bec460", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:001865716275034253ef64bd80c12db293b0c0e7132432ffc7f1cc38e156cd16", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:8bbefb9d81d1e91ab0625144be2d9193cc9ef5ce7224ed1550d44b860deadcbd", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:3ddbb9f63e9d55225656cbb9092e5dcc1b453359707cdd73e67ef06a6aa7df9c", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:714f07b0412727d60cc1b2958dee240b59651229f1859639e09bbd714cf139ad", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:e8bedb5713c0d4491d4b2a38494e8a00b6735ab4ddc40aae7dacd15f46d597a4", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:f0042a254008662140e60ecb5261c1ad48119774dfef32ec9ef17f1579e5bac2", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:b42f95fdb6112ac9c2e4e4d094b2b4947e1020272011618b22f0cc98b713fd5b", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30eb3fa480b368dcbd10cbde31fb4e129513f4fed1c1eb16a7bcc364c4b1e801", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:0db5bd27caaa72a6f1aa2e3cc4138bda450a6c415e5c1fbb6328a8a39b6bcdef", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:4569f4ebfcaa55a45db1a7294ec898f3507eadaf052585b2688be8da3df8f9d1", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:13533345c2b7386622a2887f42ebbda604f36d2f8362f71a85a95e1cca9aa6c6", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:59373dee911745c788c719f0bbdf26fcddfedbb5e4b23ba87605bb0d3584abf1", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f54e35560a64de96a3cfc2b7cb63e680d6778225ae9ead9ad478b2678f88b6d8", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:871725456b957e8a2d11b156f51231de75a7fad129f418f901fa740814817147", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f9cd1d1c850a023d882c130cfad0d17c3d5af781610f6e20dce354e3ac9b03f9", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:b0eaf034b7f124c6ebb302f98543c5fb3c2191b1c584e73b994468d9b8771959", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:d86f183cf30c5cf0b3ad6e47a8aab8a628ffe101a6f983f153977ca9153a72a2", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:c6d2bd4c0a753011b65e4b41f82aa48fe811645a474e546e8cc2291f7c7a49eb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:7d2c4be9226c27c500f8a96188b2864ad5899f206296059ab8de4d3f162ec09a", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:1aaf1972825b0e1cba355be471b2a866e39374b5919b0b6c9796fa406a769be2", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:0871b8968f053316c9615743b4970c27c2c0f78a61fe8716c24f699703c58c1a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:00bea61c43d18e45979bd3481b0c18f6cddb38a411a4f19ae7e6120d7555455f", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:b38f878e9af27bcff6ae8993c8a217321dd1fc6c62334090addfb14aebba5c95", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:a9e6800d2e2993c1f318a8737647f2e450d41f692c11b09f6bdffac7fc556c23", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:433fd6e718c9ae9285c35aff260d62aac813fe8bd414e5986ab1712e888aaf49", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:2d65a17644f1edf61eb31c2c66d1268511fba016ff9a7758b2bb09cdf98d2706", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:a1dae79a0a2d2996882a55085cd82b8b5a39b5b78f91f5f016506878b319eecb", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:126692a2df2eb7609f7e3e4c2c930ee13d2431a92caadef2747c960d0d65f457", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:cdf84ac91260f7cacec107a1a7a8eb750b17fb10b7778b07147f2583f791e26a", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:9e478ef621ae90160e3d121cb167286e9737fd213582accd366424eda11ca747", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:705fd821fa0f0ba75a507e8363f78787f84c29f8c2d3a44fa243cd05d2c8f8ee", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:05b1fb70ea49e4e9cea9896284412cff82be88269d3e95abcb4daa61136c4da6", "enabled": 1 } }, "extra_binsbin": { "400": { "checksum": "sha256:79cae25eede0d58c489fd1e4d6d9e4d2e1d8db733e476fb314a05f39abc37e4e", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:33cab79d9b81dad37457565590370531db36d0e4a5b2ef73cd52a33b37816956", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:6b9661cfe29bccc779264f230ded766a207ef3937aec125e5cc9a55dea4b1e8f", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:749fc5a3e4ba8771a75dc712f7795a929e147cafa8dc04485c631aad0a37da5f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:bc1d1373b9a03d7adf44fcad82b369d1ebdd0f2e003cbf618411af40c1ac94d9", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:30d11ebcc3525e38c2a1532661404be432cbf6d4f0f4fb67c51fd9f32c3b7b92", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:d0521b45eebcd324ec966781f0d10ef06791c68b7e53b8272775bfd953a3fa08", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:cc140de8fcb92cb588d19273d8f67619b5fcbef1a114ed805621a0cd11e4ebc3", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:66707b09fc0bf73662040a6d5ed43e5ddc851704c29a129f7a4d0e223ea10f63", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:d281a5a1ad47bac3ef7854fa5792f08f9e70051eb6d577de2e66a4916809474e", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:5890afc9d363e3af10fbc90898f6ba211ae65b08b58d2819208829da1a0aa1d9", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:c6e3a1456d1166b4a1557097ac611d03fbc418da3ebf1c4a8ce51a2281731ee9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:36acfed6d94c2bc1125d70025b8329db893614e225dc0e56d84b3b7ed69f0003", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:9edf511304865c5ec8b009119995e8311ac49aa0d73e7887bbdb7a76aac26328", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:652eb4dd8e376e48b1389de31b94f634f35dd2d1e9ac0da4dbbb1334df750af2", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:8187fd4af8e847bf5febdbaf54f165788fd16dae5189b66d683dec60596b1172", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:f610bf0be7884be69e68856baa7450c4a00853d0ceb96c79e0e884fb2ee942a1", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:3c666ea736279ed20bee83a9dfd2d8b7152b8429041fbba5ac305a342bb35e01", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:14d0ea70e0abbd99618ceccb777aaf0fc917f6de4bad7bcf15f05cb2eac28085", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:d57cb86ca4b40fd974e5c4e1288ca5b5dfe69f5794240be1d75f153014580d24", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:57336b59a92ab85d730e65bb73d6fdac377dc062acbdc1e9e380a9e70b7d816f", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:2456eab7918420953167d81692c853d42d3f91d75c9b51b6cb1546a44f1493fc", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:fb70fffdeca1376649a7482969485ff476064fa0d81278c618f06bb62b9afa77", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:5de860596f6e5bee1d1d4151efbb27f239ac83ec4a53dc3183073b123d321415", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:e4bc151609f29e17034f474544284d19c570feb75b8926bb09f6081cc27173f8", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:6ec50390737f84638d0ad98e77715a09857fc999aab7cf30835c1ccfe7a909dc", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:56aadcaa0509f35235b9d7532c5a0946a66b923980b726b38152eb042cbb4894", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:bbea7bd0c76693df24eefcb14bb3389efed0f4e9f96353470f9ebd5f014f0845", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:20afd0d8466ac4b1b85683bd202d7a14f1938fe6bc8b8aa41a41566c64d64f10", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:139302f060755bbcfd0fb94d40854ad71a35b9318dd44c8be69f2c6d114f0e3e", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:75ac9cf6992502e3302f84ec39a6e7f1970efc13752181753a975d05c9e0e91c", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:6aa1d18652a868ff83c45fd9393499416d978fd6d5d6dc8663f085335db48a0e", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:102db291cb647f60032c139d0b5dcdeccdbe41c74f5c9fca6db560c17b61412d", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:59835fa42cdb6a94eedb9b4a264c6789084eff696b8efeecce8b48cd786a2dd6", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:24c89979739ae9c391acdaddc1d54325153085c1843626ec0f544def2b021a04", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:fda81f1fd9848ff6358d82191ad02d672ad1ecc7ba5b76edb604c2e966eb6e4f", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:4ea098e0d9b986a1669d00032dd83d4c77cdbd912346d45d60939c9ec958ba63", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:09019b87ded28376309ec057f0a3d57b753c52a47665834e3455b10c17d0b0f8", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:cdccb8cba84e7ae30ef624cd9d265ef4dbbfc7c96882e30c6815d7c1ed961464", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:c2dbeb224e0a9bfbae257131f0cf3f1582977b1e57855c244582fa107a92cd0d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:b22c4353aeef37f46ea73e660efadb81b861070d84427755b19f0e2bed596354", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:058546072554365d8129445e8e0007ab568b596abbe785601fa66034c94819d3", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:f731b921881e2281da507bffc85f3a91b51923b42640c8cf3946758fe3c9b607", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:36ccc7f68a1adff12b67b6803a81932a870dd90c4eb2917b4a9c984f1b4cbd11", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:ec2e7e35ae8f7898a554b26ec401997a9834a137f1f220e1464c715bb8287311", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:7d8a095dad7f134e473e31f7b74b35af55c86f6aeb3f9a067edc87e4b332fede", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:1a66f12e23daeda704408bfc0b55596c52dfd289c716a3d31e4ab1525bf9c961", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0090de03760bfc344382161d6e20188431ef4cf3ac4f7c7d09fc8a6da0e194c5", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:3b11334ce4a06dc286895d270da44c399bc2f511ac810cce9de3def5d69fad91", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:b7e2af2d4d688749a52114d6623e5cff629cd08ca2d848fe15df243ec597508c", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7e73fc9a1be125abe5dbab8143f1ea0c49c3ac5b4b2d54f585431b917f547e23", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:73ef6bf64cbd0ffcf8dbf21dcefc95947d3bae1f09937cfeb31d1a7081775cdf", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:eb10eb4c83992a6128376a978cb008c7abc2936626998abefd7fe8b00a4893f8", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:43117a650ceba47fbef8424092eb1bd119cc248aa67514f1e51246ed3af07967", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:bea08a06c64cf56277de0fea67675d1a69cdf34f37e1cc1c63f6b3c9c6a7edec", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:df9b83c5a19829e187aa9460a6dfa2607b35cd454bc2200a65e548b1ccd0d5a8", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:b7087172d332fe7a74fbaaedb9892ebf5a1c5eec52963a34bb92d73446566dea", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:c65f9e01840a5776e896f4505f356ffef8932e3cd5a2a09b42de4073b2b4d966", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:53e31c3a026736d7f73cedf1b0495a414fc9a1fb2e7fbcfc4fc851d98d9def5b", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:8f962b8f2e2d555baaad73cb042106196d29805971e3351620c396ed3dd941db", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:7c11be50042e84d4fb94b5a8a378cdab6775e2af1ac927d0d5418dba0816d4a5", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:e6e0365560eeff3c2696fa4018548558151620ba597c67fd7e186f6880ae331d", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:92ce174b65baa4f1182d8edeaca01b39dcc0d0beecb71badce3bfb845dd525fb", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:0d2fcf7248913b7ebaa7b290c619babb71d5a2906499e80b904ff1ad315c4993", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:decf5c2093ef0a9220acda78d06c9ff44303da23730730d095929569c7166210", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:eaf22ef2b2cc5858d9ff29e93eb84ea7a849e2e00d274f81c478ab12215b804c", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:b3412c39210371e395d6b4d88d4daf00b5699dc8dd50c435d1d69d91f062aad3", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:5c74ad17eebd07a5efeda9e79bcbf4bbf4451146a6633739f83cb9e4d6c60802", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:3f6bca0a0db5cd51a82ae6c24e7fba8c326f31865c4b248a0e909469f06ae09f", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:590bfd4dbff52f0ed68fe19c247e25d5299ac8448d2bd4ccc99084f85bdeb0ab", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:81d14741e1078a372f85f1cfa437ca54b0f0a97e28463ab4036e2791ba14368e", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:f49d1a951d218cb0242a2a10b1f6d0b38d7180b50b57347d11b7c29c5863f733", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:ae99eeccd230dbe62cc2d6b55bc87d272a3523c8284d884977fede6c9472220a", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:b2a55057a35231d41eeb00c651b5a4e7af901a79090c8afeb44fad8b27928d2f", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:83b77a2ea78b70ab976e70aa831a72f890ae212a6ab100d66f6bcb29e1bac0c9", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:096e1169c82afdd0cadfbb7c70210e6aa1e8a7782aa0149a14b353ee3e20dc21", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:02fd247f20410b0bf8b28860957fbf33ed26daac462d2de943ca3015e193efd4", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:879dcfa56b38100213e182a61d0692046377116a87f5892064768735ee9970e0", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:bb8884e26ad17666037298c10b15dec713cf8c42ab522f7b25453150d9681833", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:9b30f74c696be7ddfe60051035f3248e25577c1c82e6d0742ee3d2555d29f23a", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:26920eac2c6eb35ab68b04be278db9b2fe9bf461e2619dd3a28b79e9193f6c5c", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:1fd2a77b13726759bb892c0f152a0a9b56cc912d8ec8ae05d95618c0b7a157ed", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:227ea158a9c3c77819f1b61a3badf1db3fc415f370069c7ad591157cf1a46185", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:1fa2a3044483bf0c0b6ab5c2af3b35297e18eb4328a75bc04c3151f5e31f42c1", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ae4d23f2e9eb9580bd636cd7299d4d26649d59cc4e83e07f65505f315b4027b3", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:cd939a9294329e1d1f1a5be4e33cdaa4d89e4f78dde0a801c3b7d501323040fe", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:c5d30e10b3bbf87c64fe2afda70c803c7ffbb5f64b15f0f9894fa4b6eade41ad", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:b3d665ce7b46965b31e35a99716b4cefcaffb36c93c178f773d291fe93f8af25", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:32091e44affc2766f06bf0f4c3187f27168b574c07b65c3c4767dc2a68dc75dd", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:e628889b6330a5c4d4426b41eb5988e26bc9469cb66e01be6b4c6c000d694e2a", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:be1c2f9a0a19271f6b88e6878a67f929ca000c952045302c886bbbafdb7c656e", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:662412fc8c21dd433e2f2275377df80c839b47fb097a88693722189d33fa0a8a", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:e54f8a0a0779de2cae093c087aa9fcbfc70333be012868b00ac0fe25e0a21646", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:4886f36ce881d3be5284a9dfd93874c800c965bb46146168e633b250dd9d0d2d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:da789cca84eb333331387826f63e8a0d41e0774f42f5f763c83de6451298354f", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:a06e9a5b2b534d412b4783de05752f161c5c56a8948278cb1850f115494470c5", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:1e9015e8ebaa39a1d77e582423e4849371106eb1ad0fe9efca6a1dd46c69a7b7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:7b36666fc995913d536b090665fcf17770dd1d0e28cbd8d92c9c6d2eeddc2a3d", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:52f3581fc457419ac8fc34f647a7f609968619c59321b66d1c5dedb9a5075c82", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:2b17c37a62e1a4a3deb1f56ce7fa846cfecf59f2b43c519f2380546418aca5fa", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:504b13310e16a22488e3bece96c6b2c8b2f1ab3b4ac0c75939ebd7d208e4019b", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:ce88af5ce9ef09a298e9636753eb76703a1fba26e8831b3dffe07e00257fcd0a", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:c4e2d7ea074b383e96dee16c4be220d132301c03dcca3bd1698195f1d28c749b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:45e82ee4dc264fe1aefd810fc7f718cdebd06565cde8bdd47075e04ccea55d60", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:c71fc5aba3a8a38ab53d71b4e826c6741370cc4a86e2bb83598e83b60949aa4f", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:e6c118ffde5286b1f9013a26f857d4d85dff46d282e4a7ae6548b84e270d7c7b", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:819812bc0e7f5c0dadc824e330aeb912ed29face4a904beb7bdc8830dc0a49a5", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:bb61951b39b8975478348185eb3050c815930726687b2a3a4c0ac4427ce614ac", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:b3393bddbd1de42df51c9d3483169c2fe89f167761b0fd3829ecf277b6c7c3d6", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:846907e70298de291c325ea43e4215314c08433a5b70111b90f7a3eecf7f3e83", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:51cdabfd0ee2f5b3df09cb7a8132dc0d2f7953e6c00782f87d95779cc29e02bd", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7a7013be4a046d0ba770988e530fba59b3ce8c8159780af1a5001e5fad8ba042", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:ce51587d33ffe41699200700a15f92892a181c7e52aa451568a740dffd6eaeab", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:58fd323d88ba1b9f753102be767c848248d30c65a83fb30f2e13ba0073f10ab5", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:10852eded77ba66158385a63efa346a0cab9305fab8710f7992b951c671569be", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:26185c5731c3401ab5665cbfefa89268e91f21bb8f0fd88de3602d013ab6f00f", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:0caead9c9effa3c022f6e4740ac907788a51468996fb369574b04a50dd29eb59", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:011e57b206775738cc6fb16e48e9ed222ed67928857cc0e0d19f02e039757e33", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:1bc24bad910fe07f8737b25896d73d035cd83603897f3ae236bac28a95e49189", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:c3bf4ceb7acf4fa6ba860b3c47828add49d007fed218033193d6da8f6fce5067", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:ffb0f1240b1f95504b83f86a52dcd562df79cf9745b52a859db025821501ba83", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:eda9cb2209b0e28b17127136f79559febd986fbc4e0180751eb160fd72fd8310", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:6e31f7b2379cc4c461bdc1a826cbe607b72b997960c8304ccfa6256bea0b3501", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:8ac7f57a98159bee255928841806174b9c3fd760f74b2e623f5622ccfb049c11", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:17e628d6a7692372580df6800a972170a1c36c975fab437e559c3afdbfc0c4ee", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:d364337a160a2218afdc92eab0cd27e057543614dfcf96f2d74d51283cda1589", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6cf80a3a427ac287351081934516c8e300fa9929703b290df47ce87df99ec9de", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:001454c6d18d7f75e02524e3559c91264b4711cff8c4417ea2580b1c3e0a8576", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:68aca8ea777ce2a13e5d8c03b95805f3e77a4f963cbc1d960fd0162883b6083f", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:492c565eb90097f567381751dff3cdf0ae9a6db7f298dd13cd04bd67522789f6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:36cad8d8ea113dd1a761b8b386bd0a057883acc65b2c60140c2c001fc04e2e43", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:a0f7c18b6066e9bbf2454c92917e0abeff542fc804a524a95a02583b0ca22bb1", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:a966760e6a561f6eb4789d36b88bb1879c965b851e02d834c3304f0d2987461d", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:36bafd2cac1aeb59eb2e2a4a4a4f9d27b1594a92df1727a8977c83dca6292400", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:ec74b1ede394f0c1ab75a5439b4744a261b658edc17d5a0353ca273e397d2156", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:4d1f0907111fb4fcc242d7d91574e273650c86d2207f870e4c47036d900e4d80", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:de093c51d11ab2de52b41d550d06ce7def91a9e8c0f507884086d4d34343ae40", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:fdab19b51617ba1dfc3a402dbc261452cb23c74be402208563608610e6a6111a", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:ccef03c795df14786a6d323f735e2ec58f9270805e7de9fe924549c98b24e6f4", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:63eb81ab3a26272e180e1b64f7d2d28e65ed7fd3a2e261dbba40c0fd4d82ecfa", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:ce73d254e6271e7e012d38da6ff05b7c66c215b8ea5b99161ab1e97c77dfc31a", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:819c365b1e88bdb1eb171c48fbcc2b2e9c2ea405d7c20024919aa7d8bcb28de4", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:0ea0c16871f23b263aaaee590ecbad1d9095d01c7b7b6cd11a80278d1257957f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:835a212117378644f6f70a6282b73cba54c9b36811f91163408bad10ba2c6d0d", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:6f9c39f5bd3e6b092668476aa1233130cc9b9edd04c66af9d667dbf9d5f48bc6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d1336afad060de349d9c30315efc965b7247738603638e8706929361b8427353", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:3cb2ccaf8367e6a99384582a9c902e2af4480b04d8bc56ab5562c7d3111cd323", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:7384c2d57bd6e133c9069fe90acfe130c74416089fe56318257c501328dbda7c", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:06ca74bda1764a6f8a241b370f13bdf438674dac0dfbc30f98facc0884b190ea", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:8c99bd9b6a8fc9a4dd9e34af66adfe117bdb4b2e88a7f1f2e6a319db450168e8", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:4321f33d14654254947949c819972515f8bf488f8df3ce6626cf4b9fcfca6539", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:81bbb3bc281f6887174beeba44d970d3edc40d3fbad85ed8b9d03528800cb38a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:73a9063f298fd65b376ac709fb599ef1eefccb39b09360c412946fa507cf53ba", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:20c66e776cec92678d49c6e41eb804981e3769b8b595c5c7a8a1f94bf8f5a167", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:9886dbb3eebb514446605e62fcc6969a7d5a56f1f3b84129e7b46e20ab9de366", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:cbd713a58cf9ff07435b0a6210df156c4db5e4435b3d51fdf60627877e42e961", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:30936f11af78b1ed885d6deaa16025623fc794c54e452fc02c056e388dc263ce", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:6bee6346bb885fc64e8579218dda7100aac5a61d6ad1e474cae7bcce8448dd1a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:93aae106e0590c3b6ce75475c86101e20b244878b7f659dc9a9638529282bffb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:e69f3497fc89f1f96a3ecff77a12119b6abb012d4fa5973b9f33eeadbd12319b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:56c793ddc8f620fec42c9bc28c618e928882542b0de95adda2c8918742f890b2", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:49a17300f038a4023d478e0031f9a6ef18cf6817e696abed1b48983ef75366bf", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:df3f3357b0e78a2e2b110ab6e9dc9907d83d296e37bfd8c493b0ddf11a8d4e75", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:e10d1bfe87e505f003dcadb0f5f384e7db1bc6da48cd705a78c0630ef0a77207", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:f762b9090a0dc16cdb04e108f47a696170cebc74d489930915380689ade87d74", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a55e30390b7305a2e01d2e4be3786edc8c763f43c249ae07889c82c84cc7b9f3", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:763088f3e0392356a8bad6a06d56305a49c73690573a0c1e3d7cd8e7a7583f2e", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:21194bcdd2babe7aeaac215e7993d75f23bb0ed09e6378d222461113221cb7cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:a705982432ea6ff26451fdf015e5247103ca90e8f1350357ea956812f60d55d0", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:71a49275d91a3678a30ee048c48f3fe3222b116d94d9a1f5eafe2e6962e0cbcf", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:1a669ecc50c7315c65b8620d40adc5b211039b844bea403f625e6529f0be0c1c", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:5bfb4dae5517d7315d7e1ba509c0935ac06bfc25f70dfde91f31e44fc4d3528c", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:4ad1c6753ac53dddc1a2f618fb2eda212e114a474a31cf98840c0048e36514ce", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:55af58727c8e1a2d5ffc0eeebfabac14030d6594aaf36eae10c51d3f43fd7c94", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:725e2158052da4d2b9499d63570437f35d317f541e6fd0a7b6841f88be179689", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:e653084023932281ca276c722b79aaecbc5d81e97384373a73a4de2f4d3da9f9", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:326995099022aae4699bd16a731b01145d48811e2be43eb3ac04d688f2350707", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:063a6f93bd9863d9ce47543e552ae679873b3f6bf65a4582edbcf6bdcda5653c", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:cdacc7306b49ca27f4eed4dda7332bca872cf309459831c96694293721ed74d3", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:592651435b8b02dc2de1f304e3a7e3e0fb49bdbace98723173fd47b16a6b5aa4", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:12d5e2aa077e8da525b672b46f6f90931401b1ea4efd22e8952590abf03a687f", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:9428aee5be7ef002eba8ade18418e1b436e2f8ed0479182b47822318c4571923", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:71748ab8b3ac17e7f16325adc3575242076dc6f80ea6797091fb5ec54bdb4a49", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:086e6d069d8369c83296d7866c2d74e064c7980bedb2cde2fb02cd14f8233b75", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:436746a23ca13b58adc9e2a051b59463b8398cecb114edd411fcde4fce182148", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:a9ec2dd40baab31ae84049839e2043c24a475f6d9f1daf06f1c2919a4f01eae3", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:628550f2f63aea3fe7fd74168f78d1f9f3bbfb9e585252abf2cb0c7a6169c725", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:1825cdd1f7ab049ef6d4d9c7412880bc02797f3c4c9dc58ce79ed08be2a37ca2", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:118bab50d3722356fda7ca0983781aecd45f2a0979bc56617be3a8e044663451", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:e116438dee0dab9b191c25cfcb43a7dc0c8ac18bdb920e0596267365784b43c7", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:3bcf922688dc95cd19df39b5b48017dc48fca501bb70a953f99abce2c6fe7345", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:368e98dbdf56054db821272c38ae2aa3a92d88b419ebf886cfbf33db1cc4177d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:c07be819f426ec0bbba6ba8f8f1a0a57d6a3e02064bde55d0243cf21d24dce13", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e1c7a4e6ea91f57fe97ac249ef59feb769b0becd74bdb118c6c29ad8d86ae117", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:93f4e9c278aa30c7ce490f4b9c1d6238ab0d16f662fc880049398d241e429c47", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:83f45391b2a56e868ed635df8adfd7a461c853d99c92cb0839d24d560652accb", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:4b9b1022c21e3cc4b90416961b2e5990838532561080f53a962b14cf1101012e", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:5019fa69d2c211fff26780ddad52079881cffe4688af6407b7ee03ff499339d9", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:58e9695125a89de4faee0ac5a37a1a26067c97b6679d8350de744bd5d21257c8", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:494dde6bce44e76f5a7f70f98e178e7c7e0d195dae293fa631e97c5d5be7ce75", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:bb5057eabb1e1e690c8c4e2a19c5014a00240538d21fcd3b835b7a9937dcb469", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:af677713dbda91ea9db3e438de628e08ceb5e9c18b2fb5e338b9b81f79f5fa71", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:39e322b4fe5bd8357b39b47feb748452907b712342744d0ebb4af7ad04c170b4", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:2850db90c93a902f63a20eb3cf173676ba8b62d88dab4d6305ecab8bfc6a9c23", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:d86b9c14ea814e61185eb2fd53bdda95933b44eebf98ba942cbae61b3b16ce2b", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:db8f8c1a3ad46b9b9fbfb777e047e3eb0ca6e1e4be62c1cb16292b934d218b4a", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:ba9efc2628a81ac2c95346cb46f79b57748b56575197830bdc0fe9f1af6e6d07", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:cb02bf5a1a0fd75bb2dc288602973058a2a5e1955e7e0771d35a0986458f72ba", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:040a092ace1fddcfc244268cf1a30bb7935fcb1b493db9b22a3e4919ace8c00f", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:6b4b9f3c433d31a1416ed75a584f90616aa6b335297d5ef845ff3f71d36c3cfe", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:b50724f82867d86cb5ed896fed12ac8a5d939990f9e92221b282d63d44c13fa9", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b51b9edc8ba92cbdbbac99877b4388d9397976992ba7f5d4c467627763445ea4", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:4e1a2aeb4ae247cde28cc50db01cc6043bb78c45763eb8160a957be55a32a2d2", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:b9162e79ac68e0ab17b12ffb6d5c3d9e095d0b2b81ffb8c70b3ebd6531b32b0e", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:af8d12d85265012b374756768440f273481308b2e90fbba97b8afecb9bd2574d", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:97d72614bfbdb0146d8f7c90b90e9549ab1d202ffc55066ce79464e4a6a20cdf", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:624ceb9aa840b86d80592df9e5884ea9c4304f0ea3285bfe33d944ac7d4ea93c", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:33837f0b020b98299befab2e02000db9246918b1583678d3946213e90b45cb53", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a01e7aa92da5f24789286ac6530246cec5ed9c8675493cef2b06a7a7be595958", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:e8bac770b13be7d27c9b9286effe5e50e330e9ab1a225e06890edbf33798bf89", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:00fa1441d6e08f5af70bcea53ebf1f3e4c12a9737f1ef1e74fd5b79957d7f042", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:2b80169a6f39f4ebbc1c2d9b0211eec558da2a8eaa6bef904b9fc66eda7122dc", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:4c7963f955ff610de43933a480c47fd50da6b4d88f03ed6bbf4663dec25c3cae", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:4299fadc4f28a9e6ee9b9e5a7688955752f1bf36ef83656fee6403bbfe10e0b0", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:c3973da0b3e1836af273137bc8ed86a443da6a73d22255aa1135582923347b2c", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:8f262e982526c5e63cc93fe9806380aef291c0fa06d8c6468c1df126325ae83c", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:59c9e307dfc787b4b7510d9d593b71792f9f147884418eed41983034fb35059f", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:7917676d378ebdfeefe5375a054fc0beb6f86665b23304331e2316d1b98821c5", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:1d94d85560bd958b8fec5afd465d62a9e42f17307046046742c02d0ee5c9425f", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:b8950107bebcd555f2c48ee06bc63bb1329a6ea5db7a762cbef5ad9be656c9da", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:475a888f43d0521ac189ff49430864dc8b00f04c244d42100ca1d637860ff4fc", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:804524b0b86a951c8a5b1e2220cf19f3504fd7442e463a8ac8852babedf836c7", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 07 December 2024 11:45:44 -0500 (0:00:03.118) 0:02:29.154 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 07 December 2024 11:45:44 -0500 (0:00:00.053) 0:02:29.208 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 07 December 2024 11:45:44 -0500 (0:00:00.046) 0:02:29.255 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 December 2024 11:45:44 -0500 (0:00:00.065) 0:02:29.320 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Saturday 07 December 2024 11:45:44 -0500 (0:00:00.046) 0:02:29.367 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Saturday 07 December 2024 11:45:45 -0500 (0:00:00.038) 0:02:29.406 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Saturday 07 December 2024 11:45:45 -0500 (0:00:00.043) 0:02:29.449 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 December 2024 11:45:45 -0500 (0:00:00.069) 0:02:29.519 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:45:45 -0500 (0:00:00.187) 0:02:29.706 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "created" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: bogus\nspec:\n containers:\n - name: bogus\n image: >-\n quay.io/linux-system-roles/this_is_a_bogus_image:latest\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:45:45 -0500 (0:00:00.106) 0:02:29.813 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": true, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/linux-system-roles/this_is_a_bogus_image:latest", "name": "bogus" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:45:45 -0500 (0:00:00.100) 0:02:29.914 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "bogus", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:45:45 -0500 (0:00:00.077) 0:02:29.991 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:45:45 -0500 (0:00:00.158) 0:02:30.150 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:45:45 -0500 (0:00:00.070) 0:02:30.220 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:45:45 -0500 (0:00:00.055) 0:02:30.276 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:45:45 -0500 (0:00:00.072) 0:02:30.348 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:45:46 -0500 (0:00:00.436) 0:02:30.785 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:45:46 -0500 (0:00:00.076) 0:02:30.861 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:45:46 -0500 (0:00:00.071) 0:02:30.933 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:45:46 -0500 (0:00:00.072) 0:02:31.005 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:45:46 -0500 (0:00:00.073) 0:02:31.079 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:45:46 -0500 (0:00:00.102) 0:02:31.181 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:45:46 -0500 (0:00:00.070) 0:02:31.252 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:45:46 -0500 (0:00:00.072) 0:02:31.324 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:45:46 -0500 (0:00:00.052) 0:02:31.377 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:45:47 -0500 (0:00:00.043) 0:02:31.420 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:45:47 -0500 (0:00:00.139) 0:02:31.560 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:45:47 -0500 (0:00:00.046) 0:02:31.606 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:45:47 -0500 (0:00:00.050) 0:02:31.656 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:45:47 -0500 (0:00:00.053) 0:02:31.710 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:45:47 -0500 (0:00:00.045) 0:02:31.756 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:45:47 -0500 (0:00:00.056) 0:02:31.812 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 07 December 2024 11:45:47 -0500 (0:00:00.113) 0:02:31.926 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:45:47 -0500 (0:00:00.083) 0:02:32.010 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:45:47 -0500 (0:00:00.044) 0:02:32.055 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:45:47 -0500 (0:00:00.040) 0:02:32.095 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 07 December 2024 11:45:47 -0500 (0:00:00.043) 0:02:32.139 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "'volumes' in __podman_kube['spec']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 07 December 2024 11:45:47 -0500 (0:00:00.042) 0:02:32.181 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_volumes | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 07 December 2024 11:45:47 -0500 (0:00:00.074) 0:02:32.255 ***** ok: [managed-node2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Saturday 07 December 2024 11:45:48 -0500 (0:00:00.924) 0:02:33.180 ***** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Saturday 07 December 2024 11:45:49 -0500 (0:00:00.428) 0:02:33.608 ***** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Saturday 07 December 2024 11:45:49 -0500 (0:00:00.430) 0:02:34.038 ***** changed: [managed-node2] => { "changed": true, "checksum": "f8266a972ed3be7e204d2a67883fe3a22b8dbf18", "dest": "/etc/containers/ansible-kubernetes.d/bogus.yml", "gid": 0, "group": "root", "md5sum": "22799c1e99f8fb14db15efc7dbc7ba4c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 237, "src": "/root/.ansible/tmp/ansible-tmp-1733589949.6951375-6978-184440280149004/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Saturday 07 December 2024 11:45:50 -0500 (0:00:00.735) 0:02:34.773 ***** fatal: [managed-node2]: 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-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:262 Saturday 07 December 2024 11:45:51 -0500 (0:00:00.728) 0:02:35.502 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:269 Saturday 07 December 2024 11:45:51 -0500 (0:00:00.055) 0:02:35.557 ***** included: fedora.linux_system_roles.podman for managed-node2 => (item=nopull) included: fedora.linux_system_roles.podman for managed-node2 => (item=bogus) TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 December 2024 11:45:51 -0500 (0:00:00.189) 0:02:35.747 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 December 2024 11:45:51 -0500 (0:00:00.104) 0:02:35.851 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 December 2024 11:45:51 -0500 (0:00:00.083) 0:02:35.935 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 December 2024 11:45:51 -0500 (0:00:00.065) 0:02:36.001 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 December 2024 11:45:51 -0500 (0:00:00.047) 0:02:36.048 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 December 2024 11:45:51 -0500 (0:00:00.052) 0:02:36.101 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 December 2024 11:45:51 -0500 (0:00:00.056) 0:02:36.158 ***** [WARNING]: TASK: fedora.linux_system_roles.podman : Set platform/version specific variables: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed-node2] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 December 2024 11:45:51 -0500 (0:00:00.089) 0:02:36.248 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 December 2024 11:45:53 -0500 (0:00:01.251) 0:02:37.499 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 December 2024 11:45:53 -0500 (0:00:00.056) 0:02:37.556 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 December 2024 11:45:53 -0500 (0:00:00.071) 0:02:37.627 ***** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 December 2024 11:45:53 -0500 (0:00:00.047) 0:02:37.674 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 December 2024 11:45:53 -0500 (0:00:00.041) 0:02:37.716 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 December 2024 11:45:53 -0500 (0:00:00.045) 0:02:37.762 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027711", "end": "2024-12-07 11:45:53.732204", "rc": 0, "start": "2024-12-07 11:45:53.704493" } STDOUT: podman version 5.3.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 December 2024 11:45:53 -0500 (0:00:00.443) 0:02:38.205 ***** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.3.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 December 2024 11:45:53 -0500 (0:00:00.045) 0:02:38.251 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 December 2024 11:45:53 -0500 (0:00:00.064) 0:02:38.316 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 07 December 2024 11:45:53 -0500 (0:00:00.064) 0:02:38.380 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 December 2024 11:45:54 -0500 (0:00:00.061) 0:02:38.442 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 07 December 2024 11:45:54 -0500 (0:00:00.092) 0:02:38.534 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 07 December 2024 11:45:54 -0500 (0:00:00.099) 0:02:38.633 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:45:54 -0500 (0:00:00.092) 0:02:38.726 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:45:54 -0500 (0:00:00.052) 0:02:38.778 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:45:54 -0500 (0:00:00.049) 0:02:38.828 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:45:54 -0500 (0:00:00.060) 0:02:38.888 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:45:54 -0500 (0:00:00.471) 0:02:39.360 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:45:55 -0500 (0:00:00.068) 0:02:39.428 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:45:55 -0500 (0:00:00.067) 0:02:39.496 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:45:55 -0500 (0:00:00.054) 0:02:39.551 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:45:55 -0500 (0:00:00.074) 0:02:39.625 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:45:55 -0500 (0:00:00.049) 0:02:39.675 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:45:55 -0500 (0:00:00.048) 0:02:39.723 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:45:55 -0500 (0:00:00.040) 0:02:39.763 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 07 December 2024 11:45:55 -0500 (0:00:00.040) 0:02:39.804 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 December 2024 11:45:55 -0500 (0:00:00.065) 0:02:39.869 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 December 2024 11:45:55 -0500 (0:00:00.123) 0:02:39.993 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 December 2024 11:45:55 -0500 (0:00:00.133) 0:02:40.127 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Saturday 07 December 2024 11:45:55 -0500 (0:00:00.046) 0:02:40.173 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 December 2024 11:45:55 -0500 (0:00:00.080) 0:02:40.254 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 December 2024 11:45:55 -0500 (0:00:00.043) 0:02:40.297 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Saturday 07 December 2024 11:45:55 -0500 (0:00:00.042) 0:02:40.339 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 December 2024 11:45:56 -0500 (0:00:00.122) 0:02:40.462 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 December 2024 11:45:56 -0500 (0:00:00.081) 0:02:40.543 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Saturday 07 December 2024 11:45:56 -0500 (0:00:00.096) 0:02:40.640 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 December 2024 11:45:56 -0500 (0:00:00.166) 0:02:40.806 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 December 2024 11:45:56 -0500 (0:00:00.082) 0:02:40.888 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 December 2024 11:45:56 -0500 (0:00:00.092) 0:02:40.980 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 December 2024 11:45:56 -0500 (0:00:00.083) 0:02:41.063 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Saturday 07 December 2024 11:45:56 -0500 (0:00:00.080) 0:02:41.144 ***** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 December 2024 11:45:56 -0500 (0:00:00.177) 0:02:41.322 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 07 December 2024 11:45:57 -0500 (0:00:00.104) 0:02:41.426 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 07 December 2024 11:45:57 -0500 (0:00:00.089) 0:02:41.516 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 07 December 2024 11:45:57 -0500 (0:00:00.081) 0:02:41.598 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 December 2024 11:45:57 -0500 (0:00:00.079) 0:02:41.677 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 07 December 2024 11:45:57 -0500 (0:00:00.081) 0:02:41.759 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 07 December 2024 11:45:57 -0500 (0:00:00.089) 0:02:41.848 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 07 December 2024 11:45:58 -0500 (0:00:01.334) 0:02:43.183 ***** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 07 December 2024 11:45:58 -0500 (0:00:00.125) 0:02:43.308 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 07 December 2024 11:45:59 -0500 (0:00:00.142) 0:02:43.451 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 December 2024 11:45:59 -0500 (0:00:00.112) 0:02:43.564 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 07 December 2024 11:45:59 -0500 (0:00:00.098) 0:02:43.662 ***** [WARNING]: TASK: fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 07 December 2024 11:45:59 -0500 (0:00:00.093) 0:02:43.756 ***** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-12-07 11:45:06 EST", "ActiveEnterTimestampMonotonic": "555593833", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service sysinit.target dbus.socket basic.target polkit.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-07 11:45:06 EST", "AssertTimestampMonotonic": "555304290", "Before": "shutdown.target network-pre.target multi-user.target", "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": "417187000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-07 11:45:06 EST", "ConditionTimestampMonotonic": "555304287", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service iptables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5709", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainHandoffTimestampMonotonic": "555346862", "ExecMainPID": "9069", "ExecMainStartTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainStartTimestampMonotonic": "555306999", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-12-07 11:45:06 EST", "InactiveExitTimestampMonotonic": "555309301", "InvocationID": "906396692d0d49ecaebd83021878ccc8", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9069", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3418152960", "MemoryCurrent": "32702464", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33202176", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2024-12-07 11:45:06 EST", "StateChangeTimestampMonotonic": "555593833", "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": "4421", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 07 December 2024 11:46:00 -0500 (0:00:00.668) 0:02:44.424 ***** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-12-07 11:45:06 EST", "ActiveEnterTimestampMonotonic": "555593833", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service sysinit.target dbus.socket basic.target polkit.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-07 11:45:06 EST", "AssertTimestampMonotonic": "555304290", "Before": "shutdown.target network-pre.target multi-user.target", "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": "417187000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-07 11:45:06 EST", "ConditionTimestampMonotonic": "555304287", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service iptables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5709", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainHandoffTimestampMonotonic": "555346862", "ExecMainPID": "9069", "ExecMainStartTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainStartTimestampMonotonic": "555306999", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-12-07 11:45:06 EST", "InactiveExitTimestampMonotonic": "555309301", "InvocationID": "906396692d0d49ecaebd83021878ccc8", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9069", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3423326208", "MemoryCurrent": "32702464", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33202176", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2024-12-07 11:45:06 EST", "StateChangeTimestampMonotonic": "555593833", "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": "4421", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 07 December 2024 11:46:00 -0500 (0:00:00.717) 0:02:45.141 ***** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 07 December 2024 11:46:00 -0500 (0:00:00.192) 0:02:45.334 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 07 December 2024 11:46:01 -0500 (0:00:00.111) 0:02:45.445 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 07 December 2024 11:46:01 -0500 (0:00:00.108) 0:02:45.554 ***** [WARNING]: TASK: fedora.linux_system_roles.firewall : Configure firewall: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 07 December 2024 11:46:01 -0500 (0:00:00.728) 0:02:46.282 ***** [WARNING]: TASK: fedora.linux_system_roles.firewall : Gather firewall config information: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 December 2024 11:46:02 -0500 (0:00:00.148) 0:02:46.431 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 07 December 2024 11:46:02 -0500 (0:00:00.141) 0:02:46.572 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 07 December 2024 11:46:02 -0500 (0:00:00.138) 0:02:46.711 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 07 December 2024 11:46:02 -0500 (0:00:00.110) 0:02:46.821 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 07 December 2024 11:46:02 -0500 (0:00:00.084) 0:02:46.906 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 07 December 2024 11:46:02 -0500 (0:00:00.081) 0:02:46.987 ***** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 December 2024 11:46:02 -0500 (0:00:00.113) 0:02:47.101 ***** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 07 December 2024 11:46:02 -0500 (0:00:00.207) 0:02:47.309 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 07 December 2024 11:46:03 -0500 (0:00:00.134) 0:02:47.443 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 07 December 2024 11:46:03 -0500 (0:00:00.112) 0:02:47.556 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 07 December 2024 11:46:03 -0500 (0:00:00.189) 0:02:47.745 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 07 December 2024 11:46:03 -0500 (0:00:00.086) 0:02:47.832 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 07 December 2024 11:46:03 -0500 (0:00:00.091) 0:02:47.923 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 07 December 2024 11:46:03 -0500 (0:00:00.088) 0:02:48.012 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 07 December 2024 11:46:03 -0500 (0:00:00.109) 0:02:48.121 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 07 December 2024 11:46:03 -0500 (0:00:00.085) 0:02:48.207 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 07 December 2024 11:46:05 -0500 (0:00:01.254) 0:02:49.461 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 07 December 2024 11:46:05 -0500 (0:00:00.045) 0:02:49.507 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Saturday 07 December 2024 11:46:06 -0500 (0:00:01.266) 0:02:50.773 ***** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Saturday 07 December 2024 11:46:06 -0500 (0:00:00.053) 0:02:50.827 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Saturday 07 December 2024 11:46:06 -0500 (0:00:00.047) 0:02:50.874 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Saturday 07 December 2024 11:46:06 -0500 (0:00:00.043) 0:02:50.918 ***** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 07 December 2024 11:46:07 -0500 (0:00:00.910) 0:02:51.828 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 07 December 2024 11:46:07 -0500 (0:00:00.041) 0:02:51.870 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 07 December 2024 11:46:07 -0500 (0:00:00.041) 0:02:51.911 ***** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 07 December 2024 11:46:07 -0500 (0:00:00.156) 0:02:52.067 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 07 December 2024 11:46:07 -0500 (0:00:00.084) 0:02:52.152 ***** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 07 December 2024 11:46:07 -0500 (0:00:00.076) 0:02:52.229 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 07 December 2024 11:46:07 -0500 (0:00:00.085) 0:02:52.314 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 07 December 2024 11:46:08 -0500 (0:00:00.094) 0:02:52.409 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 07 December 2024 11:46:08 -0500 (0:00:00.073) 0:02:52.483 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 07 December 2024 11:46:08 -0500 (0:00:00.069) 0:02:52.552 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 07 December 2024 11:46:08 -0500 (0:00:00.091) 0:02:52.643 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 07 December 2024 11:46:08 -0500 (0:00:00.087) 0:02:52.731 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 07 December 2024 11:46:08 -0500 (0:00:00.078) 0:02:52.809 ***** ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => { "__selinux_item": { "ports": "15001-15003", "setype": "http_port_t" }, "ansible_loop_var": "__selinux_item", "changed": false, "ports": [ "15001-15003" ], "proto": "tcp", "setype": "http_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 07 December 2024 11:46:09 -0500 (0:00:00.679) 0:02:53.489 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 07 December 2024 11:46:09 -0500 (0:00:00.040) 0:02:53.530 ***** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:6e571059441d252640e3509cf407cd3a570cb9a5c5d37aa0d05bd8d193b32260", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ff868726dfb38a330824ab14a3d9b09e9e8aa89ddc8ac6b22abaa1bc62149ffa", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:0b4d3710b7c16f7149311eabf067807bd9e57305ab518642cd94544430245416", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:d6320654e5962a15935e9bcdfd8eceba64deb7051fcf6592a4ce023c1ed00798", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:5df07939f0bd5c566bb8920f6dc3aa9a58a7b4af495b81d99a1bfdb468788471", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:4f01eeb1c4bb8b68d4c620c2579434e124da3c7113233b3e715d503010083281", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9b0deb09628779327785cc5639699fdf269b9a11eb4a6186be0081a41a03a7e4", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:da1163091d32a68010421f1b60befb29aef78c9f2046cc7c330d276b0885dffe", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:61f367207b0ed849440500208623a265df726ae733e1df5fb454d04330442bc6", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:718557aa9547e4a7ce0c7e98fa8aab22bfbd1ccb7da591f47e16faf6f00769e2", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7c483328bf0187c7112d694c6043a0711fb4d32699bfa1626a05c6001f2b9cd9", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:009ec2e59e8da1c06d7efd0dd6f65d2e30c6305c725a12596a69fce5898d1af6", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:28e25bbe215427a27e62e2ed41752101fd47d471c473ce3eac9c5de7f5871835", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:e805313c73b62c5e31b5629e698bd0131a1c0d44b35950e3043a297454912567", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:f31b744afc0404d748b1675b297dcda43a313e09a9caa7a91a0160157e328a39", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:749a0dd1d66233d92e9ab33319d12ce45a91593e1dd1bc9b9fae330001edfd38", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:14804419e82b64ff25416ea75118e9f72b80199b04a7f6ffdba66f4ebc97e03b", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:13207d2c4fbbef0d912ee3833a40cbf6661f6133f88c03997e92e137bea7cab6", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b6bfc2b90536b9266f17999303e648cd1abc6149f8798a2fe725f965e6a17fed", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:a4b488ebf08441fe45443272f888be792feac13cf2217b472d23c19de7613200", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:c210cdb1289bc33e6343f5db4275535e60ac9ba1e8d5996fd460c5143ebd05c7", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:d92bb127a08063035dde34e7e6472334079340f9e855129968459082302b82ab", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:c8cdd40745296910be784d2d00fab1b0c52a117ec0ca8d1d771c3ed051de5759", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:4a4fe31eac32c89784a6bee3317c2c48b1848071daea27de74fecfd345313ecd", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:fee85c496f6e317fa6c79e01cf7a957ceba3d7d9a8129bbf08d31b468e97708c", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:8f0b86f719d0ecd073fbac5187db43d7c398f73936fecd15c44da436108e5311", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:8435cc1276aaf80e982eb0b1149f212cb6fc1366f29e563724caf890679f2542", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:bdfc7034a291d2afbe03437398e9743fc187e77c4d208ae0641f740a6dc1cfa0", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:ccfc94eaa4a6062dcd0996078e61e46eb550898c287d7596a85ad6f857fa69d5", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:86a16e57417ac8f0417342f79ae9003c245551714aed0056af928fef18263991", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:5165683fab4b880d741376a81061b1a467b88fcaba92225a50e46322ae74e440", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:980e9a260a2fb444a12629d8621407f4572e4de7cf8943b13161b6ed10375826", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a968d9dc972867e4e6249ae22f9dbf4266b74a7d142cae17a57a94342e1d2071", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:0602763cc3990087785d24c7cc430aefcdf02bdcfe24a7200d3edc2949d1ec6b", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:5651ec2c95f0b2d959b59c50ae021bbb6bc15f33331132110a9836b2278144de", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:666501337062cf4014f547858f4a5f4d4ca875f1c41a57ca725630161d61e201", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c1347bcf8c612aae6327f684b7f27ba268172bfc3dc7b027567ac4cd1512dce9", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9e9eaeee64d116248c2be62574004ab15354e00ddbbc86aab0a174425ac82584", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:0c67ea3b31cf2b67765839cccf9429c8081a7586a9bc435c1c7435cd8824be85", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:cab82ed9275123404e2017bd295fb3820d404c25d923bda2ef76fb91a6314348", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:5e37665feb0281a85f0ee77f1db24c5e4a9f776aa06f77e9a25b388bddd388ba", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:a95198f88b030851c95848e09f8a0daf2f610c9d517f0ec06c397c957c1bb8f4", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:7ef3929ab6674291f68cf898f5177a42ae8b0a2cecbafe4b3b0858373058d550", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:66e6d2d2bcf99ecfab229a5123becc308308446aaeb5dde00918429e73c6f88f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:327cc94b073e22e3583d2f3b0fff723e644a6a67af8c3182f23ac93df5c23a95", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:963b10f139af4312c18f4d47d01fffe051af8205c729f2f2bf2ea4c13810dc98", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:b63b648a2de86b24fae021093613a68861ed439474698ce39a75bc6f5ac376e5", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:0d1a8532ecb37791ca76bc6f6e6bae5d02e33e705bb3d99b98ff124ef7bec460", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:001865716275034253ef64bd80c12db293b0c0e7132432ffc7f1cc38e156cd16", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:8bbefb9d81d1e91ab0625144be2d9193cc9ef5ce7224ed1550d44b860deadcbd", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:3ddbb9f63e9d55225656cbb9092e5dcc1b453359707cdd73e67ef06a6aa7df9c", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:714f07b0412727d60cc1b2958dee240b59651229f1859639e09bbd714cf139ad", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:e8bedb5713c0d4491d4b2a38494e8a00b6735ab4ddc40aae7dacd15f46d597a4", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:f0042a254008662140e60ecb5261c1ad48119774dfef32ec9ef17f1579e5bac2", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:b42f95fdb6112ac9c2e4e4d094b2b4947e1020272011618b22f0cc98b713fd5b", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30eb3fa480b368dcbd10cbde31fb4e129513f4fed1c1eb16a7bcc364c4b1e801", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:0db5bd27caaa72a6f1aa2e3cc4138bda450a6c415e5c1fbb6328a8a39b6bcdef", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:4569f4ebfcaa55a45db1a7294ec898f3507eadaf052585b2688be8da3df8f9d1", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:13533345c2b7386622a2887f42ebbda604f36d2f8362f71a85a95e1cca9aa6c6", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:59373dee911745c788c719f0bbdf26fcddfedbb5e4b23ba87605bb0d3584abf1", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f54e35560a64de96a3cfc2b7cb63e680d6778225ae9ead9ad478b2678f88b6d8", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:871725456b957e8a2d11b156f51231de75a7fad129f418f901fa740814817147", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f9cd1d1c850a023d882c130cfad0d17c3d5af781610f6e20dce354e3ac9b03f9", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:b0eaf034b7f124c6ebb302f98543c5fb3c2191b1c584e73b994468d9b8771959", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:d86f183cf30c5cf0b3ad6e47a8aab8a628ffe101a6f983f153977ca9153a72a2", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:c6d2bd4c0a753011b65e4b41f82aa48fe811645a474e546e8cc2291f7c7a49eb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:7d2c4be9226c27c500f8a96188b2864ad5899f206296059ab8de4d3f162ec09a", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:1aaf1972825b0e1cba355be471b2a866e39374b5919b0b6c9796fa406a769be2", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:0871b8968f053316c9615743b4970c27c2c0f78a61fe8716c24f699703c58c1a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:00bea61c43d18e45979bd3481b0c18f6cddb38a411a4f19ae7e6120d7555455f", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:b38f878e9af27bcff6ae8993c8a217321dd1fc6c62334090addfb14aebba5c95", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:a9e6800d2e2993c1f318a8737647f2e450d41f692c11b09f6bdffac7fc556c23", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:433fd6e718c9ae9285c35aff260d62aac813fe8bd414e5986ab1712e888aaf49", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:2d65a17644f1edf61eb31c2c66d1268511fba016ff9a7758b2bb09cdf98d2706", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:a1dae79a0a2d2996882a55085cd82b8b5a39b5b78f91f5f016506878b319eecb", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:126692a2df2eb7609f7e3e4c2c930ee13d2431a92caadef2747c960d0d65f457", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:cdf84ac91260f7cacec107a1a7a8eb750b17fb10b7778b07147f2583f791e26a", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:9e478ef621ae90160e3d121cb167286e9737fd213582accd366424eda11ca747", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:705fd821fa0f0ba75a507e8363f78787f84c29f8c2d3a44fa243cd05d2c8f8ee", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:05b1fb70ea49e4e9cea9896284412cff82be88269d3e95abcb4daa61136c4da6", "enabled": 1 } }, "extra_binsbin": { "400": { "checksum": "sha256:79cae25eede0d58c489fd1e4d6d9e4d2e1d8db733e476fb314a05f39abc37e4e", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:33cab79d9b81dad37457565590370531db36d0e4a5b2ef73cd52a33b37816956", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:6b9661cfe29bccc779264f230ded766a207ef3937aec125e5cc9a55dea4b1e8f", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:749fc5a3e4ba8771a75dc712f7795a929e147cafa8dc04485c631aad0a37da5f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:bc1d1373b9a03d7adf44fcad82b369d1ebdd0f2e003cbf618411af40c1ac94d9", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:30d11ebcc3525e38c2a1532661404be432cbf6d4f0f4fb67c51fd9f32c3b7b92", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:d0521b45eebcd324ec966781f0d10ef06791c68b7e53b8272775bfd953a3fa08", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:cc140de8fcb92cb588d19273d8f67619b5fcbef1a114ed805621a0cd11e4ebc3", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:66707b09fc0bf73662040a6d5ed43e5ddc851704c29a129f7a4d0e223ea10f63", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:d281a5a1ad47bac3ef7854fa5792f08f9e70051eb6d577de2e66a4916809474e", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:5890afc9d363e3af10fbc90898f6ba211ae65b08b58d2819208829da1a0aa1d9", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:c6e3a1456d1166b4a1557097ac611d03fbc418da3ebf1c4a8ce51a2281731ee9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:36acfed6d94c2bc1125d70025b8329db893614e225dc0e56d84b3b7ed69f0003", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:9edf511304865c5ec8b009119995e8311ac49aa0d73e7887bbdb7a76aac26328", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:652eb4dd8e376e48b1389de31b94f634f35dd2d1e9ac0da4dbbb1334df750af2", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:8187fd4af8e847bf5febdbaf54f165788fd16dae5189b66d683dec60596b1172", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:f610bf0be7884be69e68856baa7450c4a00853d0ceb96c79e0e884fb2ee942a1", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:3c666ea736279ed20bee83a9dfd2d8b7152b8429041fbba5ac305a342bb35e01", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:14d0ea70e0abbd99618ceccb777aaf0fc917f6de4bad7bcf15f05cb2eac28085", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:d57cb86ca4b40fd974e5c4e1288ca5b5dfe69f5794240be1d75f153014580d24", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:57336b59a92ab85d730e65bb73d6fdac377dc062acbdc1e9e380a9e70b7d816f", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:2456eab7918420953167d81692c853d42d3f91d75c9b51b6cb1546a44f1493fc", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:fb70fffdeca1376649a7482969485ff476064fa0d81278c618f06bb62b9afa77", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:5de860596f6e5bee1d1d4151efbb27f239ac83ec4a53dc3183073b123d321415", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:e4bc151609f29e17034f474544284d19c570feb75b8926bb09f6081cc27173f8", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:6ec50390737f84638d0ad98e77715a09857fc999aab7cf30835c1ccfe7a909dc", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:56aadcaa0509f35235b9d7532c5a0946a66b923980b726b38152eb042cbb4894", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:bbea7bd0c76693df24eefcb14bb3389efed0f4e9f96353470f9ebd5f014f0845", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:20afd0d8466ac4b1b85683bd202d7a14f1938fe6bc8b8aa41a41566c64d64f10", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:139302f060755bbcfd0fb94d40854ad71a35b9318dd44c8be69f2c6d114f0e3e", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:75ac9cf6992502e3302f84ec39a6e7f1970efc13752181753a975d05c9e0e91c", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:6aa1d18652a868ff83c45fd9393499416d978fd6d5d6dc8663f085335db48a0e", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:102db291cb647f60032c139d0b5dcdeccdbe41c74f5c9fca6db560c17b61412d", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:59835fa42cdb6a94eedb9b4a264c6789084eff696b8efeecce8b48cd786a2dd6", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:24c89979739ae9c391acdaddc1d54325153085c1843626ec0f544def2b021a04", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:fda81f1fd9848ff6358d82191ad02d672ad1ecc7ba5b76edb604c2e966eb6e4f", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:4ea098e0d9b986a1669d00032dd83d4c77cdbd912346d45d60939c9ec958ba63", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:09019b87ded28376309ec057f0a3d57b753c52a47665834e3455b10c17d0b0f8", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:cdccb8cba84e7ae30ef624cd9d265ef4dbbfc7c96882e30c6815d7c1ed961464", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:c2dbeb224e0a9bfbae257131f0cf3f1582977b1e57855c244582fa107a92cd0d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:b22c4353aeef37f46ea73e660efadb81b861070d84427755b19f0e2bed596354", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:058546072554365d8129445e8e0007ab568b596abbe785601fa66034c94819d3", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:f731b921881e2281da507bffc85f3a91b51923b42640c8cf3946758fe3c9b607", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:36ccc7f68a1adff12b67b6803a81932a870dd90c4eb2917b4a9c984f1b4cbd11", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:ec2e7e35ae8f7898a554b26ec401997a9834a137f1f220e1464c715bb8287311", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:7d8a095dad7f134e473e31f7b74b35af55c86f6aeb3f9a067edc87e4b332fede", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:1a66f12e23daeda704408bfc0b55596c52dfd289c716a3d31e4ab1525bf9c961", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0090de03760bfc344382161d6e20188431ef4cf3ac4f7c7d09fc8a6da0e194c5", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:3b11334ce4a06dc286895d270da44c399bc2f511ac810cce9de3def5d69fad91", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:b7e2af2d4d688749a52114d6623e5cff629cd08ca2d848fe15df243ec597508c", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7e73fc9a1be125abe5dbab8143f1ea0c49c3ac5b4b2d54f585431b917f547e23", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:73ef6bf64cbd0ffcf8dbf21dcefc95947d3bae1f09937cfeb31d1a7081775cdf", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:eb10eb4c83992a6128376a978cb008c7abc2936626998abefd7fe8b00a4893f8", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:43117a650ceba47fbef8424092eb1bd119cc248aa67514f1e51246ed3af07967", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:bea08a06c64cf56277de0fea67675d1a69cdf34f37e1cc1c63f6b3c9c6a7edec", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:df9b83c5a19829e187aa9460a6dfa2607b35cd454bc2200a65e548b1ccd0d5a8", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:b7087172d332fe7a74fbaaedb9892ebf5a1c5eec52963a34bb92d73446566dea", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:c65f9e01840a5776e896f4505f356ffef8932e3cd5a2a09b42de4073b2b4d966", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:53e31c3a026736d7f73cedf1b0495a414fc9a1fb2e7fbcfc4fc851d98d9def5b", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:8f962b8f2e2d555baaad73cb042106196d29805971e3351620c396ed3dd941db", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:7c11be50042e84d4fb94b5a8a378cdab6775e2af1ac927d0d5418dba0816d4a5", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:e6e0365560eeff3c2696fa4018548558151620ba597c67fd7e186f6880ae331d", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:92ce174b65baa4f1182d8edeaca01b39dcc0d0beecb71badce3bfb845dd525fb", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:0d2fcf7248913b7ebaa7b290c619babb71d5a2906499e80b904ff1ad315c4993", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:decf5c2093ef0a9220acda78d06c9ff44303da23730730d095929569c7166210", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:eaf22ef2b2cc5858d9ff29e93eb84ea7a849e2e00d274f81c478ab12215b804c", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:b3412c39210371e395d6b4d88d4daf00b5699dc8dd50c435d1d69d91f062aad3", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:5c74ad17eebd07a5efeda9e79bcbf4bbf4451146a6633739f83cb9e4d6c60802", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:3f6bca0a0db5cd51a82ae6c24e7fba8c326f31865c4b248a0e909469f06ae09f", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:590bfd4dbff52f0ed68fe19c247e25d5299ac8448d2bd4ccc99084f85bdeb0ab", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:81d14741e1078a372f85f1cfa437ca54b0f0a97e28463ab4036e2791ba14368e", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:f49d1a951d218cb0242a2a10b1f6d0b38d7180b50b57347d11b7c29c5863f733", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:ae99eeccd230dbe62cc2d6b55bc87d272a3523c8284d884977fede6c9472220a", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:b2a55057a35231d41eeb00c651b5a4e7af901a79090c8afeb44fad8b27928d2f", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:83b77a2ea78b70ab976e70aa831a72f890ae212a6ab100d66f6bcb29e1bac0c9", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:096e1169c82afdd0cadfbb7c70210e6aa1e8a7782aa0149a14b353ee3e20dc21", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:02fd247f20410b0bf8b28860957fbf33ed26daac462d2de943ca3015e193efd4", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:879dcfa56b38100213e182a61d0692046377116a87f5892064768735ee9970e0", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:bb8884e26ad17666037298c10b15dec713cf8c42ab522f7b25453150d9681833", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:9b30f74c696be7ddfe60051035f3248e25577c1c82e6d0742ee3d2555d29f23a", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:26920eac2c6eb35ab68b04be278db9b2fe9bf461e2619dd3a28b79e9193f6c5c", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:1fd2a77b13726759bb892c0f152a0a9b56cc912d8ec8ae05d95618c0b7a157ed", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:227ea158a9c3c77819f1b61a3badf1db3fc415f370069c7ad591157cf1a46185", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:1fa2a3044483bf0c0b6ab5c2af3b35297e18eb4328a75bc04c3151f5e31f42c1", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ae4d23f2e9eb9580bd636cd7299d4d26649d59cc4e83e07f65505f315b4027b3", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:cd939a9294329e1d1f1a5be4e33cdaa4d89e4f78dde0a801c3b7d501323040fe", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:c5d30e10b3bbf87c64fe2afda70c803c7ffbb5f64b15f0f9894fa4b6eade41ad", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:b3d665ce7b46965b31e35a99716b4cefcaffb36c93c178f773d291fe93f8af25", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:32091e44affc2766f06bf0f4c3187f27168b574c07b65c3c4767dc2a68dc75dd", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:e628889b6330a5c4d4426b41eb5988e26bc9469cb66e01be6b4c6c000d694e2a", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:be1c2f9a0a19271f6b88e6878a67f929ca000c952045302c886bbbafdb7c656e", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:662412fc8c21dd433e2f2275377df80c839b47fb097a88693722189d33fa0a8a", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:e54f8a0a0779de2cae093c087aa9fcbfc70333be012868b00ac0fe25e0a21646", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:4886f36ce881d3be5284a9dfd93874c800c965bb46146168e633b250dd9d0d2d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:da789cca84eb333331387826f63e8a0d41e0774f42f5f763c83de6451298354f", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:a06e9a5b2b534d412b4783de05752f161c5c56a8948278cb1850f115494470c5", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:1e9015e8ebaa39a1d77e582423e4849371106eb1ad0fe9efca6a1dd46c69a7b7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:7b36666fc995913d536b090665fcf17770dd1d0e28cbd8d92c9c6d2eeddc2a3d", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:52f3581fc457419ac8fc34f647a7f609968619c59321b66d1c5dedb9a5075c82", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:2b17c37a62e1a4a3deb1f56ce7fa846cfecf59f2b43c519f2380546418aca5fa", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:504b13310e16a22488e3bece96c6b2c8b2f1ab3b4ac0c75939ebd7d208e4019b", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:ce88af5ce9ef09a298e9636753eb76703a1fba26e8831b3dffe07e00257fcd0a", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:c4e2d7ea074b383e96dee16c4be220d132301c03dcca3bd1698195f1d28c749b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:45e82ee4dc264fe1aefd810fc7f718cdebd06565cde8bdd47075e04ccea55d60", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:c71fc5aba3a8a38ab53d71b4e826c6741370cc4a86e2bb83598e83b60949aa4f", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:e6c118ffde5286b1f9013a26f857d4d85dff46d282e4a7ae6548b84e270d7c7b", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:819812bc0e7f5c0dadc824e330aeb912ed29face4a904beb7bdc8830dc0a49a5", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:bb61951b39b8975478348185eb3050c815930726687b2a3a4c0ac4427ce614ac", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:b3393bddbd1de42df51c9d3483169c2fe89f167761b0fd3829ecf277b6c7c3d6", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:846907e70298de291c325ea43e4215314c08433a5b70111b90f7a3eecf7f3e83", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:51cdabfd0ee2f5b3df09cb7a8132dc0d2f7953e6c00782f87d95779cc29e02bd", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7a7013be4a046d0ba770988e530fba59b3ce8c8159780af1a5001e5fad8ba042", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:ce51587d33ffe41699200700a15f92892a181c7e52aa451568a740dffd6eaeab", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:58fd323d88ba1b9f753102be767c848248d30c65a83fb30f2e13ba0073f10ab5", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:10852eded77ba66158385a63efa346a0cab9305fab8710f7992b951c671569be", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:26185c5731c3401ab5665cbfefa89268e91f21bb8f0fd88de3602d013ab6f00f", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:0caead9c9effa3c022f6e4740ac907788a51468996fb369574b04a50dd29eb59", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:011e57b206775738cc6fb16e48e9ed222ed67928857cc0e0d19f02e039757e33", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:1bc24bad910fe07f8737b25896d73d035cd83603897f3ae236bac28a95e49189", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:c3bf4ceb7acf4fa6ba860b3c47828add49d007fed218033193d6da8f6fce5067", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:ffb0f1240b1f95504b83f86a52dcd562df79cf9745b52a859db025821501ba83", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:eda9cb2209b0e28b17127136f79559febd986fbc4e0180751eb160fd72fd8310", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:6e31f7b2379cc4c461bdc1a826cbe607b72b997960c8304ccfa6256bea0b3501", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:8ac7f57a98159bee255928841806174b9c3fd760f74b2e623f5622ccfb049c11", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:17e628d6a7692372580df6800a972170a1c36c975fab437e559c3afdbfc0c4ee", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:d364337a160a2218afdc92eab0cd27e057543614dfcf96f2d74d51283cda1589", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6cf80a3a427ac287351081934516c8e300fa9929703b290df47ce87df99ec9de", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:001454c6d18d7f75e02524e3559c91264b4711cff8c4417ea2580b1c3e0a8576", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:68aca8ea777ce2a13e5d8c03b95805f3e77a4f963cbc1d960fd0162883b6083f", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:492c565eb90097f567381751dff3cdf0ae9a6db7f298dd13cd04bd67522789f6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:36cad8d8ea113dd1a761b8b386bd0a057883acc65b2c60140c2c001fc04e2e43", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:a0f7c18b6066e9bbf2454c92917e0abeff542fc804a524a95a02583b0ca22bb1", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:a966760e6a561f6eb4789d36b88bb1879c965b851e02d834c3304f0d2987461d", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:36bafd2cac1aeb59eb2e2a4a4a4f9d27b1594a92df1727a8977c83dca6292400", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:ec74b1ede394f0c1ab75a5439b4744a261b658edc17d5a0353ca273e397d2156", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:4d1f0907111fb4fcc242d7d91574e273650c86d2207f870e4c47036d900e4d80", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:de093c51d11ab2de52b41d550d06ce7def91a9e8c0f507884086d4d34343ae40", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:fdab19b51617ba1dfc3a402dbc261452cb23c74be402208563608610e6a6111a", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:ccef03c795df14786a6d323f735e2ec58f9270805e7de9fe924549c98b24e6f4", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:63eb81ab3a26272e180e1b64f7d2d28e65ed7fd3a2e261dbba40c0fd4d82ecfa", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:ce73d254e6271e7e012d38da6ff05b7c66c215b8ea5b99161ab1e97c77dfc31a", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:819c365b1e88bdb1eb171c48fbcc2b2e9c2ea405d7c20024919aa7d8bcb28de4", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:0ea0c16871f23b263aaaee590ecbad1d9095d01c7b7b6cd11a80278d1257957f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:835a212117378644f6f70a6282b73cba54c9b36811f91163408bad10ba2c6d0d", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:6f9c39f5bd3e6b092668476aa1233130cc9b9edd04c66af9d667dbf9d5f48bc6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d1336afad060de349d9c30315efc965b7247738603638e8706929361b8427353", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:3cb2ccaf8367e6a99384582a9c902e2af4480b04d8bc56ab5562c7d3111cd323", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:7384c2d57bd6e133c9069fe90acfe130c74416089fe56318257c501328dbda7c", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:06ca74bda1764a6f8a241b370f13bdf438674dac0dfbc30f98facc0884b190ea", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:8c99bd9b6a8fc9a4dd9e34af66adfe117bdb4b2e88a7f1f2e6a319db450168e8", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:4321f33d14654254947949c819972515f8bf488f8df3ce6626cf4b9fcfca6539", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:81bbb3bc281f6887174beeba44d970d3edc40d3fbad85ed8b9d03528800cb38a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:73a9063f298fd65b376ac709fb599ef1eefccb39b09360c412946fa507cf53ba", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:20c66e776cec92678d49c6e41eb804981e3769b8b595c5c7a8a1f94bf8f5a167", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:9886dbb3eebb514446605e62fcc6969a7d5a56f1f3b84129e7b46e20ab9de366", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:cbd713a58cf9ff07435b0a6210df156c4db5e4435b3d51fdf60627877e42e961", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:30936f11af78b1ed885d6deaa16025623fc794c54e452fc02c056e388dc263ce", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:6bee6346bb885fc64e8579218dda7100aac5a61d6ad1e474cae7bcce8448dd1a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:93aae106e0590c3b6ce75475c86101e20b244878b7f659dc9a9638529282bffb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:e69f3497fc89f1f96a3ecff77a12119b6abb012d4fa5973b9f33eeadbd12319b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:56c793ddc8f620fec42c9bc28c618e928882542b0de95adda2c8918742f890b2", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:49a17300f038a4023d478e0031f9a6ef18cf6817e696abed1b48983ef75366bf", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:df3f3357b0e78a2e2b110ab6e9dc9907d83d296e37bfd8c493b0ddf11a8d4e75", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:e10d1bfe87e505f003dcadb0f5f384e7db1bc6da48cd705a78c0630ef0a77207", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:f762b9090a0dc16cdb04e108f47a696170cebc74d489930915380689ade87d74", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a55e30390b7305a2e01d2e4be3786edc8c763f43c249ae07889c82c84cc7b9f3", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:763088f3e0392356a8bad6a06d56305a49c73690573a0c1e3d7cd8e7a7583f2e", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:21194bcdd2babe7aeaac215e7993d75f23bb0ed09e6378d222461113221cb7cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:a705982432ea6ff26451fdf015e5247103ca90e8f1350357ea956812f60d55d0", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:71a49275d91a3678a30ee048c48f3fe3222b116d94d9a1f5eafe2e6962e0cbcf", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:1a669ecc50c7315c65b8620d40adc5b211039b844bea403f625e6529f0be0c1c", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:5bfb4dae5517d7315d7e1ba509c0935ac06bfc25f70dfde91f31e44fc4d3528c", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:4ad1c6753ac53dddc1a2f618fb2eda212e114a474a31cf98840c0048e36514ce", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:55af58727c8e1a2d5ffc0eeebfabac14030d6594aaf36eae10c51d3f43fd7c94", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:725e2158052da4d2b9499d63570437f35d317f541e6fd0a7b6841f88be179689", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:e653084023932281ca276c722b79aaecbc5d81e97384373a73a4de2f4d3da9f9", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:326995099022aae4699bd16a731b01145d48811e2be43eb3ac04d688f2350707", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:063a6f93bd9863d9ce47543e552ae679873b3f6bf65a4582edbcf6bdcda5653c", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:cdacc7306b49ca27f4eed4dda7332bca872cf309459831c96694293721ed74d3", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:592651435b8b02dc2de1f304e3a7e3e0fb49bdbace98723173fd47b16a6b5aa4", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:12d5e2aa077e8da525b672b46f6f90931401b1ea4efd22e8952590abf03a687f", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:9428aee5be7ef002eba8ade18418e1b436e2f8ed0479182b47822318c4571923", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:71748ab8b3ac17e7f16325adc3575242076dc6f80ea6797091fb5ec54bdb4a49", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:086e6d069d8369c83296d7866c2d74e064c7980bedb2cde2fb02cd14f8233b75", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:436746a23ca13b58adc9e2a051b59463b8398cecb114edd411fcde4fce182148", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:a9ec2dd40baab31ae84049839e2043c24a475f6d9f1daf06f1c2919a4f01eae3", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:628550f2f63aea3fe7fd74168f78d1f9f3bbfb9e585252abf2cb0c7a6169c725", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:1825cdd1f7ab049ef6d4d9c7412880bc02797f3c4c9dc58ce79ed08be2a37ca2", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:118bab50d3722356fda7ca0983781aecd45f2a0979bc56617be3a8e044663451", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:e116438dee0dab9b191c25cfcb43a7dc0c8ac18bdb920e0596267365784b43c7", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:3bcf922688dc95cd19df39b5b48017dc48fca501bb70a953f99abce2c6fe7345", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:368e98dbdf56054db821272c38ae2aa3a92d88b419ebf886cfbf33db1cc4177d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:c07be819f426ec0bbba6ba8f8f1a0a57d6a3e02064bde55d0243cf21d24dce13", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e1c7a4e6ea91f57fe97ac249ef59feb769b0becd74bdb118c6c29ad8d86ae117", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:93f4e9c278aa30c7ce490f4b9c1d6238ab0d16f662fc880049398d241e429c47", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:83f45391b2a56e868ed635df8adfd7a461c853d99c92cb0839d24d560652accb", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:4b9b1022c21e3cc4b90416961b2e5990838532561080f53a962b14cf1101012e", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:5019fa69d2c211fff26780ddad52079881cffe4688af6407b7ee03ff499339d9", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:58e9695125a89de4faee0ac5a37a1a26067c97b6679d8350de744bd5d21257c8", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:494dde6bce44e76f5a7f70f98e178e7c7e0d195dae293fa631e97c5d5be7ce75", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:bb5057eabb1e1e690c8c4e2a19c5014a00240538d21fcd3b835b7a9937dcb469", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:af677713dbda91ea9db3e438de628e08ceb5e9c18b2fb5e338b9b81f79f5fa71", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:39e322b4fe5bd8357b39b47feb748452907b712342744d0ebb4af7ad04c170b4", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:2850db90c93a902f63a20eb3cf173676ba8b62d88dab4d6305ecab8bfc6a9c23", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:d86b9c14ea814e61185eb2fd53bdda95933b44eebf98ba942cbae61b3b16ce2b", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:db8f8c1a3ad46b9b9fbfb777e047e3eb0ca6e1e4be62c1cb16292b934d218b4a", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:ba9efc2628a81ac2c95346cb46f79b57748b56575197830bdc0fe9f1af6e6d07", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:cb02bf5a1a0fd75bb2dc288602973058a2a5e1955e7e0771d35a0986458f72ba", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:040a092ace1fddcfc244268cf1a30bb7935fcb1b493db9b22a3e4919ace8c00f", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:6b4b9f3c433d31a1416ed75a584f90616aa6b335297d5ef845ff3f71d36c3cfe", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:b50724f82867d86cb5ed896fed12ac8a5d939990f9e92221b282d63d44c13fa9", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b51b9edc8ba92cbdbbac99877b4388d9397976992ba7f5d4c467627763445ea4", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:4e1a2aeb4ae247cde28cc50db01cc6043bb78c45763eb8160a957be55a32a2d2", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:b9162e79ac68e0ab17b12ffb6d5c3d9e095d0b2b81ffb8c70b3ebd6531b32b0e", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:af8d12d85265012b374756768440f273481308b2e90fbba97b8afecb9bd2574d", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:97d72614bfbdb0146d8f7c90b90e9549ab1d202ffc55066ce79464e4a6a20cdf", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:624ceb9aa840b86d80592df9e5884ea9c4304f0ea3285bfe33d944ac7d4ea93c", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:33837f0b020b98299befab2e02000db9246918b1583678d3946213e90b45cb53", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a01e7aa92da5f24789286ac6530246cec5ed9c8675493cef2b06a7a7be595958", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:e8bac770b13be7d27c9b9286effe5e50e330e9ab1a225e06890edbf33798bf89", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:00fa1441d6e08f5af70bcea53ebf1f3e4c12a9737f1ef1e74fd5b79957d7f042", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:2b80169a6f39f4ebbc1c2d9b0211eec558da2a8eaa6bef904b9fc66eda7122dc", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:4c7963f955ff610de43933a480c47fd50da6b4d88f03ed6bbf4663dec25c3cae", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:4299fadc4f28a9e6ee9b9e5a7688955752f1bf36ef83656fee6403bbfe10e0b0", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:c3973da0b3e1836af273137bc8ed86a443da6a73d22255aa1135582923347b2c", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:8f262e982526c5e63cc93fe9806380aef291c0fa06d8c6468c1df126325ae83c", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:59c9e307dfc787b4b7510d9d593b71792f9f147884418eed41983034fb35059f", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:7917676d378ebdfeefe5375a054fc0beb6f86665b23304331e2316d1b98821c5", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:1d94d85560bd958b8fec5afd465d62a9e42f17307046046742c02d0ee5c9425f", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:b8950107bebcd555f2c48ee06bc63bb1329a6ea5db7a762cbef5ad9be656c9da", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:475a888f43d0521ac189ff49430864dc8b00f04c244d42100ca1d637860ff4fc", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:804524b0b86a951c8a5b1e2220cf19f3504fd7442e463a8ac8852babedf836c7", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 07 December 2024 11:46:12 -0500 (0:00:03.294) 0:02:56.824 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 07 December 2024 11:46:12 -0500 (0:00:00.094) 0:02:56.919 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 07 December 2024 11:46:12 -0500 (0:00:00.077) 0:02:56.996 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 December 2024 11:46:12 -0500 (0:00:00.109) 0:02:57.105 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Saturday 07 December 2024 11:46:12 -0500 (0:00:00.073) 0:02:57.179 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Saturday 07 December 2024 11:46:12 -0500 (0:00:00.063) 0:02:57.243 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Saturday 07 December 2024 11:46:12 -0500 (0:00:00.069) 0:02:57.313 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 December 2024 11:46:12 -0500 (0:00:00.071) 0:02:57.384 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:46:13 -0500 (0:00:00.175) 0:02:57.559 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: nopull\nspec:\n containers:\n - name: nopull\n image: quay.io/libpod/testimage:20210610\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:46:13 -0500 (0:00:00.067) 0:02:57.626 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:46:13 -0500 (0:00:00.066) 0:02:57.693 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "nopull", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:46:13 -0500 (0:00:00.064) 0:02:57.757 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:46:13 -0500 (0:00:00.089) 0:02:57.847 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:46:13 -0500 (0:00:00.049) 0:02:57.897 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:46:13 -0500 (0:00:00.051) 0:02:57.949 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:46:13 -0500 (0:00:00.061) 0:02:58.010 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:46:14 -0500 (0:00:00.460) 0:02:58.471 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:46:14 -0500 (0:00:00.213) 0:02:58.685 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:46:14 -0500 (0:00:00.098) 0:02:58.783 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:46:14 -0500 (0:00:00.149) 0:02:58.933 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:46:14 -0500 (0:00:00.091) 0:02:59.025 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:46:14 -0500 (0:00:00.083) 0:02:59.108 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:46:14 -0500 (0:00:00.058) 0:02:59.167 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:46:14 -0500 (0:00:00.055) 0:02:59.223 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:46:14 -0500 (0:00:00.049) 0:02:59.272 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:46:14 -0500 (0:00:00.046) 0:02:59.318 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:46:14 -0500 (0:00:00.070) 0:02:59.389 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:46:15 -0500 (0:00:00.047) 0:02:59.436 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:46:15 -0500 (0:00:00.055) 0:02:59.492 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:46:15 -0500 (0:00:00.088) 0:02:59.580 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/nopull.yml" ], "delta": "0:00:00.008761", "end": "2024-12-07 11:46:15.589791", "rc": 0, "start": "2024-12-07 11:46:15.581030" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:46:15 -0500 (0:00:00.557) 0:03:00.138 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 07 December 2024 11:46:15 -0500 (0:00:00.248) 0:03:00.386 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 07 December 2024 11:46:16 -0500 (0:00:00.093) 0:03:00.480 ***** ok: [managed-node2] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-nopull.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket \"system-podman\\\\x2dkube.slice\" sysinit.target network-online.target -.mount basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "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", "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", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-nopull.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3429507072", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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": "4421", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Saturday 07 December 2024 11:46:16 -0500 (0:00:00.684) 0:03:01.164 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589922.537787, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d5dc917e3cae36de03aa971a17ac473f86fdf934", "ctime": 1733589921.611785, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280345, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1733589921.3297844, "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": "1848446323", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Saturday 07 December 2024 11:46:17 -0500 (0:00:00.476) 0:03:01.641 ***** changed: [managed-node2] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/nopull.yml" ], "changed": true, "failed_when_result": false } STDOUT: Pods stopped: 6d5d11f92a2fbebb0f40f8d4e4b1cc78d081cdec9f380b65af382883e78ef4f0 Pods removed: 6d5d11f92a2fbebb0f40f8d4e4b1cc78d081cdec9f380b65af382883e78ef4f0 Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Saturday 07 December 2024 11:46:17 -0500 (0:00:00.660) 0:03:02.301 ***** changed: [managed-node2] => { "changed": true, "path": "/etc/containers/ansible-kubernetes.d/nopull.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Saturday 07 December 2024 11:46:18 -0500 (0:00:00.479) 0:03:02.781 ***** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.036661", "end": "2024-12-07 11:46:18.903141", "rc": 0, "start": "2024-12-07 11:46:18.866480" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Saturday 07 December 2024 11:46:19 -0500 (0:00:00.684) 0:03:03.465 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:46:19 -0500 (0:00:00.159) 0:03:03.624 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:46:19 -0500 (0:00:00.068) 0:03:03.693 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:46:19 -0500 (0:00:00.050) 0:03:03.744 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:46:19 -0500 (0:00:00.046) 0:03:03.790 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Saturday 07 December 2024 11:46:19 -0500 (0:00:00.047) 0:03:03.838 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Saturday 07 December 2024 11:46:19 -0500 (0:00:00.038) 0:03:03.877 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Saturday 07 December 2024 11:46:19 -0500 (0:00:00.042) 0:03:03.919 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Saturday 07 December 2024 11:46:19 -0500 (0:00:00.067) 0:03:03.987 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 December 2024 11:46:19 -0500 (0:00:00.130) 0:03:04.117 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 December 2024 11:46:19 -0500 (0:00:00.237) 0:03:04.355 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 December 2024 11:46:20 -0500 (0:00:00.095) 0:03:04.450 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 December 2024 11:46:20 -0500 (0:00:00.137) 0:03:04.588 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 December 2024 11:46:20 -0500 (0:00:00.109) 0:03:04.697 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 December 2024 11:46:20 -0500 (0:00:00.092) 0:03:04.790 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 December 2024 11:46:20 -0500 (0:00:00.109) 0:03:04.899 ***** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed-node2] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 December 2024 11:46:20 -0500 (0:00:00.162) 0:03:05.061 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 December 2024 11:46:21 -0500 (0:00:01.182) 0:03:06.243 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 December 2024 11:46:21 -0500 (0:00:00.085) 0:03:06.329 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 December 2024 11:46:22 -0500 (0:00:00.094) 0:03:06.423 ***** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 December 2024 11:46:22 -0500 (0:00:00.051) 0:03:06.474 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 December 2024 11:46:22 -0500 (0:00:00.049) 0:03:06.524 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 December 2024 11:46:22 -0500 (0:00:00.045) 0:03:06.569 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027034", "end": "2024-12-07 11:46:22.530198", "rc": 0, "start": "2024-12-07 11:46:22.503164" } STDOUT: podman version 5.3.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 December 2024 11:46:22 -0500 (0:00:00.482) 0:03:07.051 ***** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.3.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 December 2024 11:46:22 -0500 (0:00:00.080) 0:03:07.132 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 December 2024 11:46:22 -0500 (0:00:00.075) 0:03:07.207 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 07 December 2024 11:46:22 -0500 (0:00:00.081) 0:03:07.288 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 December 2024 11:46:22 -0500 (0:00:00.103) 0:03:07.392 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 07 December 2024 11:46:23 -0500 (0:00:00.110) 0:03:07.502 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 07 December 2024 11:46:23 -0500 (0:00:00.070) 0:03:07.573 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:46:23 -0500 (0:00:00.085) 0:03:07.658 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:46:23 -0500 (0:00:00.050) 0:03:07.708 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:46:23 -0500 (0:00:00.058) 0:03:07.767 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:46:23 -0500 (0:00:00.140) 0:03:07.907 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:46:24 -0500 (0:00:00.499) 0:03:08.407 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:46:24 -0500 (0:00:00.067) 0:03:08.475 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:46:24 -0500 (0:00:00.073) 0:03:08.548 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:46:24 -0500 (0:00:00.050) 0:03:08.599 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:46:24 -0500 (0:00:00.145) 0:03:08.745 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:46:24 -0500 (0:00:00.068) 0:03:08.813 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:46:24 -0500 (0:00:00.076) 0:03:08.890 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:46:24 -0500 (0:00:00.087) 0:03:08.978 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 07 December 2024 11:46:24 -0500 (0:00:00.083) 0:03:09.061 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 December 2024 11:46:24 -0500 (0:00:00.089) 0:03:09.150 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 December 2024 11:46:24 -0500 (0:00:00.142) 0:03:09.293 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 December 2024 11:46:24 -0500 (0:00:00.082) 0:03:09.375 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Saturday 07 December 2024 11:46:25 -0500 (0:00:00.080) 0:03:09.455 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 December 2024 11:46:25 -0500 (0:00:00.163) 0:03:09.618 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 December 2024 11:46:25 -0500 (0:00:00.072) 0:03:09.691 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Saturday 07 December 2024 11:46:25 -0500 (0:00:00.074) 0:03:09.766 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 December 2024 11:46:25 -0500 (0:00:00.157) 0:03:09.923 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 December 2024 11:46:25 -0500 (0:00:00.051) 0:03:09.975 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Saturday 07 December 2024 11:46:25 -0500 (0:00:00.065) 0:03:10.040 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 December 2024 11:46:25 -0500 (0:00:00.097) 0:03:10.138 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 December 2024 11:46:25 -0500 (0:00:00.043) 0:03:10.182 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 December 2024 11:46:25 -0500 (0:00:00.045) 0:03:10.227 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 December 2024 11:46:25 -0500 (0:00:00.041) 0:03:10.268 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Saturday 07 December 2024 11:46:25 -0500 (0:00:00.050) 0:03:10.318 ***** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 December 2024 11:46:26 -0500 (0:00:00.262) 0:03:10.580 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 07 December 2024 11:46:26 -0500 (0:00:00.231) 0:03:10.812 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 07 December 2024 11:46:26 -0500 (0:00:00.100) 0:03:10.912 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 07 December 2024 11:46:26 -0500 (0:00:00.092) 0:03:11.005 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 December 2024 11:46:26 -0500 (0:00:00.084) 0:03:11.090 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 07 December 2024 11:46:26 -0500 (0:00:00.077) 0:03:11.168 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 07 December 2024 11:46:26 -0500 (0:00:00.083) 0:03:11.251 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 07 December 2024 11:46:28 -0500 (0:00:01.429) 0:03:12.680 ***** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 07 December 2024 11:46:28 -0500 (0:00:00.063) 0:03:12.743 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 07 December 2024 11:46:28 -0500 (0:00:00.079) 0:03:12.823 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 December 2024 11:46:28 -0500 (0:00:00.059) 0:03:12.883 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 07 December 2024 11:46:28 -0500 (0:00:00.065) 0:03:12.949 ***** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 07 December 2024 11:46:28 -0500 (0:00:00.063) 0:03:13.013 ***** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-12-07 11:45:06 EST", "ActiveEnterTimestampMonotonic": "555593833", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service sysinit.target dbus.socket basic.target polkit.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-07 11:45:06 EST", "AssertTimestampMonotonic": "555304290", "Before": "shutdown.target network-pre.target multi-user.target", "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": "437329000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-07 11:45:06 EST", "ConditionTimestampMonotonic": "555304287", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service iptables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5709", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainHandoffTimestampMonotonic": "555346862", "ExecMainPID": "9069", "ExecMainStartTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainStartTimestampMonotonic": "555306999", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-12-07 11:45:06 EST", "InactiveExitTimestampMonotonic": "555309301", "InvocationID": "906396692d0d49ecaebd83021878ccc8", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9069", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3415683072", "MemoryCurrent": "32718848", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33202176", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2024-12-07 11:45:06 EST", "StateChangeTimestampMonotonic": "555593833", "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": "4421", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 07 December 2024 11:46:29 -0500 (0:00:00.596) 0:03:13.610 ***** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-12-07 11:45:06 EST", "ActiveEnterTimestampMonotonic": "555593833", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service sysinit.target dbus.socket basic.target polkit.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-07 11:45:06 EST", "AssertTimestampMonotonic": "555304290", "Before": "shutdown.target network-pre.target multi-user.target", "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": "437329000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-07 11:45:06 EST", "ConditionTimestampMonotonic": "555304287", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service iptables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5709", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainHandoffTimestampMonotonic": "555346862", "ExecMainPID": "9069", "ExecMainStartTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainStartTimestampMonotonic": "555306999", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-12-07 11:45:06 EST", "InactiveExitTimestampMonotonic": "555309301", "InvocationID": "906396692d0d49ecaebd83021878ccc8", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9069", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3431493632", "MemoryCurrent": "32718848", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33202176", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2024-12-07 11:45:06 EST", "StateChangeTimestampMonotonic": "555593833", "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": "4421", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 07 December 2024 11:46:29 -0500 (0:00:00.600) 0:03:14.210 ***** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 07 December 2024 11:46:29 -0500 (0:00:00.070) 0:03:14.280 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 07 December 2024 11:46:29 -0500 (0:00:00.079) 0:03:14.360 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 07 December 2024 11:46:30 -0500 (0:00:00.077) 0:03:14.437 ***** ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 07 December 2024 11:46:30 -0500 (0:00:00.572) 0:03:15.009 ***** skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 December 2024 11:46:30 -0500 (0:00:00.067) 0:03:15.076 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 07 December 2024 11:46:30 -0500 (0:00:00.060) 0:03:15.137 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 07 December 2024 11:46:30 -0500 (0:00:00.049) 0:03:15.187 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 07 December 2024 11:46:30 -0500 (0:00:00.046) 0:03:15.234 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 07 December 2024 11:46:30 -0500 (0:00:00.042) 0:03:15.276 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 07 December 2024 11:46:30 -0500 (0:00:00.046) 0:03:15.322 ***** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 December 2024 11:46:31 -0500 (0:00:00.078) 0:03:15.401 ***** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 07 December 2024 11:46:31 -0500 (0:00:00.168) 0:03:15.570 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 07 December 2024 11:46:31 -0500 (0:00:00.076) 0:03:15.646 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 07 December 2024 11:46:31 -0500 (0:00:00.051) 0:03:15.698 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 07 December 2024 11:46:31 -0500 (0:00:00.083) 0:03:15.781 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 07 December 2024 11:46:31 -0500 (0:00:00.054) 0:03:15.835 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 07 December 2024 11:46:31 -0500 (0:00:00.049) 0:03:15.885 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 07 December 2024 11:46:31 -0500 (0:00:00.067) 0:03:15.952 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 07 December 2024 11:46:31 -0500 (0:00:00.087) 0:03:16.040 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 07 December 2024 11:46:31 -0500 (0:00:00.062) 0:03:16.103 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 07 December 2024 11:46:33 -0500 (0:00:01.334) 0:03:17.438 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 07 December 2024 11:46:33 -0500 (0:00:00.057) 0:03:17.495 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Saturday 07 December 2024 11:46:34 -0500 (0:00:01.203) 0:03:18.698 ***** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Saturday 07 December 2024 11:46:34 -0500 (0:00:00.069) 0:03:18.767 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Saturday 07 December 2024 11:46:34 -0500 (0:00:00.076) 0:03:18.844 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Saturday 07 December 2024 11:46:34 -0500 (0:00:00.074) 0:03:18.919 ***** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 07 December 2024 11:46:35 -0500 (0:00:01.031) 0:03:19.950 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 07 December 2024 11:46:35 -0500 (0:00:00.137) 0:03:20.087 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 07 December 2024 11:46:35 -0500 (0:00:00.142) 0:03:20.230 ***** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 07 December 2024 11:46:35 -0500 (0:00:00.111) 0:03:20.342 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 07 December 2024 11:46:36 -0500 (0:00:00.080) 0:03:20.422 ***** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 07 December 2024 11:46:36 -0500 (0:00:00.071) 0:03:20.494 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 07 December 2024 11:46:36 -0500 (0:00:00.084) 0:03:20.578 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 07 December 2024 11:46:36 -0500 (0:00:00.074) 0:03:20.653 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 07 December 2024 11:46:36 -0500 (0:00:00.069) 0:03:20.722 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 07 December 2024 11:46:36 -0500 (0:00:00.075) 0:03:20.798 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 07 December 2024 11:46:36 -0500 (0:00:00.066) 0:03:20.864 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 07 December 2024 11:46:36 -0500 (0:00:00.050) 0:03:20.915 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 07 December 2024 11:46:36 -0500 (0:00:00.072) 0:03:20.987 ***** ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => { "__selinux_item": { "ports": "15001-15003", "setype": "http_port_t" }, "ansible_loop_var": "__selinux_item", "changed": false, "ports": [ "15001-15003" ], "proto": "tcp", "setype": "http_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 07 December 2024 11:46:37 -0500 (0:00:00.704) 0:03:21.691 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 07 December 2024 11:46:37 -0500 (0:00:00.074) 0:03:21.766 ***** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:6e571059441d252640e3509cf407cd3a570cb9a5c5d37aa0d05bd8d193b32260", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ff868726dfb38a330824ab14a3d9b09e9e8aa89ddc8ac6b22abaa1bc62149ffa", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:0b4d3710b7c16f7149311eabf067807bd9e57305ab518642cd94544430245416", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:d6320654e5962a15935e9bcdfd8eceba64deb7051fcf6592a4ce023c1ed00798", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:5df07939f0bd5c566bb8920f6dc3aa9a58a7b4af495b81d99a1bfdb468788471", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:4f01eeb1c4bb8b68d4c620c2579434e124da3c7113233b3e715d503010083281", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9b0deb09628779327785cc5639699fdf269b9a11eb4a6186be0081a41a03a7e4", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:da1163091d32a68010421f1b60befb29aef78c9f2046cc7c330d276b0885dffe", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:61f367207b0ed849440500208623a265df726ae733e1df5fb454d04330442bc6", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:718557aa9547e4a7ce0c7e98fa8aab22bfbd1ccb7da591f47e16faf6f00769e2", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7c483328bf0187c7112d694c6043a0711fb4d32699bfa1626a05c6001f2b9cd9", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:009ec2e59e8da1c06d7efd0dd6f65d2e30c6305c725a12596a69fce5898d1af6", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:28e25bbe215427a27e62e2ed41752101fd47d471c473ce3eac9c5de7f5871835", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:e805313c73b62c5e31b5629e698bd0131a1c0d44b35950e3043a297454912567", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:f31b744afc0404d748b1675b297dcda43a313e09a9caa7a91a0160157e328a39", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:749a0dd1d66233d92e9ab33319d12ce45a91593e1dd1bc9b9fae330001edfd38", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:14804419e82b64ff25416ea75118e9f72b80199b04a7f6ffdba66f4ebc97e03b", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:13207d2c4fbbef0d912ee3833a40cbf6661f6133f88c03997e92e137bea7cab6", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b6bfc2b90536b9266f17999303e648cd1abc6149f8798a2fe725f965e6a17fed", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:a4b488ebf08441fe45443272f888be792feac13cf2217b472d23c19de7613200", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:c210cdb1289bc33e6343f5db4275535e60ac9ba1e8d5996fd460c5143ebd05c7", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:d92bb127a08063035dde34e7e6472334079340f9e855129968459082302b82ab", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:c8cdd40745296910be784d2d00fab1b0c52a117ec0ca8d1d771c3ed051de5759", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:4a4fe31eac32c89784a6bee3317c2c48b1848071daea27de74fecfd345313ecd", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:fee85c496f6e317fa6c79e01cf7a957ceba3d7d9a8129bbf08d31b468e97708c", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:8f0b86f719d0ecd073fbac5187db43d7c398f73936fecd15c44da436108e5311", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:8435cc1276aaf80e982eb0b1149f212cb6fc1366f29e563724caf890679f2542", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:bdfc7034a291d2afbe03437398e9743fc187e77c4d208ae0641f740a6dc1cfa0", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:ccfc94eaa4a6062dcd0996078e61e46eb550898c287d7596a85ad6f857fa69d5", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:86a16e57417ac8f0417342f79ae9003c245551714aed0056af928fef18263991", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:5165683fab4b880d741376a81061b1a467b88fcaba92225a50e46322ae74e440", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:980e9a260a2fb444a12629d8621407f4572e4de7cf8943b13161b6ed10375826", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a968d9dc972867e4e6249ae22f9dbf4266b74a7d142cae17a57a94342e1d2071", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:0602763cc3990087785d24c7cc430aefcdf02bdcfe24a7200d3edc2949d1ec6b", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:5651ec2c95f0b2d959b59c50ae021bbb6bc15f33331132110a9836b2278144de", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:666501337062cf4014f547858f4a5f4d4ca875f1c41a57ca725630161d61e201", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c1347bcf8c612aae6327f684b7f27ba268172bfc3dc7b027567ac4cd1512dce9", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9e9eaeee64d116248c2be62574004ab15354e00ddbbc86aab0a174425ac82584", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:0c67ea3b31cf2b67765839cccf9429c8081a7586a9bc435c1c7435cd8824be85", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:cab82ed9275123404e2017bd295fb3820d404c25d923bda2ef76fb91a6314348", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:5e37665feb0281a85f0ee77f1db24c5e4a9f776aa06f77e9a25b388bddd388ba", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:a95198f88b030851c95848e09f8a0daf2f610c9d517f0ec06c397c957c1bb8f4", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:7ef3929ab6674291f68cf898f5177a42ae8b0a2cecbafe4b3b0858373058d550", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:66e6d2d2bcf99ecfab229a5123becc308308446aaeb5dde00918429e73c6f88f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:327cc94b073e22e3583d2f3b0fff723e644a6a67af8c3182f23ac93df5c23a95", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:963b10f139af4312c18f4d47d01fffe051af8205c729f2f2bf2ea4c13810dc98", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:b63b648a2de86b24fae021093613a68861ed439474698ce39a75bc6f5ac376e5", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:0d1a8532ecb37791ca76bc6f6e6bae5d02e33e705bb3d99b98ff124ef7bec460", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:001865716275034253ef64bd80c12db293b0c0e7132432ffc7f1cc38e156cd16", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:8bbefb9d81d1e91ab0625144be2d9193cc9ef5ce7224ed1550d44b860deadcbd", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:3ddbb9f63e9d55225656cbb9092e5dcc1b453359707cdd73e67ef06a6aa7df9c", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:714f07b0412727d60cc1b2958dee240b59651229f1859639e09bbd714cf139ad", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:e8bedb5713c0d4491d4b2a38494e8a00b6735ab4ddc40aae7dacd15f46d597a4", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:f0042a254008662140e60ecb5261c1ad48119774dfef32ec9ef17f1579e5bac2", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:b42f95fdb6112ac9c2e4e4d094b2b4947e1020272011618b22f0cc98b713fd5b", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30eb3fa480b368dcbd10cbde31fb4e129513f4fed1c1eb16a7bcc364c4b1e801", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:0db5bd27caaa72a6f1aa2e3cc4138bda450a6c415e5c1fbb6328a8a39b6bcdef", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:4569f4ebfcaa55a45db1a7294ec898f3507eadaf052585b2688be8da3df8f9d1", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:13533345c2b7386622a2887f42ebbda604f36d2f8362f71a85a95e1cca9aa6c6", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:59373dee911745c788c719f0bbdf26fcddfedbb5e4b23ba87605bb0d3584abf1", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f54e35560a64de96a3cfc2b7cb63e680d6778225ae9ead9ad478b2678f88b6d8", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:871725456b957e8a2d11b156f51231de75a7fad129f418f901fa740814817147", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f9cd1d1c850a023d882c130cfad0d17c3d5af781610f6e20dce354e3ac9b03f9", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:b0eaf034b7f124c6ebb302f98543c5fb3c2191b1c584e73b994468d9b8771959", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:d86f183cf30c5cf0b3ad6e47a8aab8a628ffe101a6f983f153977ca9153a72a2", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:c6d2bd4c0a753011b65e4b41f82aa48fe811645a474e546e8cc2291f7c7a49eb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:7d2c4be9226c27c500f8a96188b2864ad5899f206296059ab8de4d3f162ec09a", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:1aaf1972825b0e1cba355be471b2a866e39374b5919b0b6c9796fa406a769be2", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:0871b8968f053316c9615743b4970c27c2c0f78a61fe8716c24f699703c58c1a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:00bea61c43d18e45979bd3481b0c18f6cddb38a411a4f19ae7e6120d7555455f", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:b38f878e9af27bcff6ae8993c8a217321dd1fc6c62334090addfb14aebba5c95", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:a9e6800d2e2993c1f318a8737647f2e450d41f692c11b09f6bdffac7fc556c23", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:433fd6e718c9ae9285c35aff260d62aac813fe8bd414e5986ab1712e888aaf49", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:2d65a17644f1edf61eb31c2c66d1268511fba016ff9a7758b2bb09cdf98d2706", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:a1dae79a0a2d2996882a55085cd82b8b5a39b5b78f91f5f016506878b319eecb", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:126692a2df2eb7609f7e3e4c2c930ee13d2431a92caadef2747c960d0d65f457", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:cdf84ac91260f7cacec107a1a7a8eb750b17fb10b7778b07147f2583f791e26a", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:9e478ef621ae90160e3d121cb167286e9737fd213582accd366424eda11ca747", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:705fd821fa0f0ba75a507e8363f78787f84c29f8c2d3a44fa243cd05d2c8f8ee", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:05b1fb70ea49e4e9cea9896284412cff82be88269d3e95abcb4daa61136c4da6", "enabled": 1 } }, "extra_binsbin": { "400": { "checksum": "sha256:79cae25eede0d58c489fd1e4d6d9e4d2e1d8db733e476fb314a05f39abc37e4e", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:33cab79d9b81dad37457565590370531db36d0e4a5b2ef73cd52a33b37816956", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:6b9661cfe29bccc779264f230ded766a207ef3937aec125e5cc9a55dea4b1e8f", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:749fc5a3e4ba8771a75dc712f7795a929e147cafa8dc04485c631aad0a37da5f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:bc1d1373b9a03d7adf44fcad82b369d1ebdd0f2e003cbf618411af40c1ac94d9", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:30d11ebcc3525e38c2a1532661404be432cbf6d4f0f4fb67c51fd9f32c3b7b92", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:d0521b45eebcd324ec966781f0d10ef06791c68b7e53b8272775bfd953a3fa08", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:cc140de8fcb92cb588d19273d8f67619b5fcbef1a114ed805621a0cd11e4ebc3", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:66707b09fc0bf73662040a6d5ed43e5ddc851704c29a129f7a4d0e223ea10f63", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:d281a5a1ad47bac3ef7854fa5792f08f9e70051eb6d577de2e66a4916809474e", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:5890afc9d363e3af10fbc90898f6ba211ae65b08b58d2819208829da1a0aa1d9", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:c6e3a1456d1166b4a1557097ac611d03fbc418da3ebf1c4a8ce51a2281731ee9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:36acfed6d94c2bc1125d70025b8329db893614e225dc0e56d84b3b7ed69f0003", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:9edf511304865c5ec8b009119995e8311ac49aa0d73e7887bbdb7a76aac26328", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:652eb4dd8e376e48b1389de31b94f634f35dd2d1e9ac0da4dbbb1334df750af2", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:8187fd4af8e847bf5febdbaf54f165788fd16dae5189b66d683dec60596b1172", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:f610bf0be7884be69e68856baa7450c4a00853d0ceb96c79e0e884fb2ee942a1", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:3c666ea736279ed20bee83a9dfd2d8b7152b8429041fbba5ac305a342bb35e01", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:14d0ea70e0abbd99618ceccb777aaf0fc917f6de4bad7bcf15f05cb2eac28085", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:d57cb86ca4b40fd974e5c4e1288ca5b5dfe69f5794240be1d75f153014580d24", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:57336b59a92ab85d730e65bb73d6fdac377dc062acbdc1e9e380a9e70b7d816f", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:2456eab7918420953167d81692c853d42d3f91d75c9b51b6cb1546a44f1493fc", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:fb70fffdeca1376649a7482969485ff476064fa0d81278c618f06bb62b9afa77", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:5de860596f6e5bee1d1d4151efbb27f239ac83ec4a53dc3183073b123d321415", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:e4bc151609f29e17034f474544284d19c570feb75b8926bb09f6081cc27173f8", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:6ec50390737f84638d0ad98e77715a09857fc999aab7cf30835c1ccfe7a909dc", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:56aadcaa0509f35235b9d7532c5a0946a66b923980b726b38152eb042cbb4894", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:bbea7bd0c76693df24eefcb14bb3389efed0f4e9f96353470f9ebd5f014f0845", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:20afd0d8466ac4b1b85683bd202d7a14f1938fe6bc8b8aa41a41566c64d64f10", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:139302f060755bbcfd0fb94d40854ad71a35b9318dd44c8be69f2c6d114f0e3e", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:75ac9cf6992502e3302f84ec39a6e7f1970efc13752181753a975d05c9e0e91c", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:6aa1d18652a868ff83c45fd9393499416d978fd6d5d6dc8663f085335db48a0e", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:102db291cb647f60032c139d0b5dcdeccdbe41c74f5c9fca6db560c17b61412d", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:59835fa42cdb6a94eedb9b4a264c6789084eff696b8efeecce8b48cd786a2dd6", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:24c89979739ae9c391acdaddc1d54325153085c1843626ec0f544def2b021a04", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:fda81f1fd9848ff6358d82191ad02d672ad1ecc7ba5b76edb604c2e966eb6e4f", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:4ea098e0d9b986a1669d00032dd83d4c77cdbd912346d45d60939c9ec958ba63", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:09019b87ded28376309ec057f0a3d57b753c52a47665834e3455b10c17d0b0f8", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:cdccb8cba84e7ae30ef624cd9d265ef4dbbfc7c96882e30c6815d7c1ed961464", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:c2dbeb224e0a9bfbae257131f0cf3f1582977b1e57855c244582fa107a92cd0d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:b22c4353aeef37f46ea73e660efadb81b861070d84427755b19f0e2bed596354", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:058546072554365d8129445e8e0007ab568b596abbe785601fa66034c94819d3", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:f731b921881e2281da507bffc85f3a91b51923b42640c8cf3946758fe3c9b607", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:36ccc7f68a1adff12b67b6803a81932a870dd90c4eb2917b4a9c984f1b4cbd11", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:ec2e7e35ae8f7898a554b26ec401997a9834a137f1f220e1464c715bb8287311", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:7d8a095dad7f134e473e31f7b74b35af55c86f6aeb3f9a067edc87e4b332fede", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:1a66f12e23daeda704408bfc0b55596c52dfd289c716a3d31e4ab1525bf9c961", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0090de03760bfc344382161d6e20188431ef4cf3ac4f7c7d09fc8a6da0e194c5", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:3b11334ce4a06dc286895d270da44c399bc2f511ac810cce9de3def5d69fad91", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:b7e2af2d4d688749a52114d6623e5cff629cd08ca2d848fe15df243ec597508c", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7e73fc9a1be125abe5dbab8143f1ea0c49c3ac5b4b2d54f585431b917f547e23", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:73ef6bf64cbd0ffcf8dbf21dcefc95947d3bae1f09937cfeb31d1a7081775cdf", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:eb10eb4c83992a6128376a978cb008c7abc2936626998abefd7fe8b00a4893f8", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:43117a650ceba47fbef8424092eb1bd119cc248aa67514f1e51246ed3af07967", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:bea08a06c64cf56277de0fea67675d1a69cdf34f37e1cc1c63f6b3c9c6a7edec", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:df9b83c5a19829e187aa9460a6dfa2607b35cd454bc2200a65e548b1ccd0d5a8", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:b7087172d332fe7a74fbaaedb9892ebf5a1c5eec52963a34bb92d73446566dea", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:c65f9e01840a5776e896f4505f356ffef8932e3cd5a2a09b42de4073b2b4d966", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:53e31c3a026736d7f73cedf1b0495a414fc9a1fb2e7fbcfc4fc851d98d9def5b", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:8f962b8f2e2d555baaad73cb042106196d29805971e3351620c396ed3dd941db", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:7c11be50042e84d4fb94b5a8a378cdab6775e2af1ac927d0d5418dba0816d4a5", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:e6e0365560eeff3c2696fa4018548558151620ba597c67fd7e186f6880ae331d", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:92ce174b65baa4f1182d8edeaca01b39dcc0d0beecb71badce3bfb845dd525fb", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:0d2fcf7248913b7ebaa7b290c619babb71d5a2906499e80b904ff1ad315c4993", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:decf5c2093ef0a9220acda78d06c9ff44303da23730730d095929569c7166210", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:eaf22ef2b2cc5858d9ff29e93eb84ea7a849e2e00d274f81c478ab12215b804c", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:b3412c39210371e395d6b4d88d4daf00b5699dc8dd50c435d1d69d91f062aad3", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:5c74ad17eebd07a5efeda9e79bcbf4bbf4451146a6633739f83cb9e4d6c60802", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:3f6bca0a0db5cd51a82ae6c24e7fba8c326f31865c4b248a0e909469f06ae09f", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:590bfd4dbff52f0ed68fe19c247e25d5299ac8448d2bd4ccc99084f85bdeb0ab", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:81d14741e1078a372f85f1cfa437ca54b0f0a97e28463ab4036e2791ba14368e", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:f49d1a951d218cb0242a2a10b1f6d0b38d7180b50b57347d11b7c29c5863f733", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:ae99eeccd230dbe62cc2d6b55bc87d272a3523c8284d884977fede6c9472220a", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:b2a55057a35231d41eeb00c651b5a4e7af901a79090c8afeb44fad8b27928d2f", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:83b77a2ea78b70ab976e70aa831a72f890ae212a6ab100d66f6bcb29e1bac0c9", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:096e1169c82afdd0cadfbb7c70210e6aa1e8a7782aa0149a14b353ee3e20dc21", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:02fd247f20410b0bf8b28860957fbf33ed26daac462d2de943ca3015e193efd4", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:879dcfa56b38100213e182a61d0692046377116a87f5892064768735ee9970e0", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:bb8884e26ad17666037298c10b15dec713cf8c42ab522f7b25453150d9681833", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:9b30f74c696be7ddfe60051035f3248e25577c1c82e6d0742ee3d2555d29f23a", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:26920eac2c6eb35ab68b04be278db9b2fe9bf461e2619dd3a28b79e9193f6c5c", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:1fd2a77b13726759bb892c0f152a0a9b56cc912d8ec8ae05d95618c0b7a157ed", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:227ea158a9c3c77819f1b61a3badf1db3fc415f370069c7ad591157cf1a46185", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:1fa2a3044483bf0c0b6ab5c2af3b35297e18eb4328a75bc04c3151f5e31f42c1", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ae4d23f2e9eb9580bd636cd7299d4d26649d59cc4e83e07f65505f315b4027b3", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:cd939a9294329e1d1f1a5be4e33cdaa4d89e4f78dde0a801c3b7d501323040fe", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:c5d30e10b3bbf87c64fe2afda70c803c7ffbb5f64b15f0f9894fa4b6eade41ad", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:b3d665ce7b46965b31e35a99716b4cefcaffb36c93c178f773d291fe93f8af25", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:32091e44affc2766f06bf0f4c3187f27168b574c07b65c3c4767dc2a68dc75dd", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:e628889b6330a5c4d4426b41eb5988e26bc9469cb66e01be6b4c6c000d694e2a", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:be1c2f9a0a19271f6b88e6878a67f929ca000c952045302c886bbbafdb7c656e", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:662412fc8c21dd433e2f2275377df80c839b47fb097a88693722189d33fa0a8a", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:e54f8a0a0779de2cae093c087aa9fcbfc70333be012868b00ac0fe25e0a21646", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:4886f36ce881d3be5284a9dfd93874c800c965bb46146168e633b250dd9d0d2d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:da789cca84eb333331387826f63e8a0d41e0774f42f5f763c83de6451298354f", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:a06e9a5b2b534d412b4783de05752f161c5c56a8948278cb1850f115494470c5", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:1e9015e8ebaa39a1d77e582423e4849371106eb1ad0fe9efca6a1dd46c69a7b7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:7b36666fc995913d536b090665fcf17770dd1d0e28cbd8d92c9c6d2eeddc2a3d", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:52f3581fc457419ac8fc34f647a7f609968619c59321b66d1c5dedb9a5075c82", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:2b17c37a62e1a4a3deb1f56ce7fa846cfecf59f2b43c519f2380546418aca5fa", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:504b13310e16a22488e3bece96c6b2c8b2f1ab3b4ac0c75939ebd7d208e4019b", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:ce88af5ce9ef09a298e9636753eb76703a1fba26e8831b3dffe07e00257fcd0a", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:c4e2d7ea074b383e96dee16c4be220d132301c03dcca3bd1698195f1d28c749b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:45e82ee4dc264fe1aefd810fc7f718cdebd06565cde8bdd47075e04ccea55d60", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:c71fc5aba3a8a38ab53d71b4e826c6741370cc4a86e2bb83598e83b60949aa4f", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:e6c118ffde5286b1f9013a26f857d4d85dff46d282e4a7ae6548b84e270d7c7b", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:819812bc0e7f5c0dadc824e330aeb912ed29face4a904beb7bdc8830dc0a49a5", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:bb61951b39b8975478348185eb3050c815930726687b2a3a4c0ac4427ce614ac", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:b3393bddbd1de42df51c9d3483169c2fe89f167761b0fd3829ecf277b6c7c3d6", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:846907e70298de291c325ea43e4215314c08433a5b70111b90f7a3eecf7f3e83", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:51cdabfd0ee2f5b3df09cb7a8132dc0d2f7953e6c00782f87d95779cc29e02bd", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7a7013be4a046d0ba770988e530fba59b3ce8c8159780af1a5001e5fad8ba042", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:ce51587d33ffe41699200700a15f92892a181c7e52aa451568a740dffd6eaeab", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:58fd323d88ba1b9f753102be767c848248d30c65a83fb30f2e13ba0073f10ab5", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:10852eded77ba66158385a63efa346a0cab9305fab8710f7992b951c671569be", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:26185c5731c3401ab5665cbfefa89268e91f21bb8f0fd88de3602d013ab6f00f", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:0caead9c9effa3c022f6e4740ac907788a51468996fb369574b04a50dd29eb59", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:011e57b206775738cc6fb16e48e9ed222ed67928857cc0e0d19f02e039757e33", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:1bc24bad910fe07f8737b25896d73d035cd83603897f3ae236bac28a95e49189", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:c3bf4ceb7acf4fa6ba860b3c47828add49d007fed218033193d6da8f6fce5067", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:ffb0f1240b1f95504b83f86a52dcd562df79cf9745b52a859db025821501ba83", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:eda9cb2209b0e28b17127136f79559febd986fbc4e0180751eb160fd72fd8310", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:6e31f7b2379cc4c461bdc1a826cbe607b72b997960c8304ccfa6256bea0b3501", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:8ac7f57a98159bee255928841806174b9c3fd760f74b2e623f5622ccfb049c11", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:17e628d6a7692372580df6800a972170a1c36c975fab437e559c3afdbfc0c4ee", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:d364337a160a2218afdc92eab0cd27e057543614dfcf96f2d74d51283cda1589", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6cf80a3a427ac287351081934516c8e300fa9929703b290df47ce87df99ec9de", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:001454c6d18d7f75e02524e3559c91264b4711cff8c4417ea2580b1c3e0a8576", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:68aca8ea777ce2a13e5d8c03b95805f3e77a4f963cbc1d960fd0162883b6083f", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:492c565eb90097f567381751dff3cdf0ae9a6db7f298dd13cd04bd67522789f6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:36cad8d8ea113dd1a761b8b386bd0a057883acc65b2c60140c2c001fc04e2e43", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:a0f7c18b6066e9bbf2454c92917e0abeff542fc804a524a95a02583b0ca22bb1", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:a966760e6a561f6eb4789d36b88bb1879c965b851e02d834c3304f0d2987461d", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:36bafd2cac1aeb59eb2e2a4a4a4f9d27b1594a92df1727a8977c83dca6292400", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:ec74b1ede394f0c1ab75a5439b4744a261b658edc17d5a0353ca273e397d2156", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:4d1f0907111fb4fcc242d7d91574e273650c86d2207f870e4c47036d900e4d80", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:de093c51d11ab2de52b41d550d06ce7def91a9e8c0f507884086d4d34343ae40", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:fdab19b51617ba1dfc3a402dbc261452cb23c74be402208563608610e6a6111a", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:ccef03c795df14786a6d323f735e2ec58f9270805e7de9fe924549c98b24e6f4", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:63eb81ab3a26272e180e1b64f7d2d28e65ed7fd3a2e261dbba40c0fd4d82ecfa", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:ce73d254e6271e7e012d38da6ff05b7c66c215b8ea5b99161ab1e97c77dfc31a", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:819c365b1e88bdb1eb171c48fbcc2b2e9c2ea405d7c20024919aa7d8bcb28de4", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:0ea0c16871f23b263aaaee590ecbad1d9095d01c7b7b6cd11a80278d1257957f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:835a212117378644f6f70a6282b73cba54c9b36811f91163408bad10ba2c6d0d", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:6f9c39f5bd3e6b092668476aa1233130cc9b9edd04c66af9d667dbf9d5f48bc6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d1336afad060de349d9c30315efc965b7247738603638e8706929361b8427353", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:3cb2ccaf8367e6a99384582a9c902e2af4480b04d8bc56ab5562c7d3111cd323", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:7384c2d57bd6e133c9069fe90acfe130c74416089fe56318257c501328dbda7c", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:06ca74bda1764a6f8a241b370f13bdf438674dac0dfbc30f98facc0884b190ea", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:8c99bd9b6a8fc9a4dd9e34af66adfe117bdb4b2e88a7f1f2e6a319db450168e8", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:4321f33d14654254947949c819972515f8bf488f8df3ce6626cf4b9fcfca6539", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:81bbb3bc281f6887174beeba44d970d3edc40d3fbad85ed8b9d03528800cb38a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:73a9063f298fd65b376ac709fb599ef1eefccb39b09360c412946fa507cf53ba", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:20c66e776cec92678d49c6e41eb804981e3769b8b595c5c7a8a1f94bf8f5a167", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:9886dbb3eebb514446605e62fcc6969a7d5a56f1f3b84129e7b46e20ab9de366", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:cbd713a58cf9ff07435b0a6210df156c4db5e4435b3d51fdf60627877e42e961", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:30936f11af78b1ed885d6deaa16025623fc794c54e452fc02c056e388dc263ce", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:6bee6346bb885fc64e8579218dda7100aac5a61d6ad1e474cae7bcce8448dd1a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:93aae106e0590c3b6ce75475c86101e20b244878b7f659dc9a9638529282bffb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:e69f3497fc89f1f96a3ecff77a12119b6abb012d4fa5973b9f33eeadbd12319b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:56c793ddc8f620fec42c9bc28c618e928882542b0de95adda2c8918742f890b2", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:49a17300f038a4023d478e0031f9a6ef18cf6817e696abed1b48983ef75366bf", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:df3f3357b0e78a2e2b110ab6e9dc9907d83d296e37bfd8c493b0ddf11a8d4e75", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:e10d1bfe87e505f003dcadb0f5f384e7db1bc6da48cd705a78c0630ef0a77207", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:f762b9090a0dc16cdb04e108f47a696170cebc74d489930915380689ade87d74", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a55e30390b7305a2e01d2e4be3786edc8c763f43c249ae07889c82c84cc7b9f3", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:763088f3e0392356a8bad6a06d56305a49c73690573a0c1e3d7cd8e7a7583f2e", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:21194bcdd2babe7aeaac215e7993d75f23bb0ed09e6378d222461113221cb7cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:a705982432ea6ff26451fdf015e5247103ca90e8f1350357ea956812f60d55d0", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:71a49275d91a3678a30ee048c48f3fe3222b116d94d9a1f5eafe2e6962e0cbcf", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:1a669ecc50c7315c65b8620d40adc5b211039b844bea403f625e6529f0be0c1c", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:5bfb4dae5517d7315d7e1ba509c0935ac06bfc25f70dfde91f31e44fc4d3528c", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:4ad1c6753ac53dddc1a2f618fb2eda212e114a474a31cf98840c0048e36514ce", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:55af58727c8e1a2d5ffc0eeebfabac14030d6594aaf36eae10c51d3f43fd7c94", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:725e2158052da4d2b9499d63570437f35d317f541e6fd0a7b6841f88be179689", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:e653084023932281ca276c722b79aaecbc5d81e97384373a73a4de2f4d3da9f9", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:326995099022aae4699bd16a731b01145d48811e2be43eb3ac04d688f2350707", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:063a6f93bd9863d9ce47543e552ae679873b3f6bf65a4582edbcf6bdcda5653c", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:cdacc7306b49ca27f4eed4dda7332bca872cf309459831c96694293721ed74d3", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:592651435b8b02dc2de1f304e3a7e3e0fb49bdbace98723173fd47b16a6b5aa4", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:12d5e2aa077e8da525b672b46f6f90931401b1ea4efd22e8952590abf03a687f", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:9428aee5be7ef002eba8ade18418e1b436e2f8ed0479182b47822318c4571923", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:71748ab8b3ac17e7f16325adc3575242076dc6f80ea6797091fb5ec54bdb4a49", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:086e6d069d8369c83296d7866c2d74e064c7980bedb2cde2fb02cd14f8233b75", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:436746a23ca13b58adc9e2a051b59463b8398cecb114edd411fcde4fce182148", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:a9ec2dd40baab31ae84049839e2043c24a475f6d9f1daf06f1c2919a4f01eae3", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:628550f2f63aea3fe7fd74168f78d1f9f3bbfb9e585252abf2cb0c7a6169c725", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:1825cdd1f7ab049ef6d4d9c7412880bc02797f3c4c9dc58ce79ed08be2a37ca2", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:118bab50d3722356fda7ca0983781aecd45f2a0979bc56617be3a8e044663451", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:e116438dee0dab9b191c25cfcb43a7dc0c8ac18bdb920e0596267365784b43c7", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:3bcf922688dc95cd19df39b5b48017dc48fca501bb70a953f99abce2c6fe7345", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:368e98dbdf56054db821272c38ae2aa3a92d88b419ebf886cfbf33db1cc4177d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:c07be819f426ec0bbba6ba8f8f1a0a57d6a3e02064bde55d0243cf21d24dce13", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e1c7a4e6ea91f57fe97ac249ef59feb769b0becd74bdb118c6c29ad8d86ae117", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:93f4e9c278aa30c7ce490f4b9c1d6238ab0d16f662fc880049398d241e429c47", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:83f45391b2a56e868ed635df8adfd7a461c853d99c92cb0839d24d560652accb", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:4b9b1022c21e3cc4b90416961b2e5990838532561080f53a962b14cf1101012e", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:5019fa69d2c211fff26780ddad52079881cffe4688af6407b7ee03ff499339d9", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:58e9695125a89de4faee0ac5a37a1a26067c97b6679d8350de744bd5d21257c8", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:494dde6bce44e76f5a7f70f98e178e7c7e0d195dae293fa631e97c5d5be7ce75", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:bb5057eabb1e1e690c8c4e2a19c5014a00240538d21fcd3b835b7a9937dcb469", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:af677713dbda91ea9db3e438de628e08ceb5e9c18b2fb5e338b9b81f79f5fa71", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:39e322b4fe5bd8357b39b47feb748452907b712342744d0ebb4af7ad04c170b4", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:2850db90c93a902f63a20eb3cf173676ba8b62d88dab4d6305ecab8bfc6a9c23", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:d86b9c14ea814e61185eb2fd53bdda95933b44eebf98ba942cbae61b3b16ce2b", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:db8f8c1a3ad46b9b9fbfb777e047e3eb0ca6e1e4be62c1cb16292b934d218b4a", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:ba9efc2628a81ac2c95346cb46f79b57748b56575197830bdc0fe9f1af6e6d07", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:cb02bf5a1a0fd75bb2dc288602973058a2a5e1955e7e0771d35a0986458f72ba", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:040a092ace1fddcfc244268cf1a30bb7935fcb1b493db9b22a3e4919ace8c00f", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:6b4b9f3c433d31a1416ed75a584f90616aa6b335297d5ef845ff3f71d36c3cfe", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:b50724f82867d86cb5ed896fed12ac8a5d939990f9e92221b282d63d44c13fa9", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b51b9edc8ba92cbdbbac99877b4388d9397976992ba7f5d4c467627763445ea4", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:4e1a2aeb4ae247cde28cc50db01cc6043bb78c45763eb8160a957be55a32a2d2", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:b9162e79ac68e0ab17b12ffb6d5c3d9e095d0b2b81ffb8c70b3ebd6531b32b0e", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:af8d12d85265012b374756768440f273481308b2e90fbba97b8afecb9bd2574d", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:97d72614bfbdb0146d8f7c90b90e9549ab1d202ffc55066ce79464e4a6a20cdf", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:624ceb9aa840b86d80592df9e5884ea9c4304f0ea3285bfe33d944ac7d4ea93c", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:33837f0b020b98299befab2e02000db9246918b1583678d3946213e90b45cb53", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a01e7aa92da5f24789286ac6530246cec5ed9c8675493cef2b06a7a7be595958", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:e8bac770b13be7d27c9b9286effe5e50e330e9ab1a225e06890edbf33798bf89", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:00fa1441d6e08f5af70bcea53ebf1f3e4c12a9737f1ef1e74fd5b79957d7f042", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:2b80169a6f39f4ebbc1c2d9b0211eec558da2a8eaa6bef904b9fc66eda7122dc", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:4c7963f955ff610de43933a480c47fd50da6b4d88f03ed6bbf4663dec25c3cae", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:4299fadc4f28a9e6ee9b9e5a7688955752f1bf36ef83656fee6403bbfe10e0b0", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:c3973da0b3e1836af273137bc8ed86a443da6a73d22255aa1135582923347b2c", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:8f262e982526c5e63cc93fe9806380aef291c0fa06d8c6468c1df126325ae83c", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:59c9e307dfc787b4b7510d9d593b71792f9f147884418eed41983034fb35059f", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:7917676d378ebdfeefe5375a054fc0beb6f86665b23304331e2316d1b98821c5", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:1d94d85560bd958b8fec5afd465d62a9e42f17307046046742c02d0ee5c9425f", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:b8950107bebcd555f2c48ee06bc63bb1329a6ea5db7a762cbef5ad9be656c9da", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:475a888f43d0521ac189ff49430864dc8b00f04c244d42100ca1d637860ff4fc", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:804524b0b86a951c8a5b1e2220cf19f3504fd7442e463a8ac8852babedf836c7", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 07 December 2024 11:46:40 -0500 (0:00:03.165) 0:03:24.932 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 07 December 2024 11:46:40 -0500 (0:00:00.048) 0:03:24.980 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 07 December 2024 11:46:40 -0500 (0:00:00.045) 0:03:25.026 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 December 2024 11:46:40 -0500 (0:00:00.072) 0:03:25.099 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Saturday 07 December 2024 11:46:40 -0500 (0:00:00.058) 0:03:25.157 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Saturday 07 December 2024 11:46:40 -0500 (0:00:00.082) 0:03:25.240 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Saturday 07 December 2024 11:46:40 -0500 (0:00:00.068) 0:03:25.309 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 December 2024 11:46:40 -0500 (0:00:00.069) 0:03:25.379 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:46:41 -0500 (0:00:00.150) 0:03:25.529 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: bogus\nspec:\n containers:\n - name: bogus\n image: quay.io/libpod/testimage:20210610\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:46:41 -0500 (0:00:00.166) 0:03:25.695 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "bogus" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:46:41 -0500 (0:00:00.110) 0:03:25.805 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "bogus", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:46:41 -0500 (0:00:00.116) 0:03:25.922 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:46:41 -0500 (0:00:00.259) 0:03:26.181 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:46:41 -0500 (0:00:00.088) 0:03:26.270 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:46:42 -0500 (0:00:00.151) 0:03:26.421 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:46:42 -0500 (0:00:00.185) 0:03:26.606 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:46:42 -0500 (0:00:00.560) 0:03:27.167 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:46:42 -0500 (0:00:00.072) 0:03:27.240 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:46:42 -0500 (0:00:00.067) 0:03:27.307 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:46:42 -0500 (0:00:00.068) 0:03:27.376 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:46:43 -0500 (0:00:00.072) 0:03:27.449 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:46:43 -0500 (0:00:00.107) 0:03:27.556 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:46:43 -0500 (0:00:00.162) 0:03:27.719 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:46:43 -0500 (0:00:00.133) 0:03:27.852 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:46:43 -0500 (0:00:00.135) 0:03:27.988 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:46:43 -0500 (0:00:00.136) 0:03:28.125 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:46:43 -0500 (0:00:00.227) 0:03:28.352 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:46:44 -0500 (0:00:00.111) 0:03:28.463 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:46:44 -0500 (0:00:00.095) 0:03:28.559 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:46:44 -0500 (0:00:00.086) 0:03:28.646 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/bogus.yml" ], "delta": "0:00:00.005279", "end": "2024-12-07 11:46:44.676156", "rc": 0, "start": "2024-12-07 11:46:44.670877" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:46:44 -0500 (0:00:00.570) 0:03:29.217 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 07 December 2024 11:46:45 -0500 (0:00:00.241) 0:03:29.459 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 07 December 2024 11:46:45 -0500 (0:00:00.123) 0:03:29.582 ***** ok: [managed-node2] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-bogus.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket network-online.target \"system-podman\\\\x2dkube.slice\" -.mount sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "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", "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", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-bogus.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3429048320", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount \"system-podman\\\\x2dkube.slice\" sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4421", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Saturday 07 December 2024 11:46:45 -0500 (0:00:00.682) 0:03:30.264 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589950.7978492, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f8266a972ed3be7e204d2a67883fe3a22b8dbf18", "ctime": 1733589950.291848, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280930, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1733589950.0088472, "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": "4218976162", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Saturday 07 December 2024 11:46:46 -0500 (0:00:00.414) 0:03:30.679 ***** changed: [managed-node2] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/bogus.yml" ], "changed": true, "failed_when_result": false } STDOUT: Pods stopped: 296f192d28ab937e318a814c3f70598d8e9fa271e537145f72e12bd01a445080 Pods removed: 296f192d28ab937e318a814c3f70598d8e9fa271e537145f72e12bd01a445080 Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Saturday 07 December 2024 11:46:46 -0500 (0:00:00.650) 0:03:31.329 ***** changed: [managed-node2] => { "changed": true, "path": "/etc/containers/ansible-kubernetes.d/bogus.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Saturday 07 December 2024 11:46:47 -0500 (0:00:00.563) 0:03:31.893 ***** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.034707", "end": "2024-12-07 11:46:47.900073", "rc": 0, "start": "2024-12-07 11:46:47.865366" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Saturday 07 December 2024 11:46:48 -0500 (0:00:00.565) 0:03:32.458 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:46:48 -0500 (0:00:00.179) 0:03:32.638 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:46:48 -0500 (0:00:00.076) 0:03:32.714 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:46:48 -0500 (0:00:00.197) 0:03:32.911 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:46:48 -0500 (0:00:00.094) 0:03:33.006 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Saturday 07 December 2024 11:46:48 -0500 (0:00:00.071) 0:03:33.078 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Saturday 07 December 2024 11:46:48 -0500 (0:00:00.102) 0:03:33.180 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Saturday 07 December 2024 11:46:48 -0500 (0:00:00.124) 0:03:33.305 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Saturday 07 December 2024 11:46:48 -0500 (0:00:00.087) 0:03:33.393 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run role] **************************************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:291 Saturday 07 December 2024 11:46:49 -0500 (0:00:00.195) 0:03:33.588 ***** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 December 2024 11:46:49 -0500 (0:00:00.237) 0:03:33.826 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 December 2024 11:46:49 -0500 (0:00:00.139) 0:03:33.966 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 December 2024 11:46:49 -0500 (0:00:00.113) 0:03:34.079 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 December 2024 11:46:49 -0500 (0:00:00.079) 0:03:34.159 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 December 2024 11:46:49 -0500 (0:00:00.087) 0:03:34.246 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 December 2024 11:46:49 -0500 (0:00:00.103) 0:03:34.350 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 December 2024 11:46:50 -0500 (0:00:00.128) 0:03:34.478 ***** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed-node2] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 December 2024 11:46:50 -0500 (0:00:00.198) 0:03:34.677 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 December 2024 11:46:51 -0500 (0:00:01.119) 0:03:35.796 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 December 2024 11:46:51 -0500 (0:00:00.103) 0:03:35.900 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 December 2024 11:46:51 -0500 (0:00:00.141) 0:03:36.042 ***** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 December 2024 11:46:51 -0500 (0:00:00.167) 0:03:36.210 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 December 2024 11:46:51 -0500 (0:00:00.072) 0:03:36.282 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 December 2024 11:46:51 -0500 (0:00:00.074) 0:03:36.356 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028538", "end": "2024-12-07 11:46:52.368293", "rc": 0, "start": "2024-12-07 11:46:52.339755" } STDOUT: podman version 5.3.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 December 2024 11:46:52 -0500 (0:00:00.502) 0:03:36.859 ***** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.3.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 December 2024 11:46:52 -0500 (0:00:00.049) 0:03:36.908 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 December 2024 11:46:52 -0500 (0:00:00.051) 0:03:36.959 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 07 December 2024 11:46:52 -0500 (0:00:00.054) 0:03:37.014 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 December 2024 11:46:52 -0500 (0:00:00.054) 0:03:37.068 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 07 December 2024 11:46:52 -0500 (0:00:00.055) 0:03:37.123 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 07 December 2024 11:46:52 -0500 (0:00:00.152) 0:03:37.276 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:46:53 -0500 (0:00:00.169) 0:03:37.445 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:46:53 -0500 (0:00:00.146) 0:03:37.591 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:46:53 -0500 (0:00:00.098) 0:03:37.689 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:46:53 -0500 (0:00:00.129) 0:03:37.819 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:46:54 -0500 (0:00:00.581) 0:03:38.401 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:46:54 -0500 (0:00:00.091) 0:03:38.492 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:46:54 -0500 (0:00:00.060) 0:03:38.552 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:46:54 -0500 (0:00:00.045) 0:03:38.598 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:46:54 -0500 (0:00:00.050) 0:03:38.648 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:46:54 -0500 (0:00:00.052) 0:03:38.701 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:46:54 -0500 (0:00:00.041) 0:03:38.742 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:46:54 -0500 (0:00:00.046) 0:03:38.789 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 07 December 2024 11:46:54 -0500 (0:00:00.070) 0:03:38.859 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 December 2024 11:46:54 -0500 (0:00:00.086) 0:03:38.946 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 December 2024 11:46:54 -0500 (0:00:00.203) 0:03:39.150 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 December 2024 11:46:54 -0500 (0:00:00.145) 0:03:39.295 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Saturday 07 December 2024 11:46:55 -0500 (0:00:00.119) 0:03:39.415 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 December 2024 11:46:55 -0500 (0:00:00.192) 0:03:39.609 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 December 2024 11:46:55 -0500 (0:00:00.083) 0:03:39.693 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Saturday 07 December 2024 11:46:55 -0500 (0:00:00.096) 0:03:39.789 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 December 2024 11:46:55 -0500 (0:00:00.157) 0:03:39.946 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 December 2024 11:46:55 -0500 (0:00:00.091) 0:03:40.038 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Saturday 07 December 2024 11:46:55 -0500 (0:00:00.054) 0:03:40.093 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 December 2024 11:46:55 -0500 (0:00:00.092) 0:03:40.185 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 December 2024 11:46:55 -0500 (0:00:00.050) 0:03:40.236 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 December 2024 11:46:55 -0500 (0:00:00.051) 0:03:40.288 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 December 2024 11:46:56 -0500 (0:00:00.168) 0:03:40.457 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Saturday 07 December 2024 11:46:56 -0500 (0:00:00.083) 0:03:40.540 ***** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 December 2024 11:46:56 -0500 (0:00:00.141) 0:03:40.681 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 07 December 2024 11:46:56 -0500 (0:00:00.082) 0:03:40.764 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 07 December 2024 11:46:56 -0500 (0:00:00.054) 0:03:40.818 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 07 December 2024 11:46:56 -0500 (0:00:00.045) 0:03:40.864 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 December 2024 11:46:56 -0500 (0:00:00.055) 0:03:40.920 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 07 December 2024 11:46:56 -0500 (0:00:00.061) 0:03:40.981 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 07 December 2024 11:46:56 -0500 (0:00:00.087) 0:03:41.068 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 07 December 2024 11:46:57 -0500 (0:00:01.290) 0:03:42.359 ***** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 07 December 2024 11:46:58 -0500 (0:00:00.073) 0:03:42.432 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 07 December 2024 11:46:58 -0500 (0:00:00.095) 0:03:42.528 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 December 2024 11:46:58 -0500 (0:00:00.137) 0:03:42.665 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 07 December 2024 11:46:58 -0500 (0:00:00.073) 0:03:42.739 ***** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 07 December 2024 11:46:58 -0500 (0:00:00.096) 0:03:42.835 ***** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-12-07 11:45:06 EST", "ActiveEnterTimestampMonotonic": "555593833", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service sysinit.target dbus.socket basic.target polkit.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-07 11:45:06 EST", "AssertTimestampMonotonic": "555304290", "Before": "shutdown.target network-pre.target multi-user.target", "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": "457604000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-07 11:45:06 EST", "ConditionTimestampMonotonic": "555304287", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service iptables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5709", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainHandoffTimestampMonotonic": "555346862", "ExecMainPID": "9069", "ExecMainStartTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainStartTimestampMonotonic": "555306999", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-12-07 11:45:06 EST", "InactiveExitTimestampMonotonic": "555309301", "InvocationID": "906396692d0d49ecaebd83021878ccc8", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9069", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3386073088", "MemoryCurrent": "32722944", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33202176", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2024-12-07 11:45:06 EST", "StateChangeTimestampMonotonic": "555593833", "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": "4421", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 07 December 2024 11:46:59 -0500 (0:00:00.665) 0:03:43.500 ***** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-12-07 11:45:06 EST", "ActiveEnterTimestampMonotonic": "555593833", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service sysinit.target dbus.socket basic.target polkit.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-07 11:45:06 EST", "AssertTimestampMonotonic": "555304290", "Before": "shutdown.target network-pre.target multi-user.target", "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": "457604000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-07 11:45:06 EST", "ConditionTimestampMonotonic": "555304287", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service iptables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5709", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainHandoffTimestampMonotonic": "555346862", "ExecMainPID": "9069", "ExecMainStartTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainStartTimestampMonotonic": "555306999", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2024-12-07 11:45:06 EST] ; stop_time=[n/a] ; pid=9069 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-12-07 11:45:06 EST", "InactiveExitTimestampMonotonic": "555309301", "InvocationID": "906396692d0d49ecaebd83021878ccc8", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9069", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3386118144", "MemoryCurrent": "32722944", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33202176", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2024-12-07 11:45:06 EST", "StateChangeTimestampMonotonic": "555593833", "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": "4421", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 07 December 2024 11:46:59 -0500 (0:00:00.623) 0:03:44.124 ***** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 07 December 2024 11:46:59 -0500 (0:00:00.064) 0:03:44.189 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 07 December 2024 11:46:59 -0500 (0:00:00.071) 0:03:44.260 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 07 December 2024 11:46:59 -0500 (0:00:00.040) 0:03:44.301 ***** ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 07 December 2024 11:47:00 -0500 (0:00:00.554) 0:03:44.855 ***** skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 December 2024 11:47:00 -0500 (0:00:00.147) 0:03:45.002 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 07 December 2024 11:47:00 -0500 (0:00:00.171) 0:03:45.174 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 07 December 2024 11:47:00 -0500 (0:00:00.122) 0:03:45.297 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 07 December 2024 11:47:01 -0500 (0:00:00.123) 0:03:45.421 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 07 December 2024 11:47:01 -0500 (0:00:00.113) 0:03:45.534 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 07 December 2024 11:47:01 -0500 (0:00:00.109) 0:03:45.643 ***** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 December 2024 11:47:01 -0500 (0:00:00.178) 0:03:45.822 ***** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 07 December 2024 11:47:02 -0500 (0:00:00.640) 0:03:46.462 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 07 December 2024 11:47:02 -0500 (0:00:00.096) 0:03:46.559 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 07 December 2024 11:47:02 -0500 (0:00:00.072) 0:03:46.631 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 07 December 2024 11:47:02 -0500 (0:00:00.080) 0:03:46.712 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 07 December 2024 11:47:02 -0500 (0:00:00.050) 0:03:46.762 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 07 December 2024 11:47:02 -0500 (0:00:00.069) 0:03:46.832 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 07 December 2024 11:47:02 -0500 (0:00:00.047) 0:03:46.879 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 07 December 2024 11:47:02 -0500 (0:00:00.056) 0:03:46.935 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 07 December 2024 11:47:02 -0500 (0:00:00.069) 0:03:47.004 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 07 December 2024 11:47:03 -0500 (0:00:01.323) 0:03:48.327 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 07 December 2024 11:47:04 -0500 (0:00:00.072) 0:03:48.400 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Saturday 07 December 2024 11:47:05 -0500 (0:00:01.200) 0:03:49.601 ***** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Saturday 07 December 2024 11:47:05 -0500 (0:00:00.043) 0:03:49.644 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Saturday 07 December 2024 11:47:05 -0500 (0:00:00.047) 0:03:49.692 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Saturday 07 December 2024 11:47:05 -0500 (0:00:00.043) 0:03:49.736 ***** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 07 December 2024 11:47:06 -0500 (0:00:00.958) 0:03:50.695 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 07 December 2024 11:47:06 -0500 (0:00:00.046) 0:03:50.741 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 07 December 2024 11:47:06 -0500 (0:00:00.048) 0:03:50.789 ***** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 07 December 2024 11:47:06 -0500 (0:00:00.076) 0:03:50.865 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 07 December 2024 11:47:06 -0500 (0:00:00.077) 0:03:50.943 ***** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 07 December 2024 11:47:06 -0500 (0:00:00.093) 0:03:51.037 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 07 December 2024 11:47:06 -0500 (0:00:00.145) 0:03:51.182 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 07 December 2024 11:47:06 -0500 (0:00:00.128) 0:03:51.311 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 07 December 2024 11:47:07 -0500 (0:00:00.128) 0:03:51.439 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 07 December 2024 11:47:07 -0500 (0:00:00.114) 0:03:51.554 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 07 December 2024 11:47:07 -0500 (0:00:00.094) 0:03:51.648 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 07 December 2024 11:47:07 -0500 (0:00:00.067) 0:03:51.716 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 07 December 2024 11:47:07 -0500 (0:00:00.050) 0:03:51.767 ***** ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => { "__selinux_item": { "ports": "15001-15003", "setype": "http_port_t" }, "ansible_loop_var": "__selinux_item", "changed": false, "ports": [ "15001-15003" ], "proto": "tcp", "setype": "http_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 07 December 2024 11:47:08 -0500 (0:00:00.720) 0:03:52.488 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 07 December 2024 11:47:08 -0500 (0:00:00.070) 0:03:52.558 ***** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:6e571059441d252640e3509cf407cd3a570cb9a5c5d37aa0d05bd8d193b32260", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ff868726dfb38a330824ab14a3d9b09e9e8aa89ddc8ac6b22abaa1bc62149ffa", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:0b4d3710b7c16f7149311eabf067807bd9e57305ab518642cd94544430245416", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:d6320654e5962a15935e9bcdfd8eceba64deb7051fcf6592a4ce023c1ed00798", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:5df07939f0bd5c566bb8920f6dc3aa9a58a7b4af495b81d99a1bfdb468788471", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:4f01eeb1c4bb8b68d4c620c2579434e124da3c7113233b3e715d503010083281", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9b0deb09628779327785cc5639699fdf269b9a11eb4a6186be0081a41a03a7e4", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:da1163091d32a68010421f1b60befb29aef78c9f2046cc7c330d276b0885dffe", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:61f367207b0ed849440500208623a265df726ae733e1df5fb454d04330442bc6", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:718557aa9547e4a7ce0c7e98fa8aab22bfbd1ccb7da591f47e16faf6f00769e2", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7c483328bf0187c7112d694c6043a0711fb4d32699bfa1626a05c6001f2b9cd9", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:009ec2e59e8da1c06d7efd0dd6f65d2e30c6305c725a12596a69fce5898d1af6", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:28e25bbe215427a27e62e2ed41752101fd47d471c473ce3eac9c5de7f5871835", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:e805313c73b62c5e31b5629e698bd0131a1c0d44b35950e3043a297454912567", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:f31b744afc0404d748b1675b297dcda43a313e09a9caa7a91a0160157e328a39", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:749a0dd1d66233d92e9ab33319d12ce45a91593e1dd1bc9b9fae330001edfd38", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:14804419e82b64ff25416ea75118e9f72b80199b04a7f6ffdba66f4ebc97e03b", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:13207d2c4fbbef0d912ee3833a40cbf6661f6133f88c03997e92e137bea7cab6", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b6bfc2b90536b9266f17999303e648cd1abc6149f8798a2fe725f965e6a17fed", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:a4b488ebf08441fe45443272f888be792feac13cf2217b472d23c19de7613200", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:c210cdb1289bc33e6343f5db4275535e60ac9ba1e8d5996fd460c5143ebd05c7", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:d92bb127a08063035dde34e7e6472334079340f9e855129968459082302b82ab", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:c8cdd40745296910be784d2d00fab1b0c52a117ec0ca8d1d771c3ed051de5759", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:4a4fe31eac32c89784a6bee3317c2c48b1848071daea27de74fecfd345313ecd", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:fee85c496f6e317fa6c79e01cf7a957ceba3d7d9a8129bbf08d31b468e97708c", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:8f0b86f719d0ecd073fbac5187db43d7c398f73936fecd15c44da436108e5311", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:8435cc1276aaf80e982eb0b1149f212cb6fc1366f29e563724caf890679f2542", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:bdfc7034a291d2afbe03437398e9743fc187e77c4d208ae0641f740a6dc1cfa0", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:ccfc94eaa4a6062dcd0996078e61e46eb550898c287d7596a85ad6f857fa69d5", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:86a16e57417ac8f0417342f79ae9003c245551714aed0056af928fef18263991", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:5165683fab4b880d741376a81061b1a467b88fcaba92225a50e46322ae74e440", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:980e9a260a2fb444a12629d8621407f4572e4de7cf8943b13161b6ed10375826", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a968d9dc972867e4e6249ae22f9dbf4266b74a7d142cae17a57a94342e1d2071", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:0602763cc3990087785d24c7cc430aefcdf02bdcfe24a7200d3edc2949d1ec6b", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:5651ec2c95f0b2d959b59c50ae021bbb6bc15f33331132110a9836b2278144de", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:666501337062cf4014f547858f4a5f4d4ca875f1c41a57ca725630161d61e201", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c1347bcf8c612aae6327f684b7f27ba268172bfc3dc7b027567ac4cd1512dce9", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9e9eaeee64d116248c2be62574004ab15354e00ddbbc86aab0a174425ac82584", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:0c67ea3b31cf2b67765839cccf9429c8081a7586a9bc435c1c7435cd8824be85", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:cab82ed9275123404e2017bd295fb3820d404c25d923bda2ef76fb91a6314348", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:5e37665feb0281a85f0ee77f1db24c5e4a9f776aa06f77e9a25b388bddd388ba", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:a95198f88b030851c95848e09f8a0daf2f610c9d517f0ec06c397c957c1bb8f4", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:7ef3929ab6674291f68cf898f5177a42ae8b0a2cecbafe4b3b0858373058d550", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:66e6d2d2bcf99ecfab229a5123becc308308446aaeb5dde00918429e73c6f88f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:327cc94b073e22e3583d2f3b0fff723e644a6a67af8c3182f23ac93df5c23a95", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:963b10f139af4312c18f4d47d01fffe051af8205c729f2f2bf2ea4c13810dc98", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:b63b648a2de86b24fae021093613a68861ed439474698ce39a75bc6f5ac376e5", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:0d1a8532ecb37791ca76bc6f6e6bae5d02e33e705bb3d99b98ff124ef7bec460", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:001865716275034253ef64bd80c12db293b0c0e7132432ffc7f1cc38e156cd16", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:8bbefb9d81d1e91ab0625144be2d9193cc9ef5ce7224ed1550d44b860deadcbd", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:3ddbb9f63e9d55225656cbb9092e5dcc1b453359707cdd73e67ef06a6aa7df9c", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:714f07b0412727d60cc1b2958dee240b59651229f1859639e09bbd714cf139ad", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:e8bedb5713c0d4491d4b2a38494e8a00b6735ab4ddc40aae7dacd15f46d597a4", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:f0042a254008662140e60ecb5261c1ad48119774dfef32ec9ef17f1579e5bac2", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:b42f95fdb6112ac9c2e4e4d094b2b4947e1020272011618b22f0cc98b713fd5b", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30eb3fa480b368dcbd10cbde31fb4e129513f4fed1c1eb16a7bcc364c4b1e801", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:0db5bd27caaa72a6f1aa2e3cc4138bda450a6c415e5c1fbb6328a8a39b6bcdef", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:4569f4ebfcaa55a45db1a7294ec898f3507eadaf052585b2688be8da3df8f9d1", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:13533345c2b7386622a2887f42ebbda604f36d2f8362f71a85a95e1cca9aa6c6", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:59373dee911745c788c719f0bbdf26fcddfedbb5e4b23ba87605bb0d3584abf1", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f54e35560a64de96a3cfc2b7cb63e680d6778225ae9ead9ad478b2678f88b6d8", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:871725456b957e8a2d11b156f51231de75a7fad129f418f901fa740814817147", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f9cd1d1c850a023d882c130cfad0d17c3d5af781610f6e20dce354e3ac9b03f9", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:b0eaf034b7f124c6ebb302f98543c5fb3c2191b1c584e73b994468d9b8771959", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:d86f183cf30c5cf0b3ad6e47a8aab8a628ffe101a6f983f153977ca9153a72a2", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:c6d2bd4c0a753011b65e4b41f82aa48fe811645a474e546e8cc2291f7c7a49eb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:7d2c4be9226c27c500f8a96188b2864ad5899f206296059ab8de4d3f162ec09a", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:1aaf1972825b0e1cba355be471b2a866e39374b5919b0b6c9796fa406a769be2", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:0871b8968f053316c9615743b4970c27c2c0f78a61fe8716c24f699703c58c1a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:00bea61c43d18e45979bd3481b0c18f6cddb38a411a4f19ae7e6120d7555455f", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:b38f878e9af27bcff6ae8993c8a217321dd1fc6c62334090addfb14aebba5c95", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:a9e6800d2e2993c1f318a8737647f2e450d41f692c11b09f6bdffac7fc556c23", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:433fd6e718c9ae9285c35aff260d62aac813fe8bd414e5986ab1712e888aaf49", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:2d65a17644f1edf61eb31c2c66d1268511fba016ff9a7758b2bb09cdf98d2706", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:a1dae79a0a2d2996882a55085cd82b8b5a39b5b78f91f5f016506878b319eecb", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:126692a2df2eb7609f7e3e4c2c930ee13d2431a92caadef2747c960d0d65f457", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:cdf84ac91260f7cacec107a1a7a8eb750b17fb10b7778b07147f2583f791e26a", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:9e478ef621ae90160e3d121cb167286e9737fd213582accd366424eda11ca747", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:705fd821fa0f0ba75a507e8363f78787f84c29f8c2d3a44fa243cd05d2c8f8ee", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:05b1fb70ea49e4e9cea9896284412cff82be88269d3e95abcb4daa61136c4da6", "enabled": 1 } }, "extra_binsbin": { "400": { "checksum": "sha256:79cae25eede0d58c489fd1e4d6d9e4d2e1d8db733e476fb314a05f39abc37e4e", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:33cab79d9b81dad37457565590370531db36d0e4a5b2ef73cd52a33b37816956", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:6b9661cfe29bccc779264f230ded766a207ef3937aec125e5cc9a55dea4b1e8f", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:749fc5a3e4ba8771a75dc712f7795a929e147cafa8dc04485c631aad0a37da5f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:bc1d1373b9a03d7adf44fcad82b369d1ebdd0f2e003cbf618411af40c1ac94d9", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:30d11ebcc3525e38c2a1532661404be432cbf6d4f0f4fb67c51fd9f32c3b7b92", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:d0521b45eebcd324ec966781f0d10ef06791c68b7e53b8272775bfd953a3fa08", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:cc140de8fcb92cb588d19273d8f67619b5fcbef1a114ed805621a0cd11e4ebc3", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:66707b09fc0bf73662040a6d5ed43e5ddc851704c29a129f7a4d0e223ea10f63", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:d281a5a1ad47bac3ef7854fa5792f08f9e70051eb6d577de2e66a4916809474e", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:5890afc9d363e3af10fbc90898f6ba211ae65b08b58d2819208829da1a0aa1d9", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:c6e3a1456d1166b4a1557097ac611d03fbc418da3ebf1c4a8ce51a2281731ee9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:36acfed6d94c2bc1125d70025b8329db893614e225dc0e56d84b3b7ed69f0003", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:9edf511304865c5ec8b009119995e8311ac49aa0d73e7887bbdb7a76aac26328", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:652eb4dd8e376e48b1389de31b94f634f35dd2d1e9ac0da4dbbb1334df750af2", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:8187fd4af8e847bf5febdbaf54f165788fd16dae5189b66d683dec60596b1172", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:f610bf0be7884be69e68856baa7450c4a00853d0ceb96c79e0e884fb2ee942a1", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:3c666ea736279ed20bee83a9dfd2d8b7152b8429041fbba5ac305a342bb35e01", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:14d0ea70e0abbd99618ceccb777aaf0fc917f6de4bad7bcf15f05cb2eac28085", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:d57cb86ca4b40fd974e5c4e1288ca5b5dfe69f5794240be1d75f153014580d24", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:57336b59a92ab85d730e65bb73d6fdac377dc062acbdc1e9e380a9e70b7d816f", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:2456eab7918420953167d81692c853d42d3f91d75c9b51b6cb1546a44f1493fc", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:fb70fffdeca1376649a7482969485ff476064fa0d81278c618f06bb62b9afa77", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:5de860596f6e5bee1d1d4151efbb27f239ac83ec4a53dc3183073b123d321415", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:e4bc151609f29e17034f474544284d19c570feb75b8926bb09f6081cc27173f8", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:6ec50390737f84638d0ad98e77715a09857fc999aab7cf30835c1ccfe7a909dc", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:56aadcaa0509f35235b9d7532c5a0946a66b923980b726b38152eb042cbb4894", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:bbea7bd0c76693df24eefcb14bb3389efed0f4e9f96353470f9ebd5f014f0845", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:20afd0d8466ac4b1b85683bd202d7a14f1938fe6bc8b8aa41a41566c64d64f10", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:139302f060755bbcfd0fb94d40854ad71a35b9318dd44c8be69f2c6d114f0e3e", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:75ac9cf6992502e3302f84ec39a6e7f1970efc13752181753a975d05c9e0e91c", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:6aa1d18652a868ff83c45fd9393499416d978fd6d5d6dc8663f085335db48a0e", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:102db291cb647f60032c139d0b5dcdeccdbe41c74f5c9fca6db560c17b61412d", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:59835fa42cdb6a94eedb9b4a264c6789084eff696b8efeecce8b48cd786a2dd6", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:24c89979739ae9c391acdaddc1d54325153085c1843626ec0f544def2b021a04", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:fda81f1fd9848ff6358d82191ad02d672ad1ecc7ba5b76edb604c2e966eb6e4f", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:4ea098e0d9b986a1669d00032dd83d4c77cdbd912346d45d60939c9ec958ba63", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:09019b87ded28376309ec057f0a3d57b753c52a47665834e3455b10c17d0b0f8", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:cdccb8cba84e7ae30ef624cd9d265ef4dbbfc7c96882e30c6815d7c1ed961464", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:c2dbeb224e0a9bfbae257131f0cf3f1582977b1e57855c244582fa107a92cd0d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:b22c4353aeef37f46ea73e660efadb81b861070d84427755b19f0e2bed596354", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:058546072554365d8129445e8e0007ab568b596abbe785601fa66034c94819d3", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:f731b921881e2281da507bffc85f3a91b51923b42640c8cf3946758fe3c9b607", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:36ccc7f68a1adff12b67b6803a81932a870dd90c4eb2917b4a9c984f1b4cbd11", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:ec2e7e35ae8f7898a554b26ec401997a9834a137f1f220e1464c715bb8287311", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:7d8a095dad7f134e473e31f7b74b35af55c86f6aeb3f9a067edc87e4b332fede", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:1a66f12e23daeda704408bfc0b55596c52dfd289c716a3d31e4ab1525bf9c961", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0090de03760bfc344382161d6e20188431ef4cf3ac4f7c7d09fc8a6da0e194c5", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:3b11334ce4a06dc286895d270da44c399bc2f511ac810cce9de3def5d69fad91", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:b7e2af2d4d688749a52114d6623e5cff629cd08ca2d848fe15df243ec597508c", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7e73fc9a1be125abe5dbab8143f1ea0c49c3ac5b4b2d54f585431b917f547e23", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:73ef6bf64cbd0ffcf8dbf21dcefc95947d3bae1f09937cfeb31d1a7081775cdf", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:eb10eb4c83992a6128376a978cb008c7abc2936626998abefd7fe8b00a4893f8", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:43117a650ceba47fbef8424092eb1bd119cc248aa67514f1e51246ed3af07967", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:bea08a06c64cf56277de0fea67675d1a69cdf34f37e1cc1c63f6b3c9c6a7edec", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:df9b83c5a19829e187aa9460a6dfa2607b35cd454bc2200a65e548b1ccd0d5a8", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:b7087172d332fe7a74fbaaedb9892ebf5a1c5eec52963a34bb92d73446566dea", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:c65f9e01840a5776e896f4505f356ffef8932e3cd5a2a09b42de4073b2b4d966", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:53e31c3a026736d7f73cedf1b0495a414fc9a1fb2e7fbcfc4fc851d98d9def5b", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:8f962b8f2e2d555baaad73cb042106196d29805971e3351620c396ed3dd941db", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:7c11be50042e84d4fb94b5a8a378cdab6775e2af1ac927d0d5418dba0816d4a5", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:e6e0365560eeff3c2696fa4018548558151620ba597c67fd7e186f6880ae331d", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:92ce174b65baa4f1182d8edeaca01b39dcc0d0beecb71badce3bfb845dd525fb", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:0d2fcf7248913b7ebaa7b290c619babb71d5a2906499e80b904ff1ad315c4993", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:decf5c2093ef0a9220acda78d06c9ff44303da23730730d095929569c7166210", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:eaf22ef2b2cc5858d9ff29e93eb84ea7a849e2e00d274f81c478ab12215b804c", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:b3412c39210371e395d6b4d88d4daf00b5699dc8dd50c435d1d69d91f062aad3", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:5c74ad17eebd07a5efeda9e79bcbf4bbf4451146a6633739f83cb9e4d6c60802", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:3f6bca0a0db5cd51a82ae6c24e7fba8c326f31865c4b248a0e909469f06ae09f", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:590bfd4dbff52f0ed68fe19c247e25d5299ac8448d2bd4ccc99084f85bdeb0ab", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:81d14741e1078a372f85f1cfa437ca54b0f0a97e28463ab4036e2791ba14368e", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:f49d1a951d218cb0242a2a10b1f6d0b38d7180b50b57347d11b7c29c5863f733", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:ae99eeccd230dbe62cc2d6b55bc87d272a3523c8284d884977fede6c9472220a", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:b2a55057a35231d41eeb00c651b5a4e7af901a79090c8afeb44fad8b27928d2f", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:83b77a2ea78b70ab976e70aa831a72f890ae212a6ab100d66f6bcb29e1bac0c9", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:096e1169c82afdd0cadfbb7c70210e6aa1e8a7782aa0149a14b353ee3e20dc21", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:02fd247f20410b0bf8b28860957fbf33ed26daac462d2de943ca3015e193efd4", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:879dcfa56b38100213e182a61d0692046377116a87f5892064768735ee9970e0", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:bb8884e26ad17666037298c10b15dec713cf8c42ab522f7b25453150d9681833", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:9b30f74c696be7ddfe60051035f3248e25577c1c82e6d0742ee3d2555d29f23a", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:26920eac2c6eb35ab68b04be278db9b2fe9bf461e2619dd3a28b79e9193f6c5c", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:1fd2a77b13726759bb892c0f152a0a9b56cc912d8ec8ae05d95618c0b7a157ed", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:227ea158a9c3c77819f1b61a3badf1db3fc415f370069c7ad591157cf1a46185", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:1fa2a3044483bf0c0b6ab5c2af3b35297e18eb4328a75bc04c3151f5e31f42c1", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ae4d23f2e9eb9580bd636cd7299d4d26649d59cc4e83e07f65505f315b4027b3", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:cd939a9294329e1d1f1a5be4e33cdaa4d89e4f78dde0a801c3b7d501323040fe", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:c5d30e10b3bbf87c64fe2afda70c803c7ffbb5f64b15f0f9894fa4b6eade41ad", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:b3d665ce7b46965b31e35a99716b4cefcaffb36c93c178f773d291fe93f8af25", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:32091e44affc2766f06bf0f4c3187f27168b574c07b65c3c4767dc2a68dc75dd", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:e628889b6330a5c4d4426b41eb5988e26bc9469cb66e01be6b4c6c000d694e2a", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:be1c2f9a0a19271f6b88e6878a67f929ca000c952045302c886bbbafdb7c656e", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:662412fc8c21dd433e2f2275377df80c839b47fb097a88693722189d33fa0a8a", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:e54f8a0a0779de2cae093c087aa9fcbfc70333be012868b00ac0fe25e0a21646", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:4886f36ce881d3be5284a9dfd93874c800c965bb46146168e633b250dd9d0d2d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:da789cca84eb333331387826f63e8a0d41e0774f42f5f763c83de6451298354f", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:a06e9a5b2b534d412b4783de05752f161c5c56a8948278cb1850f115494470c5", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:1e9015e8ebaa39a1d77e582423e4849371106eb1ad0fe9efca6a1dd46c69a7b7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:7b36666fc995913d536b090665fcf17770dd1d0e28cbd8d92c9c6d2eeddc2a3d", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:52f3581fc457419ac8fc34f647a7f609968619c59321b66d1c5dedb9a5075c82", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:2b17c37a62e1a4a3deb1f56ce7fa846cfecf59f2b43c519f2380546418aca5fa", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:504b13310e16a22488e3bece96c6b2c8b2f1ab3b4ac0c75939ebd7d208e4019b", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:ce88af5ce9ef09a298e9636753eb76703a1fba26e8831b3dffe07e00257fcd0a", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:c4e2d7ea074b383e96dee16c4be220d132301c03dcca3bd1698195f1d28c749b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:45e82ee4dc264fe1aefd810fc7f718cdebd06565cde8bdd47075e04ccea55d60", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:c71fc5aba3a8a38ab53d71b4e826c6741370cc4a86e2bb83598e83b60949aa4f", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:e6c118ffde5286b1f9013a26f857d4d85dff46d282e4a7ae6548b84e270d7c7b", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:819812bc0e7f5c0dadc824e330aeb912ed29face4a904beb7bdc8830dc0a49a5", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:bb61951b39b8975478348185eb3050c815930726687b2a3a4c0ac4427ce614ac", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:b3393bddbd1de42df51c9d3483169c2fe89f167761b0fd3829ecf277b6c7c3d6", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:846907e70298de291c325ea43e4215314c08433a5b70111b90f7a3eecf7f3e83", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:51cdabfd0ee2f5b3df09cb7a8132dc0d2f7953e6c00782f87d95779cc29e02bd", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7a7013be4a046d0ba770988e530fba59b3ce8c8159780af1a5001e5fad8ba042", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:ce51587d33ffe41699200700a15f92892a181c7e52aa451568a740dffd6eaeab", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:58fd323d88ba1b9f753102be767c848248d30c65a83fb30f2e13ba0073f10ab5", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:10852eded77ba66158385a63efa346a0cab9305fab8710f7992b951c671569be", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:26185c5731c3401ab5665cbfefa89268e91f21bb8f0fd88de3602d013ab6f00f", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:0caead9c9effa3c022f6e4740ac907788a51468996fb369574b04a50dd29eb59", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:011e57b206775738cc6fb16e48e9ed222ed67928857cc0e0d19f02e039757e33", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:1bc24bad910fe07f8737b25896d73d035cd83603897f3ae236bac28a95e49189", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:c3bf4ceb7acf4fa6ba860b3c47828add49d007fed218033193d6da8f6fce5067", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:ffb0f1240b1f95504b83f86a52dcd562df79cf9745b52a859db025821501ba83", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:eda9cb2209b0e28b17127136f79559febd986fbc4e0180751eb160fd72fd8310", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:6e31f7b2379cc4c461bdc1a826cbe607b72b997960c8304ccfa6256bea0b3501", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:8ac7f57a98159bee255928841806174b9c3fd760f74b2e623f5622ccfb049c11", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:17e628d6a7692372580df6800a972170a1c36c975fab437e559c3afdbfc0c4ee", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:d364337a160a2218afdc92eab0cd27e057543614dfcf96f2d74d51283cda1589", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6cf80a3a427ac287351081934516c8e300fa9929703b290df47ce87df99ec9de", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:001454c6d18d7f75e02524e3559c91264b4711cff8c4417ea2580b1c3e0a8576", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:68aca8ea777ce2a13e5d8c03b95805f3e77a4f963cbc1d960fd0162883b6083f", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:492c565eb90097f567381751dff3cdf0ae9a6db7f298dd13cd04bd67522789f6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:36cad8d8ea113dd1a761b8b386bd0a057883acc65b2c60140c2c001fc04e2e43", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:a0f7c18b6066e9bbf2454c92917e0abeff542fc804a524a95a02583b0ca22bb1", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:a966760e6a561f6eb4789d36b88bb1879c965b851e02d834c3304f0d2987461d", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:36bafd2cac1aeb59eb2e2a4a4a4f9d27b1594a92df1727a8977c83dca6292400", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:ec74b1ede394f0c1ab75a5439b4744a261b658edc17d5a0353ca273e397d2156", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:4d1f0907111fb4fcc242d7d91574e273650c86d2207f870e4c47036d900e4d80", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:de093c51d11ab2de52b41d550d06ce7def91a9e8c0f507884086d4d34343ae40", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:fdab19b51617ba1dfc3a402dbc261452cb23c74be402208563608610e6a6111a", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:ccef03c795df14786a6d323f735e2ec58f9270805e7de9fe924549c98b24e6f4", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:63eb81ab3a26272e180e1b64f7d2d28e65ed7fd3a2e261dbba40c0fd4d82ecfa", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:ce73d254e6271e7e012d38da6ff05b7c66c215b8ea5b99161ab1e97c77dfc31a", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:819c365b1e88bdb1eb171c48fbcc2b2e9c2ea405d7c20024919aa7d8bcb28de4", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:0ea0c16871f23b263aaaee590ecbad1d9095d01c7b7b6cd11a80278d1257957f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:835a212117378644f6f70a6282b73cba54c9b36811f91163408bad10ba2c6d0d", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:6f9c39f5bd3e6b092668476aa1233130cc9b9edd04c66af9d667dbf9d5f48bc6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d1336afad060de349d9c30315efc965b7247738603638e8706929361b8427353", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:3cb2ccaf8367e6a99384582a9c902e2af4480b04d8bc56ab5562c7d3111cd323", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:7384c2d57bd6e133c9069fe90acfe130c74416089fe56318257c501328dbda7c", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:06ca74bda1764a6f8a241b370f13bdf438674dac0dfbc30f98facc0884b190ea", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:8c99bd9b6a8fc9a4dd9e34af66adfe117bdb4b2e88a7f1f2e6a319db450168e8", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:4321f33d14654254947949c819972515f8bf488f8df3ce6626cf4b9fcfca6539", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:81bbb3bc281f6887174beeba44d970d3edc40d3fbad85ed8b9d03528800cb38a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:73a9063f298fd65b376ac709fb599ef1eefccb39b09360c412946fa507cf53ba", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:20c66e776cec92678d49c6e41eb804981e3769b8b595c5c7a8a1f94bf8f5a167", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:9886dbb3eebb514446605e62fcc6969a7d5a56f1f3b84129e7b46e20ab9de366", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:cbd713a58cf9ff07435b0a6210df156c4db5e4435b3d51fdf60627877e42e961", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:30936f11af78b1ed885d6deaa16025623fc794c54e452fc02c056e388dc263ce", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:6bee6346bb885fc64e8579218dda7100aac5a61d6ad1e474cae7bcce8448dd1a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:93aae106e0590c3b6ce75475c86101e20b244878b7f659dc9a9638529282bffb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:e69f3497fc89f1f96a3ecff77a12119b6abb012d4fa5973b9f33eeadbd12319b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:56c793ddc8f620fec42c9bc28c618e928882542b0de95adda2c8918742f890b2", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:49a17300f038a4023d478e0031f9a6ef18cf6817e696abed1b48983ef75366bf", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:df3f3357b0e78a2e2b110ab6e9dc9907d83d296e37bfd8c493b0ddf11a8d4e75", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:e10d1bfe87e505f003dcadb0f5f384e7db1bc6da48cd705a78c0630ef0a77207", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:f762b9090a0dc16cdb04e108f47a696170cebc74d489930915380689ade87d74", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a55e30390b7305a2e01d2e4be3786edc8c763f43c249ae07889c82c84cc7b9f3", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:763088f3e0392356a8bad6a06d56305a49c73690573a0c1e3d7cd8e7a7583f2e", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:21194bcdd2babe7aeaac215e7993d75f23bb0ed09e6378d222461113221cb7cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:a705982432ea6ff26451fdf015e5247103ca90e8f1350357ea956812f60d55d0", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:71a49275d91a3678a30ee048c48f3fe3222b116d94d9a1f5eafe2e6962e0cbcf", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:1a669ecc50c7315c65b8620d40adc5b211039b844bea403f625e6529f0be0c1c", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:5bfb4dae5517d7315d7e1ba509c0935ac06bfc25f70dfde91f31e44fc4d3528c", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:4ad1c6753ac53dddc1a2f618fb2eda212e114a474a31cf98840c0048e36514ce", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:55af58727c8e1a2d5ffc0eeebfabac14030d6594aaf36eae10c51d3f43fd7c94", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:725e2158052da4d2b9499d63570437f35d317f541e6fd0a7b6841f88be179689", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:e653084023932281ca276c722b79aaecbc5d81e97384373a73a4de2f4d3da9f9", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:326995099022aae4699bd16a731b01145d48811e2be43eb3ac04d688f2350707", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:063a6f93bd9863d9ce47543e552ae679873b3f6bf65a4582edbcf6bdcda5653c", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:cdacc7306b49ca27f4eed4dda7332bca872cf309459831c96694293721ed74d3", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:592651435b8b02dc2de1f304e3a7e3e0fb49bdbace98723173fd47b16a6b5aa4", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:12d5e2aa077e8da525b672b46f6f90931401b1ea4efd22e8952590abf03a687f", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:9428aee5be7ef002eba8ade18418e1b436e2f8ed0479182b47822318c4571923", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:71748ab8b3ac17e7f16325adc3575242076dc6f80ea6797091fb5ec54bdb4a49", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:086e6d069d8369c83296d7866c2d74e064c7980bedb2cde2fb02cd14f8233b75", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:436746a23ca13b58adc9e2a051b59463b8398cecb114edd411fcde4fce182148", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:a9ec2dd40baab31ae84049839e2043c24a475f6d9f1daf06f1c2919a4f01eae3", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:628550f2f63aea3fe7fd74168f78d1f9f3bbfb9e585252abf2cb0c7a6169c725", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:1825cdd1f7ab049ef6d4d9c7412880bc02797f3c4c9dc58ce79ed08be2a37ca2", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:118bab50d3722356fda7ca0983781aecd45f2a0979bc56617be3a8e044663451", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:e116438dee0dab9b191c25cfcb43a7dc0c8ac18bdb920e0596267365784b43c7", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:3bcf922688dc95cd19df39b5b48017dc48fca501bb70a953f99abce2c6fe7345", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:368e98dbdf56054db821272c38ae2aa3a92d88b419ebf886cfbf33db1cc4177d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:c07be819f426ec0bbba6ba8f8f1a0a57d6a3e02064bde55d0243cf21d24dce13", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e1c7a4e6ea91f57fe97ac249ef59feb769b0becd74bdb118c6c29ad8d86ae117", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:93f4e9c278aa30c7ce490f4b9c1d6238ab0d16f662fc880049398d241e429c47", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:83f45391b2a56e868ed635df8adfd7a461c853d99c92cb0839d24d560652accb", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:4b9b1022c21e3cc4b90416961b2e5990838532561080f53a962b14cf1101012e", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:5019fa69d2c211fff26780ddad52079881cffe4688af6407b7ee03ff499339d9", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:58e9695125a89de4faee0ac5a37a1a26067c97b6679d8350de744bd5d21257c8", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:494dde6bce44e76f5a7f70f98e178e7c7e0d195dae293fa631e97c5d5be7ce75", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:bb5057eabb1e1e690c8c4e2a19c5014a00240538d21fcd3b835b7a9937dcb469", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:af677713dbda91ea9db3e438de628e08ceb5e9c18b2fb5e338b9b81f79f5fa71", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:39e322b4fe5bd8357b39b47feb748452907b712342744d0ebb4af7ad04c170b4", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:2850db90c93a902f63a20eb3cf173676ba8b62d88dab4d6305ecab8bfc6a9c23", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:d86b9c14ea814e61185eb2fd53bdda95933b44eebf98ba942cbae61b3b16ce2b", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:db8f8c1a3ad46b9b9fbfb777e047e3eb0ca6e1e4be62c1cb16292b934d218b4a", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:ba9efc2628a81ac2c95346cb46f79b57748b56575197830bdc0fe9f1af6e6d07", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:cb02bf5a1a0fd75bb2dc288602973058a2a5e1955e7e0771d35a0986458f72ba", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:040a092ace1fddcfc244268cf1a30bb7935fcb1b493db9b22a3e4919ace8c00f", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:6b4b9f3c433d31a1416ed75a584f90616aa6b335297d5ef845ff3f71d36c3cfe", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:b50724f82867d86cb5ed896fed12ac8a5d939990f9e92221b282d63d44c13fa9", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b51b9edc8ba92cbdbbac99877b4388d9397976992ba7f5d4c467627763445ea4", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:4e1a2aeb4ae247cde28cc50db01cc6043bb78c45763eb8160a957be55a32a2d2", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:b9162e79ac68e0ab17b12ffb6d5c3d9e095d0b2b81ffb8c70b3ebd6531b32b0e", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:af8d12d85265012b374756768440f273481308b2e90fbba97b8afecb9bd2574d", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:97d72614bfbdb0146d8f7c90b90e9549ab1d202ffc55066ce79464e4a6a20cdf", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:624ceb9aa840b86d80592df9e5884ea9c4304f0ea3285bfe33d944ac7d4ea93c", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:33837f0b020b98299befab2e02000db9246918b1583678d3946213e90b45cb53", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a01e7aa92da5f24789286ac6530246cec5ed9c8675493cef2b06a7a7be595958", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:e8bac770b13be7d27c9b9286effe5e50e330e9ab1a225e06890edbf33798bf89", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:00fa1441d6e08f5af70bcea53ebf1f3e4c12a9737f1ef1e74fd5b79957d7f042", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:2b80169a6f39f4ebbc1c2d9b0211eec558da2a8eaa6bef904b9fc66eda7122dc", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:4c7963f955ff610de43933a480c47fd50da6b4d88f03ed6bbf4663dec25c3cae", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:4299fadc4f28a9e6ee9b9e5a7688955752f1bf36ef83656fee6403bbfe10e0b0", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:c3973da0b3e1836af273137bc8ed86a443da6a73d22255aa1135582923347b2c", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:8f262e982526c5e63cc93fe9806380aef291c0fa06d8c6468c1df126325ae83c", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:59c9e307dfc787b4b7510d9d593b71792f9f147884418eed41983034fb35059f", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:7917676d378ebdfeefe5375a054fc0beb6f86665b23304331e2316d1b98821c5", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:1d94d85560bd958b8fec5afd465d62a9e42f17307046046742c02d0ee5c9425f", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:b8950107bebcd555f2c48ee06bc63bb1329a6ea5db7a762cbef5ad9be656c9da", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:475a888f43d0521ac189ff49430864dc8b00f04c244d42100ca1d637860ff4fc", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:804524b0b86a951c8a5b1e2220cf19f3504fd7442e463a8ac8852babedf836c7", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 07 December 2024 11:47:11 -0500 (0:00:03.342) 0:03:55.901 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 07 December 2024 11:47:11 -0500 (0:00:00.255) 0:03:56.156 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 07 December 2024 11:47:11 -0500 (0:00:00.082) 0:03:56.239 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 December 2024 11:47:11 -0500 (0:00:00.113) 0:03:56.352 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Saturday 07 December 2024 11:47:12 -0500 (0:00:00.107) 0:03:56.459 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Saturday 07 December 2024 11:47:12 -0500 (0:00:00.065) 0:03:56.525 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Saturday 07 December 2024 11:47:12 -0500 (0:00:00.099) 0:03:56.625 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 December 2024 11:47:12 -0500 (0:00:00.134) 0:03:56.759 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:47:12 -0500 (0:00:00.386) 0:03:57.147 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_eq02a8_x_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:47:12 -0500 (0:00:00.150) 0:03:57.297 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_eq02a8_x_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:47:13 -0500 (0:00:00.116) 0:03:57.414 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:47:13 -0500 (0:00:00.116) 0:03:57.530 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:47:13 -0500 (0:00:00.184) 0:03:57.714 ***** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "podman_basic_user": [ "x", "3001", "3001", "", "/home/podman_basic_user", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:47:13 -0500 (0:00:00.520) 0:03:58.235 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:47:13 -0500 (0:00:00.080) 0:03:58.315 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:47:14 -0500 (0:00:00.160) 0:03:58.477 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:47:14 -0500 (0:00:00.550) 0:03:59.027 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003932", "end": "2024-12-07 11:47:15.017117", "rc": 0, "start": "2024-12-07 11:47:15.013185" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:47:15 -0500 (0:00:00.490) 0:03:59.518 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.006987", "end": "2024-12-07 11:47:15.517721", "rc": 0, "start": "2024-12-07 11:47:15.510734" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:47:15 -0500 (0:00:00.540) 0:04:00.059 ***** ok: [managed-node2] => { "ansible_facts": { "podman_subgid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:47:15 -0500 (0:00:00.117) 0:04:00.177 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:47:15 -0500 (0:00:00.078) 0:04:00.255 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:47:15 -0500 (0:00:00.077) 0:04:00.332 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:47:16 -0500 (0:00:00.074) 0:04:00.407 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:47:16 -0500 (0:00:00.050) 0:04:00.457 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:47:16 -0500 (0:00:00.049) 0:04:00.507 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:47:16 -0500 (0:00:00.047) 0:04:00.554 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:47:16 -0500 (0:00:00.078) 0:04:00.632 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:47:16 -0500 (0:00:00.056) 0:04:00.688 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:47:16 -0500 (0:00:00.062) 0:04:00.751 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:47:16 -0500 (0:00:00.051) 0:04:00.803 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.005360", "end": "2024-12-07 11:47:16.742711", "rc": 0, "start": "2024-12-07 11:47:16.737351" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:47:16 -0500 (0:00:00.556) 0:04:01.359 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:47:17 -0500 (0:00:00.047) 0:04:01.406 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 07 December 2024 11:47:17 -0500 (0:00:00.121) 0:04:01.527 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:47:17 -0500 (0:00:00.089) 0:04:01.617 ***** changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "podman_basic_user" ], "delta": "0:00:00.024282", "end": "2024-12-07 11:47:17.581843", "rc": 0, "start": "2024-12-07 11:47:17.557561" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:47:17 -0500 (0:00:00.584) 0:04:02.202 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:47:17 -0500 (0:00:00.140) 0:04:02.342 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 07 December 2024 11:47:18 -0500 (0:00:00.079) 0:04:02.422 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_eq02a8_x_podman/httpd1", "/tmp/lsr_eq02a8_x_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 07 December 2024 11:47:18 -0500 (0:00:00.191) 0:04:02.613 ***** changed: [managed-node2] => (item=/tmp/lsr_eq02a8_x_podman/httpd1) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_eq02a8_x_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_eq02a8_x_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 60, "state": "directory", "uid": 3001 } changed: [managed-node2] => (item=/tmp/lsr_eq02a8_x_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_eq02a8_x_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_eq02a8_x_podman/httpd1-create", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 07 December 2024 11:47:19 -0500 (0:00:00.981) 0:04:03.595 ***** changed: [managed-node2] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Saturday 07 December 2024 11:47:21 -0500 (0:00:02.253) 0:04:05.849 ***** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Saturday 07 December 2024 11:47:21 -0500 (0:00:00.484) 0:04:06.333 ***** changed: [managed-node2] => { "changed": true, "gid": 3001, "group": "podman_basic_user", "mode": "0755", "owner": "podman_basic_user", "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Saturday 07 December 2024 11:47:22 -0500 (0:00:00.503) 0:04:06.837 ***** changed: [managed-node2] => { "changed": true, "checksum": "97cdd41ef23faee5965cc1824a84ba9077e1aa5d", "dest": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "gid": 3001, "group": "podman_basic_user", "md5sum": "b1ee21ccd2c99efb9d9ae3c832904d23", "mode": "0644", "owner": "podman_basic_user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 762, "src": "/root/.ansible/tmp/ansible-tmp-1733590042.534563-11282-202130423772010/.source.yml", "state": "file", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Saturday 07 December 2024 11:47:23 -0500 (0:00:00.780) 0:04:07.617 ***** changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "changed": true } STDOUT: Pod: 3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4 Container: 7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377 STDERR: time="2024-12-07T11:47:23-05:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2024-12-07T11:47:23-05:00" level=debug msg="Called kube.PersistentPreRunE(/usr/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml)" time="2024-12-07T11:47:23-05:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2024-12-07T11:47:23-05:00" level=info msg="Using sqlite as database backend" time="2024-12-07T11:47:23-05:00" level=debug msg="systemd-logind: Unknown object '/'." time="2024-12-07T11:47:23-05:00" level=debug msg="Using graph driver overlay" time="2024-12-07T11:47:23-05:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2024-12-07T11:47:23-05:00" level=debug msg="Using run root /run/user/3001/containers" time="2024-12-07T11:47:23-05:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2024-12-07T11:47:23-05:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2024-12-07T11:47:23-05:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2024-12-07T11:47:23-05:00" level=debug msg="Using transient store: false" time="2024-12-07T11:47:23-05:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2024-12-07T11:47:23-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2024-12-07T11:47:23-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2024-12-07T11:47:23-05:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2024-12-07T11:47:23-05:00" level=debug msg="Cached value indicated that native-diff is usable" time="2024-12-07T11:47:23-05:00" level=debug msg="backingFs=extfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2024-12-07T11:47:23-05:00" level=debug msg="Initializing event backend journald" time="2024-12-07T11:47:23-05:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2024-12-07T11:47:23-05:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2024-12-07T11:47:23-05:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2024-12-07T11:47:23-05:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2024-12-07T11:47:23-05:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2024-12-07T11:47:23-05:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2024-12-07T11:47:23-05:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2024-12-07T11:47:23-05:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2024-12-07T11:47:23-05:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2024-12-07T11:47:23-05:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2024-12-07T11:47:23-05:00" level=info msg="Setting parallel job count to 7" time="2024-12-07T11:47:23-05:00" level=debug msg="Successfully loaded 1 networks" time="2024-12-07T11:47:23-05:00" level=debug msg="found free device name podman1" time="2024-12-07T11:47:23-05:00" level=debug msg="found free ipv4 network subnet 10.89.0.0/24" time="2024-12-07T11:47:23-05:00" level=debug msg="Looking up image \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage" time="2024-12-07T11:47:23-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:47:23-05:00" level=debug msg="Trying \"localhost/podman-pause:5.3.1-1732147200\" ..." time="2024-12-07T11:47:23-05:00" level=debug msg="reference \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.3.1-1732147200\" does not resolve to an image ID" time="2024-12-07T11:47:23-05:00" level=debug msg="Trying \"localhost/podman-pause:5.3.1-1732147200\" ..." time="2024-12-07T11:47:23-05:00" level=debug msg="reference \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.3.1-1732147200\" does not resolve to an image ID" time="2024-12-07T11:47:23-05:00" level=debug msg="Trying \"localhost/podman-pause:5.3.1-1732147200\" ..." time="2024-12-07T11:47:23-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:47:23-05:00" level=debug msg="FROM \"scratch\"" time="2024-12-07T11:47:23-05:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are not supported" time="2024-12-07T11:47:23-05:00" level=debug msg="Check for idmapped mounts support " time="2024-12-07T11:47:23-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:47:23-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:47:23-05:00" level=debug msg="overlay: test mount indicated that volatile is being used" time="2024-12-07T11:47:23-05:00" level=debug msg="overlay: mount_data=lowerdir=/home/podman_basic_user/.local/share/containers/storage/overlay/16b3a0ffde0630d34a6b907bd89bc64f52620527f521e4aff187ae4abc03136a/empty,upperdir=/home/podman_basic_user/.local/share/containers/storage/overlay/16b3a0ffde0630d34a6b907bd89bc64f52620527f521e4aff187ae4abc03136a/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/16b3a0ffde0630d34a6b907bd89bc64f52620527f521e4aff187ae4abc03136a/work,userxattr,volatile,context=\"system_u:object_r:container_file_t:s0:c678,c955\"" time="2024-12-07T11:47:23-05:00" level=debug msg="Container ID: 5e5eeb89ea847603115fe2e464f10aa690a070c2232890e07fc0c5443437398d" time="2024-12-07T11:47:23-05: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="2024-12-07T11:47:23-05: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="2024-12-07T11:47:23-05:00" level=debug msg="EnsureContainerPath \"/\" (owner \"\", mode 0) in \"5e5eeb89ea847603115fe2e464f10aa690a070c2232890e07fc0c5443437398d\"" time="2024-12-07T11:47:23-05:00" level=debug msg="added content file:ef22b49b4217ffa3d4bdd88612e6affcc35f06107e64a971e4307637d7e26bdd" time="2024-12-07T11:47:23-05: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="2024-12-07T11:47:23-05:00" level=debug msg="EnsureContainerPath \"/\" (owner \"\", mode 0) in \"5e5eeb89ea847603115fe2e464f10aa690a070c2232890e07fc0c5443437398d\"" time="2024-12-07T11:47:23-05:00" level=debug msg="COMMIT localhost/podman-pause:5.3.1-1732147200" time="2024-12-07T11:47:23-05:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.3.1-1732147200\"" time="2024-12-07T11:47:23-05:00" level=debug msg="COMMIT \"containers-storage:[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.3.1-1732147200\"" time="2024-12-07T11:47:23-05: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.3.1-1732147200\" is allowed by policy" time="2024-12-07T11:47:23-05:00" level=debug msg="layer list: [\"16b3a0ffde0630d34a6b907bd89bc64f52620527f521e4aff187ae4abc03136a\"]" time="2024-12-07T11:47:23-05:00" level=debug msg="using \"/var/tmp/buildah4026368769\" to hold temporary data" time="2024-12-07T11:47:23-05:00" level=debug msg="Tar with options on /home/podman_basic_user/.local/share/containers/storage/overlay/16b3a0ffde0630d34a6b907bd89bc64f52620527f521e4aff187ae4abc03136a/diff" time="2024-12-07T11:47:23-05:00" level=debug msg="layer \"16b3a0ffde0630d34a6b907bd89bc64f52620527f521e4aff187ae4abc03136a\" size is 756736 bytes, uncompressed digest sha256:0c20acffb13b880a140476bbf2c597a5460545f34cbf54b6a65b3ef0f1335bbe, possibly-compressed digest sha256:0c20acffb13b880a140476bbf2c597a5460545f34cbf54b6a65b3ef0f1335bbe" time="2024-12-07T11:47:23-05:00" level=debug msg="OCIv1 config = {\"created\":\"2024-12-07T16:47:23.925694352Z\",\"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.38.0\"}},\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:0c20acffb13b880a140476bbf2c597a5460545f34cbf54b6a65b3ef0f1335bbe\"]},\"history\":[{\"created\":\"2024-12-07T16:47:23.892523023Z\",\"created_by\":\"/bin/sh -c #(nop) COPY file:ef22b49b4217ffa3d4bdd88612e6affcc35f06107e64a971e4307637d7e26bdd in /catatonit \",\"empty_layer\":true},{\"created\":\"2024-12-07T16:47:23.929007706Z\",\"created_by\":\"/bin/sh -c #(nop) ENTRYPOINT [\\\"/catatonit\\\", \\\"-P\\\"]\"}]}" time="2024-12-07T11:47:23-05: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:2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a\",\"size\":685},\"layers\":[{\"mediaType\":\"application/vnd.oci.image.layer.v1.tar\",\"digest\":\"sha256:0c20acffb13b880a140476bbf2c597a5460545f34cbf54b6a65b3ef0f1335bbe\",\"size\":756736}],\"annotations\":{\"org.opencontainers.image.base.digest\":\"\",\"org.opencontainers.image.base.name\":\"\"}}" time="2024-12-07T11:47:23-05:00" level=debug msg="Docker v2s2 config = {\"created\":\"2024-12-07T16:47:23.925694352Z\",\"container\":\"5e5eeb89ea847603115fe2e464f10aa690a070c2232890e07fc0c5443437398d\",\"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.38.0\"}},\"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.38.0\"}},\"architecture\":\"amd64\",\"os\":\"linux\",\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:0c20acffb13b880a140476bbf2c597a5460545f34cbf54b6a65b3ef0f1335bbe\"]},\"history\":[{\"created\":\"2024-12-07T16:47:23.892523023Z\",\"created_by\":\"/bin/sh -c #(nop) COPY file:ef22b49b4217ffa3d4bdd88612e6affcc35f06107e64a971e4307637d7e26bdd in /catatonit \",\"empty_layer\":true},{\"created\":\"2024-12-07T16:47:23.929007706Z\",\"created_by\":\"/bin/sh -c #(nop) ENTRYPOINT [\\\"/catatonit\\\", \\\"-P\\\"]\"}]}" time="2024-12-07T11:47:23-05: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:faa224357297403b15348364b559afeee6e0016a3808cc5b978cd53e3cb1e771\"},\"layers\":[{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar\",\"size\":756736,\"digest\":\"sha256:0c20acffb13b880a140476bbf2c597a5460545f34cbf54b6a65b3ef0f1335bbe\"}]}" time="2024-12-07T11:47:23-05:00" level=debug msg="Using SQLite blob info cache at /home/podman_basic_user/.local/share/containers/cache/blob-info-cache-v1.sqlite" time="2024-12-07T11:47:23-05:00" level=debug msg="IsRunningImageAllowed for image containers-storage:" time="2024-12-07T11:47:23-05:00" level=debug msg=" Using transport \"containers-storage\" policy section \"\"" time="2024-12-07T11:47:23-05:00" level=debug msg=" Requirement 0: allowed" time="2024-12-07T11:47:23-05:00" level=debug msg="Overall: allowed" time="2024-12-07T11:47:23-05:00" level=debug msg="start reading config" time="2024-12-07T11:47:23-05:00" level=debug msg="finished reading config" time="2024-12-07T11:47:23-05: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="2024-12-07T11:47:23-05:00" level=debug msg="... will first try using the original manifest unmodified" time="2024-12-07T11:47:23-05:00" level=debug msg="Checking if we can reuse blob sha256:0c20acffb13b880a140476bbf2c597a5460545f34cbf54b6a65b3ef0f1335bbe: general substitution = true, compression for MIME type \"application/vnd.oci.image.layer.v1.tar\" = true" time="2024-12-07T11:47:23-05:00" level=debug msg="reading layer \"sha256:0c20acffb13b880a140476bbf2c597a5460545f34cbf54b6a65b3ef0f1335bbe\"" time="2024-12-07T11:47:23-05:00" level=debug msg="No compression detected" time="2024-12-07T11:47:23-05:00" level=debug msg="Using original blob without modification" time="2024-12-07T11:47:23-05:00" level=debug msg="Applying tar in /home/podman_basic_user/.local/share/containers/storage/overlay/0c20acffb13b880a140476bbf2c597a5460545f34cbf54b6a65b3ef0f1335bbe/diff" time="2024-12-07T11:47:24-05:00" level=debug msg="finished reading layer \"sha256:0c20acffb13b880a140476bbf2c597a5460545f34cbf54b6a65b3ef0f1335bbe\"" time="2024-12-07T11:47:24-05:00" level=debug msg="No compression detected" time="2024-12-07T11:47:24-05:00" level=debug msg="Compression change for blob sha256:2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a (\"application/vnd.oci.image.config.v1+json\") not supported" time="2024-12-07T11:47:24-05:00" level=debug msg="Using original blob without modification" time="2024-12-07T11:47:24-05:00" level=debug msg="setting image creation date to 2024-12-07 16:47:23.925694352 +0000 UTC" time="2024-12-07T11:47:24-05:00" level=debug msg="created new image ID \"2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a\" with metadata \"{}\"" time="2024-12-07T11:47:24-05:00" level=debug msg="added name \"localhost/podman-pause:5.3.1-1732147200\" to image \"2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a\"" time="2024-12-07T11:47:24-05:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]localhost/podman-pause:5.3.1-1732147200\"" time="2024-12-07T11:47:24-05:00" level=debug msg="printing final image id \"2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Pod using bridge network mode" time="2024-12-07T11:47:24-05:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4.slice for parent user.slice and name libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4" time="2024-12-07T11:47:24-05:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4.slice" time="2024-12-07T11:47:24-05:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4.slice" time="2024-12-07T11:47:24-05:00" level=debug msg="Looking up image \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage" time="2024-12-07T11:47:24-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:47:24-05:00" level=debug msg="Trying \"localhost/podman-pause:5.3.1-1732147200\" ..." time="2024-12-07T11:47:24-05:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Found image \"localhost/podman-pause:5.3.1-1732147200\" as \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage" time="2024-12-07T11:47:24-05:00" level=debug msg="Found image \"localhost/podman-pause:5.3.1-1732147200\" as \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage ([overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a)" time="2024-12-07T11:47:24-05:00" level=debug msg="exporting opaque data as blob \"sha256:2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Inspecting image 2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a" time="2024-12-07T11:47:24-05:00" level=debug msg="exporting opaque data as blob \"sha256:2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Inspecting image 2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a" time="2024-12-07T11:47:24-05:00" level=debug msg="Inspecting image 2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a" time="2024-12-07T11:47:24-05:00" level=debug msg="using systemd mode: false" time="2024-12-07T11:47:24-05:00" level=debug msg="setting container name 3af3fd9a3068-infra" time="2024-12-07T11:47:24-05:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 444741232df7ab0a770ee98b657a3efb8cb21264814ce72d176645178874b52d bridge podman1 2024-12-07 11:47:23.73108947 -0500 EST [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2024-12-07T11:47:24-05:00" level=debug msg="Successfully loaded 2 networks" time="2024-12-07T11:47:24-05:00" level=debug msg="Allocated lock 1 for container d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa" time="2024-12-07T11:47:24-05:00" level=debug msg="exporting opaque data as blob \"sha256:2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Created container \"d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Container \"d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa/userdata\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Container \"d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa\" has run directory \"/run/user/3001/containers/overlay-containers/d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa/userdata\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:24-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:47:24-05:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2024-12-07T11:47:24-05:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:24-05: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="2024-12-07T11:47:24-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2024-12-07T11:47:24-05:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:24-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:47:24-05:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2024-12-07T11:47:24-05:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:24-05: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="2024-12-07T11:47:24-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:24-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:47:24-05:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2024-12-07T11:47:24-05:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:24-05: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="2024-12-07T11:47:24-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2024-12-07T11:47:24-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:24-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:24-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:47:24-05:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2024-12-07T11:47:24-05:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:24-05: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="2024-12-07T11:47:24-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2024-12-07T11:47:24-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:24-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2024-12-07T11:47:24-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2024-12-07T11:47:24-05:00" level=debug msg="using systemd mode: false" time="2024-12-07T11:47:24-05:00" level=debug msg="adding container to pod httpd1" time="2024-12-07T11:47:24-05:00" level=debug msg="setting container name httpd1-httpd1" time="2024-12-07T11:47:24-05:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2024-12-07T11:47:24-05:00" level=info msg="Sysctl net.ipv4.ping_group_range=0 0 ignored in containers.conf, since Network Namespace set to host" time="2024-12-07T11:47:24-05:00" level=debug msg="Adding mount /proc" time="2024-12-07T11:47:24-05:00" level=debug msg="Adding mount /dev" time="2024-12-07T11:47:24-05:00" level=debug msg="Adding mount /dev/pts" time="2024-12-07T11:47:24-05:00" level=debug msg="Adding mount /dev/mqueue" time="2024-12-07T11:47:24-05:00" level=debug msg="Adding mount /sys" time="2024-12-07T11:47:24-05:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2024-12-07T11:47:24-05:00" level=debug msg="Allocated lock 2 for container 7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377" time="2024-12-07T11:47:24-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Created container \"7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Container \"7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377/userdata\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Container \"7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377\" has run directory \"/run/user/3001/containers/overlay-containers/7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377/userdata\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Strongconnecting node d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa" time="2024-12-07T11:47:24-05:00" level=debug msg="Pushed d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa onto stack" time="2024-12-07T11:47:24-05:00" level=debug msg="Finishing node d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa. Popped d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa off stack" time="2024-12-07T11:47:24-05:00" level=debug msg="Strongconnecting node 7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377" time="2024-12-07T11:47:24-05:00" level=debug msg="Pushed 7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377 onto stack" time="2024-12-07T11:47:24-05:00" level=debug msg="Finishing node 7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377. Popped 7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377 off stack" time="2024-12-07T11:47:24-05:00" level=debug msg="Made network namespace at /run/user/3001/netns/netns-2548f245-4589-c40d-101f-a49b0c191041 for container d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa" time="2024-12-07T11:47:24-05:00" level=debug msg="overlay: mount_data=lowerdir=/home/podman_basic_user/.local/share/containers/storage/overlay/l/BTZWQESWAR77Z2LDGH4JPYSJNT,upperdir=/home/podman_basic_user/.local/share/containers/storage/overlay/8c231be011b835b75cb378c7e3c84a3a7ef55e6293f8c58df569653857530f45/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/8c231be011b835b75cb378c7e3c84a3a7ef55e6293f8c58df569653857530f45/work,userxattr,context=\"system_u:object_r:container_file_t:s0:c33,c510\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Creating rootless network namespace at \"/run/user/3001/containers/networks/rootless-netns/rootless-netns\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Mounted container \"d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa\" at \"/home/podman_basic_user/.local/share/containers/storage/overlay/8c231be011b835b75cb378c7e3c84a3a7ef55e6293f8c58df569653857530f45/merged\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Created root filesystem for container d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa at /home/podman_basic_user/.local/share/containers/storage/overlay/8c231be011b835b75cb378c7e3c84a3a7ef55e6293f8c58df569653857530f45/merged" time="2024-12-07T11:47:24-05: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="2024-12-07T11:47:24-05:00" level=info msg="pasta logged warnings: \"Couldn't get any nameserver address\"" time="2024-12-07T11:47:24-05:00" level=debug msg="found local resolver, using \"/run/systemd/resolve/resolv.conf\" to get the nameservers" time="2024-12-07T11:47:24-05:00" level=debug msg="The path of /etc/resolv.conf in the mount ns is \"/run/systemd/resolve/stub-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_44474123_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: "46:48:93:eb:35:37", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2024-12-07T11:47:24-05:00" level=debug msg="rootlessport: time=\"2024-12-07T11:47:24-05:00\" level=info msg=\"Starting parent driver\"\n" time="2024-12-07T11:47:24-05:00" level=debug msg="rootlessport: time=\"2024-12-07T11:47:24-05:00\" level=info msg=\"opaque=map[builtin.readypipepath:/run/user/3001/libpod/tmp/rootlessport875298878/.bp-ready.pipe builtin.socketpath:/run/user/3001/libpod/tmp/rootlessport875298878/.bp.sock]\"\n" time="2024-12-07T11:47:24-05:00" level=debug msg="rootlessport: time=\"2024-12-07T11:47:24-05:00\" level=info msg=\"Starting child driver in child netns (\\\"/proc/self/exe\\\" [rootlessport-child])\"\n" time="2024-12-07T11:47:24-05:00" level=debug msg="rootlessport: time=\"2024-12-07T11:47:24-05:00\" level=info msg=\"Waiting for initComplete\"\n" time="2024-12-07T11:47:24-05:00" level=debug msg="rootlessport: time=\"2024-12-07T11:47:24-05:00\" level=info msg=\"initComplete is closed; parent and child established the communication channel\"\ntime=\"2024-12-07T11:47:24-05:00\" level=info msg=\"Exposing ports [{ 80 15001 1 tcp}]\"\n" time="2024-12-07T11:47:24-05:00" level=debug msg="rootlessport is ready" time="2024-12-07T11:47:24-05:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2024-12-07T11:47:24-05:00" level=debug msg="Setting Cgroups for container d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa to user-libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4.slice:libpod:d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa" time="2024-12-07T11:47:24-05:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2024-12-07T11:47:24-05:00" level=debug msg="Workdir \"/\" resolved to host path \"/home/podman_basic_user/.local/share/containers/storage/overlay/8c231be011b835b75cb378c7e3c84a3a7ef55e6293f8c58df569653857530f45/merged\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Created OCI spec for container d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa/userdata/config.json" time="2024-12-07T11:47:24-05:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4.slice for parent user.slice and name libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4" time="2024-12-07T11:47:24-05:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4.slice" time="2024-12-07T11:47:24-05:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4.slice" time="2024-12-07T11:47:24-05:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2024-12-07T11:47:24-05:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa -u d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa/userdata -p /run/user/3001/containers/overlay-containers/d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa/userdata/pidfile -n 3af3fd9a3068-infra --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa/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 journald --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg --stopped-only --exit-command-arg d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa]" time="2024-12-07T11:47:24-05:00" level=info msg="Running conmon under slice user-libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4.slice and unitName libpod-conmon-d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2024-12-07T11:47:24-05:00" level=debug msg="Received: 24768" time="2024-12-07T11:47:24-05:00" level=info msg="Got Conmon PID as 24766" time="2024-12-07T11:47:24-05:00" level=debug msg="Created container d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa in OCI runtime" time="2024-12-07T11:47:24-05:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2024-12-07T11:47:24-05:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2024-12-07T11:47:24-05:00" level=debug msg="found local resolver, using \"/run/systemd/resolve/resolv.conf\" to get the nameservers" time="2024-12-07T11:47:24-05:00" level=debug msg="Starting container d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa with command [/catatonit -P]" time="2024-12-07T11:47:24-05:00" level=debug msg="Started container d7dffd1b8ad94e254cd1504fa2c254a62ee5c0ddac90e541e9e6c758ba6a08aa" time="2024-12-07T11:47:24-05:00" level=debug msg="overlay: mount_data=lowerdir=/home/podman_basic_user/.local/share/containers/storage/overlay/l/5TIK5MFKEA4FXAGAGENYEEHZVX,upperdir=/home/podman_basic_user/.local/share/containers/storage/overlay/6f4bcc70830bccaa170e0005f5a15b4aabdfac6f561ac7137b4fcd883b180de0/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/6f4bcc70830bccaa170e0005f5a15b4aabdfac6f561ac7137b4fcd883b180de0/work,userxattr,context=\"system_u:object_r:container_file_t:s0:c33,c510\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Mounted container \"7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377\" at \"/home/podman_basic_user/.local/share/containers/storage/overlay/6f4bcc70830bccaa170e0005f5a15b4aabdfac6f561ac7137b4fcd883b180de0/merged\"" time="2024-12-07T11:47:24-05:00" level=debug msg="Created root filesystem for container 7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377 at /home/podman_basic_user/.local/share/containers/storage/overlay/6f4bcc70830bccaa170e0005f5a15b4aabdfac6f561ac7137b4fcd883b180de0/merged" time="2024-12-07T11:47:24-05:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2024-12-07T11:47:24-05:00" level=debug msg="Setting Cgroups for container 7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377 to user-libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4.slice:libpod:7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377" time="2024-12-07T11:47:24-05:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2024-12-07T11:47:24-05:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2024-12-07T11:47:24-05:00" level=debug msg="Created OCI spec for container 7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377 at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377/userdata/config.json" time="2024-12-07T11:47:24-05:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4.slice for parent user.slice and name libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4" time="2024-12-07T11:47:24-05:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4.slice" time="2024-12-07T11:47:24-05:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4.slice" time="2024-12-07T11:47:24-05:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2024-12-07T11:47:24-05:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377 -u 7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377 -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377/userdata -p /run/user/3001/containers/overlay-containers/7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377/userdata/pidfile -n httpd1-httpd1 --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377/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 journald --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg --stopped-only --exit-command-arg 7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377]" time="2024-12-07T11:47:24-05:00" level=info msg="Running conmon under slice user-libpod_pod_3af3fd9a3068ce2ce65dad5552bf976acea438a6b7b1fde213661c70052bcdd4.slice and unitName libpod-conmon-7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2024-12-07T11:47:24-05:00" level=debug msg="Received: 24773" time="2024-12-07T11:47:24-05:00" level=info msg="Got Conmon PID as 24771" time="2024-12-07T11:47:24-05:00" level=debug msg="Created container 7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377 in OCI runtime" time="2024-12-07T11:47:24-05:00" level=debug msg="Starting container 7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377 with command [/bin/busybox-extras httpd -f -p 80]" time="2024-12-07T11:47:24-05:00" level=debug msg="Started container 7af98a85ceace24c45626a1b081910af5cb1792d3ca8874234d5bc27092cc377" time="2024-12-07T11:47:24-05:00" level=debug msg="Called kube.PersistentPostRunE(/usr/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml)" time="2024-12-07T11:47:24-05:00" level=debug msg="Shutting down engines" TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Saturday 07 December 2024 11:47:24 -0500 (0:00:01.369) 0:04:08.987 ***** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Saturday 07 December 2024 11:47:25 -0500 (0:00:00.764) 0:04:09.752 ***** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "\"app-podman\\\\x2dkube.slice\" basic.target -.mount run-user-3001.mount network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "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", "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", "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)\"", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3859173376", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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": "4421", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 07 December 2024 11:47:26 -0500 (0:00:00.870) 0:04:10.622 ***** changed: [managed-node2] => { "changed": true, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target -.mount run-user-3001.mount \"app-podman\\\\x2dkube.slice\" basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "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", "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", "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)\"", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3858444288", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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": "4421", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Saturday 07 December 2024 11:47:37 -0500 (0:00:11.376) 0:04:21.999 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:47:37 -0500 (0:00:00.156) 0:04:22.156 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_eq02a8_x_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:47:37 -0500 (0:00:00.126) 0:04:22.282 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_eq02a8_x_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:47:38 -0500 (0:00:00.150) 0:04:22.433 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:47:38 -0500 (0:00:00.086) 0:04:22.519 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:47:38 -0500 (0:00:00.142) 0:04:22.662 ***** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:47:38 -0500 (0:00:00.494) 0:04:23.157 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:47:38 -0500 (0:00:00.102) 0:04:23.259 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:47:38 -0500 (0:00:00.122) 0:04:23.382 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:47:39 -0500 (0:00:00.470) 0:04:23.852 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:47:39 -0500 (0:00:00.069) 0:04:23.921 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:47:39 -0500 (0:00:00.074) 0:04:23.995 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:47:39 -0500 (0:00:00.081) 0:04:24.076 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:47:39 -0500 (0:00:00.088) 0:04:24.165 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:47:40 -0500 (0:00:00.347) 0:04:24.512 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:47:40 -0500 (0:00:00.103) 0:04:24.615 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:47:40 -0500 (0:00:00.112) 0:04:24.728 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:47:40 -0500 (0:00:00.087) 0:04:24.816 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:47:40 -0500 (0:00:00.116) 0:04:24.933 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:47:40 -0500 (0:00:00.155) 0:04:25.088 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:47:40 -0500 (0:00:00.129) 0:04:25.218 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:47:40 -0500 (0:00:00.127) 0:04:25.346 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:47:41 -0500 (0:00:00.085) 0:04:25.431 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005683", "end": "2024-12-07 11:47:41.391873", "rc": 0, "start": "2024-12-07 11:47:41.386190" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:47:41 -0500 (0:00:00.481) 0:04:25.913 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:47:41 -0500 (0:00:00.086) 0:04:26.000 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 07 December 2024 11:47:41 -0500 (0:00:00.173) 0:04:26.174 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:47:41 -0500 (0:00:00.129) 0:04:26.303 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:47:42 -0500 (0:00:00.106) 0:04:26.410 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:47:42 -0500 (0:00:00.097) 0:04:26.507 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 07 December 2024 11:47:42 -0500 (0:00:00.127) 0:04:26.635 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_eq02a8_x_podman/httpd2", "/tmp/lsr_eq02a8_x_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 07 December 2024 11:47:42 -0500 (0:00:00.208) 0:04:26.843 ***** ok: [managed-node2] => (item=/tmp/lsr_eq02a8_x_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_eq02a8_x_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_eq02a8_x_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 60, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_eq02a8_x_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_eq02a8_x_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_eq02a8_x_podman/httpd2-create", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 07 December 2024 11:47:43 -0500 (0:00:01.093) 0:04:27.936 ***** ok: [managed-node2] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Saturday 07 December 2024 11:47:45 -0500 (0:00:01.954) 0:04:29.890 ***** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Saturday 07 December 2024 11:47:45 -0500 (0:00:00.449) 0:04:30.339 ***** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Saturday 07 December 2024 11:47:46 -0500 (0:00:00.461) 0:04:30.800 ***** changed: [managed-node2] => { "changed": true, "checksum": "070d73e1bfd40a0cb70e9343b615bc69e5d9bf67", "dest": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "gid": 0, "group": "root", "md5sum": "d36b8a8266ac07235017a3566ced583e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 762, "src": "/root/.ansible/tmp/ansible-tmp-1733590066.4594975-12238-51346950234815/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Saturday 07 December 2024 11:47:47 -0500 (0:00:00.745) 0:04:31.546 ***** changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml" ], "changed": true } STDOUT: Pod: 64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b Container: 9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d STDERR: time="2024-12-07T11:47:47-05:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2024-12-07T11:47:47-05: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="2024-12-07T11:47:47-05:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2024-12-07T11:47:47-05:00" level=info msg="Using sqlite as database backend" time="2024-12-07T11:47:47-05:00" level=debug msg="Using graph driver overlay" time="2024-12-07T11:47:47-05:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2024-12-07T11:47:47-05:00" level=debug msg="Using run root /run/containers/storage" time="2024-12-07T11:47:47-05:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2024-12-07T11:47:47-05:00" level=debug msg="Using tmp dir /run/libpod" time="2024-12-07T11:47:47-05:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2024-12-07T11:47:47-05:00" level=debug msg="Using transient store: false" time="2024-12-07T11:47:47-05:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2024-12-07T11:47:47-05:00" level=debug msg="overlay: imagestore=/usr/lib/containers/storage" time="2024-12-07T11:47:47-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2024-12-07T11:47:47-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2024-12-07T11:47:47-05:00" level=debug msg="Cached value indicated that metacopy is being used" time="2024-12-07T11:47:47-05:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2024-12-07T11:47:47-05: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="2024-12-07T11:47:47-05:00" level=debug msg="backingFs=extfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2024-12-07T11:47:47-05:00" level=debug msg="Initializing event backend journald" time="2024-12-07T11:47:47-05:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2024-12-07T11:47:47-05:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2024-12-07T11:47:47-05:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2024-12-07T11:47:47-05:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2024-12-07T11:47:47-05:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2024-12-07T11:47:47-05:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2024-12-07T11:47:47-05:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2024-12-07T11:47:47-05:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2024-12-07T11:47:47-05:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2024-12-07T11:47:47-05:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2024-12-07T11:47:47-05:00" level=info msg="Setting parallel job count to 7" time="2024-12-07T11:47:47-05:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 42d371e3bd6a83407c227e57045a0de0b83e4a8de23ead04da2e365a01c14186 bridge podman1 2024-12-07 11:45:22.53906653 -0500 EST [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2024-12-07T11:47:47-05:00" level=debug msg="Successfully loaded 2 networks" time="2024-12-07T11:47:47-05:00" level=debug msg="Looking up image \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage" time="2024-12-07T11:47:47-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:47:47-05:00" level=debug msg="Trying \"localhost/podman-pause:5.3.1-1732147200\" ..." time="2024-12-07T11:47:47-05:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@e65712d31044925d96acfb4485527e716afec2958884cd0e739c53cce89720cb\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Found image \"localhost/podman-pause:5.3.1-1732147200\" as \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage" time="2024-12-07T11:47:47-05:00" level=debug msg="Found image \"localhost/podman-pause:5.3.1-1732147200\" as \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@e65712d31044925d96acfb4485527e716afec2958884cd0e739c53cce89720cb)" time="2024-12-07T11:47:47-05:00" level=debug msg="exporting opaque data as blob \"sha256:e65712d31044925d96acfb4485527e716afec2958884cd0e739c53cce89720cb\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Pod using bridge network mode" time="2024-12-07T11:47:47-05:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b.slice for parent machine.slice and name libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b" time="2024-12-07T11:47:47-05:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b.slice" time="2024-12-07T11:47:47-05:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b.slice" time="2024-12-07T11:47:47-05:00" level=debug msg="Looking up image \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage" time="2024-12-07T11:47:47-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:47:47-05:00" level=debug msg="Trying \"localhost/podman-pause:5.3.1-1732147200\" ..." time="2024-12-07T11:47:47-05:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@e65712d31044925d96acfb4485527e716afec2958884cd0e739c53cce89720cb\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Found image \"localhost/podman-pause:5.3.1-1732147200\" as \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage" time="2024-12-07T11:47:47-05:00" level=debug msg="Found image \"localhost/podman-pause:5.3.1-1732147200\" as \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@e65712d31044925d96acfb4485527e716afec2958884cd0e739c53cce89720cb)" time="2024-12-07T11:47:47-05:00" level=debug msg="exporting opaque data as blob \"sha256:e65712d31044925d96acfb4485527e716afec2958884cd0e739c53cce89720cb\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Inspecting image e65712d31044925d96acfb4485527e716afec2958884cd0e739c53cce89720cb" time="2024-12-07T11:47:47-05:00" level=debug msg="exporting opaque data as blob \"sha256:e65712d31044925d96acfb4485527e716afec2958884cd0e739c53cce89720cb\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Inspecting image e65712d31044925d96acfb4485527e716afec2958884cd0e739c53cce89720cb" time="2024-12-07T11:47:47-05:00" level=debug msg="Inspecting image e65712d31044925d96acfb4485527e716afec2958884cd0e739c53cce89720cb" time="2024-12-07T11:47:47-05:00" level=debug msg="using systemd mode: false" time="2024-12-07T11:47:47-05:00" level=debug msg="setting container name 64c32919462f-infra" time="2024-12-07T11:47:47-05:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Allocated lock 1 for container 7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8" time="2024-12-07T11:47:47-05:00" level=debug msg="exporting opaque data as blob \"sha256:e65712d31044925d96acfb4485527e716afec2958884cd0e739c53cce89720cb\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are supported" time="2024-12-07T11:47:47-05:00" level=debug msg="Created container \"7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Container \"7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8\" has work directory \"/var/lib/containers/storage/overlay-containers/7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8/userdata\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Container \"7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8\" has run directory \"/run/containers/storage/overlay-containers/7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8/userdata\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:47-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:47:47-05:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2024-12-07T11:47:47-05:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:47-05: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.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2024-12-07T11:47:47-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2024-12-07T11:47:47-05:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:47-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:47:47-05:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2024-12-07T11:47:47-05:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:47-05: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.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2024-12-07T11:47:47-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:47-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:47:47-05:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2024-12-07T11:47:47-05:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:47-05: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.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2024-12-07T11:47:47-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2024-12-07T11:47:47-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:47-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:47-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:47:47-05:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2024-12-07T11:47:47-05:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2024-12-07T11:47:47-05: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.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2024-12-07T11:47:47-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2024-12-07T11:47:47-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:47-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2024-12-07T11:47:47-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2024-12-07T11:47:47-05:00" level=debug msg="using systemd mode: false" time="2024-12-07T11:47:47-05:00" level=debug msg="adding container to pod httpd2" time="2024-12-07T11:47:47-05:00" level=debug msg="setting container name httpd2-httpd2" time="2024-12-07T11:47:47-05:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2024-12-07T11:47:47-05:00" level=info msg="Sysctl net.ipv4.ping_group_range=0 0 ignored in containers.conf, since Network Namespace set to host" time="2024-12-07T11:47:47-05:00" level=debug msg="Adding mount /proc" time="2024-12-07T11:47:47-05:00" level=debug msg="Adding mount /dev" time="2024-12-07T11:47:47-05:00" level=debug msg="Adding mount /dev/pts" time="2024-12-07T11:47:47-05:00" level=debug msg="Adding mount /dev/mqueue" time="2024-12-07T11:47:47-05:00" level=debug msg="Adding mount /sys" time="2024-12-07T11:47:47-05:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2024-12-07T11:47:47-05:00" level=debug msg="Allocated lock 2 for container 9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d" time="2024-12-07T11:47:47-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Created container \"9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Container \"9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d\" has work directory \"/var/lib/containers/storage/overlay-containers/9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d/userdata\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Container \"9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d\" has run directory \"/run/containers/storage/overlay-containers/9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d/userdata\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Strongconnecting node 7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8" time="2024-12-07T11:47:47-05:00" level=debug msg="Pushed 7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8 onto stack" time="2024-12-07T11:47:47-05:00" level=debug msg="Finishing node 7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8. Popped 7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8 off stack" time="2024-12-07T11:47:47-05:00" level=debug msg="Strongconnecting node 9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d" time="2024-12-07T11:47:47-05:00" level=debug msg="Pushed 9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d onto stack" time="2024-12-07T11:47:47-05:00" level=debug msg="Finishing node 9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d. Popped 9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d off stack" time="2024-12-07T11:47:47-05:00" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/l/PPULFPQTAOS3Z2RNXE6C5HDYAK,upperdir=/var/lib/containers/storage/overlay/9eef18d8929e0178ce271276b0395a1d68a1b045c2042a6501faac6f9215a7e3/diff,workdir=/var/lib/containers/storage/overlay/9eef18d8929e0178ce271276b0395a1d68a1b045c2042a6501faac6f9215a7e3/work,nodev,metacopy=on,context=\"system_u:object_r:container_file_t:s0:c684,c828\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Mounted container \"7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8\" at \"/var/lib/containers/storage/overlay/9eef18d8929e0178ce271276b0395a1d68a1b045c2042a6501faac6f9215a7e3/merged\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Created root filesystem for container 7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8 at /var/lib/containers/storage/overlay/9eef18d8929e0178ce271276b0395a1d68a1b045c2042a6501faac6f9215a7e3/merged" time="2024-12-07T11:47:47-05:00" level=debug msg="Made network namespace at /run/netns/netns-ee96b320-cab9-8cd7-ece7-fb5cffd9a9b3 for container 7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8" [DEBUG netavark::network::validation] Validating network namespace... [DEBUG netavark::commands::setup] Setting up... [INFO netavark::firewall] Using nftables firewall driver [DEBUG netavark::network::bridge] Setup network podman-default-kube-network [DEBUG netavark::network::bridge] Container interface name: eth0 with IP addresses [10.89.0.2/24] [DEBUG netavark::network::bridge] Bridge name: podman1 with IP addresses [10.89.0.1/24] [DEBUG netavark::network::core_utils] Setting sysctl value for net.ipv4.ip_forward to 1 [DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv4/conf/podman1/rp_filter to 2 [DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv6/conf/eth0/autoconf to 0 [DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv4/conf/eth0/arp_notify to 1 [DEBUG netavark::network::core_utils] Setting sysctl value for /proc/sys/net/ipv4/conf/eth0/rp_filter to 2 [INFO netavark::network::netlink] Adding route (dest: 0.0.0.0/0 ,gw: 10.89.0.1, metric 100) [DEBUG netavark::firewall::firewalld] Adding firewalld rules for network 10.89.0.0/24 [DEBUG netavark::firewall::firewalld] Adding subnet 10.89.0.0/24 to zone trusted as source [INFO netavark::firewall::nft] Creating container chain nv_42d371e3_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: "7e:59:88:b5:31:87", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2024-12-07T11:47:47-05:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2024-12-07T11:47:47-05:00" level=debug msg="Setting Cgroups for container 7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8 to machine-libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b.slice:libpod:7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8" time="2024-12-07T11:47:47-05:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2024-12-07T11:47:47-05:00" level=debug msg="Workdir \"/\" resolved to host path \"/var/lib/containers/storage/overlay/9eef18d8929e0178ce271276b0395a1d68a1b045c2042a6501faac6f9215a7e3/merged\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Created OCI spec for container 7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8 at /var/lib/containers/storage/overlay-containers/7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8/userdata/config.json" time="2024-12-07T11:47:47-05:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b.slice for parent machine.slice and name libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b" time="2024-12-07T11:47:47-05:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b.slice" time="2024-12-07T11:47:47-05:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b.slice" time="2024-12-07T11:47:47-05:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2024-12-07T11:47:47-05:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8 -u 7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8/userdata -p /run/containers/storage/overlay-containers/7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8/userdata/pidfile -n 64c32919462f-infra --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8/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.imagestore=/usr/lib/containers/storage --exit-command-arg --storage-opt --exit-command-arg overlay.mountopt=nodev,metacopy=on --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg --stopped-only --exit-command-arg 7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8]" time="2024-12-07T11:47:47-05:00" level=info msg="Running conmon under slice machine-libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b.slice and unitName libpod-conmon-7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8.scope" time="2024-12-07T11:47:47-05:00" level=debug msg="Received: 27306" time="2024-12-07T11:47:47-05:00" level=info msg="Got Conmon PID as 27304" time="2024-12-07T11:47:47-05:00" level=debug msg="Created container 7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8 in OCI runtime" time="2024-12-07T11:47:47-05:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2024-12-07T11:47:47-05:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2024-12-07T11:47:47-05:00" level=debug msg="found local resolver, using \"/run/systemd/resolve/resolv.conf\" to get the nameservers" time="2024-12-07T11:47:47-05:00" level=debug msg="Starting container 7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8 with command [/catatonit -P]" time="2024-12-07T11:47:47-05:00" level=debug msg="Started container 7c607220942fd7119186bcf6b0af078f17660c8ac9c9da53a36576b86daf02e8" time="2024-12-07T11:47:47-05:00" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/l/42RZQWMGYLHTT6RKAAFMR5HZIW,upperdir=/var/lib/containers/storage/overlay/b63c47cc3066c1a216f7a80493d24558eab0e26756df6409ce6a426a65122346/diff,workdir=/var/lib/containers/storage/overlay/b63c47cc3066c1a216f7a80493d24558eab0e26756df6409ce6a426a65122346/work,nodev,metacopy=on,context=\"system_u:object_r:container_file_t:s0:c684,c828\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Mounted container \"9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d\" at \"/var/lib/containers/storage/overlay/b63c47cc3066c1a216f7a80493d24558eab0e26756df6409ce6a426a65122346/merged\"" time="2024-12-07T11:47:47-05:00" level=debug msg="Created root filesystem for container 9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d at /var/lib/containers/storage/overlay/b63c47cc3066c1a216f7a80493d24558eab0e26756df6409ce6a426a65122346/merged" time="2024-12-07T11:47:47-05:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2024-12-07T11:47:47-05:00" level=debug msg="Setting Cgroups for container 9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d to machine-libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b.slice:libpod:9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d" time="2024-12-07T11:47:47-05:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2024-12-07T11:47:47-05:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2024-12-07T11:47:47-05:00" level=debug msg="Created OCI spec for container 9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d at /var/lib/containers/storage/overlay-containers/9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d/userdata/config.json" time="2024-12-07T11:47:47-05:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b.slice for parent machine.slice and name libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b" time="2024-12-07T11:47:47-05:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b.slice" time="2024-12-07T11:47:47-05:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b.slice" time="2024-12-07T11:47:47-05:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2024-12-07T11:47:47-05:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d -u 9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d/userdata -p /run/containers/storage/overlay-containers/9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d/userdata/pidfile -n httpd2-httpd2 --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d/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.imagestore=/usr/lib/containers/storage --exit-command-arg --storage-opt --exit-command-arg overlay.mountopt=nodev,metacopy=on --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg --stopped-only --exit-command-arg 9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d]" time="2024-12-07T11:47:47-05:00" level=info msg="Running conmon under slice machine-libpod_pod_64c32919462f4a2a97e085e5df2fdead51b802576c71bf540d49f996f7c02f1b.slice and unitName libpod-conmon-9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d.scope" time="2024-12-07T11:47:47-05:00" level=debug msg="Received: 27311" time="2024-12-07T11:47:47-05:00" level=info msg="Got Conmon PID as 27309" time="2024-12-07T11:47:47-05:00" level=debug msg="Created container 9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d in OCI runtime" time="2024-12-07T11:47:47-05:00" level=debug msg="Starting container 9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d with command [/bin/busybox-extras httpd -f -p 80]" time="2024-12-07T11:47:47-05:00" level=debug msg="Started container 9ccd49cc4aa506122b461201c78a308e6292a17f8776e91fc72cfbaa11c0b90d" time="2024-12-07T11:47:47-05: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="2024-12-07T11:47:47-05:00" level=debug msg="Shutting down engines" time="2024-12-07T11:47:47-05:00" level=info msg="Received shutdown.Stop(), terminating!" PID=27246 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Saturday 07 December 2024 11:47:48 -0500 (0:00:00.901) 0:04:32.447 ***** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Saturday 07 December 2024 11:47:48 -0500 (0:00:00.853) 0:04:33.301 ***** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target network-online.target -.mount sysinit.target \"system-podman\\\\x2dkube.slice\" systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "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", "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", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3394387968", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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": "4421", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 07 December 2024 11:47:49 -0500 (0:00:00.960) 0:04:34.261 ***** changed: [managed-node2] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "\"system-podman\\\\x2dkube.slice\" basic.target sysinit.target -.mount systemd-journald.socket network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "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", "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", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3397828608", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4421", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Saturday 07 December 2024 11:48:01 -0500 (0:00:11.337) 0:04:45.599 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:48:01 -0500 (0:00:00.090) 0:04:45.690 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\nspec:\n containers:\n - name: httpd3\n image: quay.io/libpod/testimage:20210610\n command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n ports:\n - containerPort: 80\n hostPort: 15003\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - name: www\n hostPath:\n path: \"/tmp/lsr_eq02a8_x_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_eq02a8_x_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:48:01 -0500 (0:00:00.087) 0:04:45.777 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd3" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd3", "ports": [ { "containerPort": 80, "hostPort": 15003 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_eq02a8_x_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:48:01 -0500 (0:00:00.078) 0:04:45.856 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:48:01 -0500 (0:00:00.068) 0:04:45.924 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:48:01 -0500 (0:00:00.173) 0:04:46.098 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:48:01 -0500 (0:00:00.051) 0:04:46.150 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:48:01 -0500 (0:00:00.062) 0:04:46.212 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:48:01 -0500 (0:00:00.104) 0:04:46.316 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:48:02 -0500 (0:00:00.429) 0:04:46.745 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:48:02 -0500 (0:00:00.055) 0:04:46.801 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:48:02 -0500 (0:00:00.066) 0:04:46.867 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:48:02 -0500 (0:00:00.047) 0:04:46.915 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:48:02 -0500 (0:00:00.059) 0:04:46.974 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:48:02 -0500 (0:00:00.082) 0:04:47.057 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:48:02 -0500 (0:00:00.072) 0:04:47.130 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:48:02 -0500 (0:00:00.067) 0:04:47.197 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:48:02 -0500 (0:00:00.077) 0:04:47.275 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:48:02 -0500 (0:00:00.070) 0:04:47.345 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:48:03 -0500 (0:00:00.159) 0:04:47.505 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:48:03 -0500 (0:00:00.120) 0:04:47.625 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:48:03 -0500 (0:00:00.115) 0:04:47.741 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:48:03 -0500 (0:00:00.086) 0:04:47.827 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005512", "end": "2024-12-07 11:48:03.823040", "rc": 0, "start": "2024-12-07 11:48:03.817528" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:48:03 -0500 (0:00:00.478) 0:04:48.305 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:48:03 -0500 (0:00:00.052) 0:04:48.358 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 07 December 2024 11:48:04 -0500 (0:00:00.143) 0:04:48.501 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:48:04 -0500 (0:00:00.204) 0:04:48.706 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:48:04 -0500 (0:00:00.085) 0:04:48.792 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:48:04 -0500 (0:00:00.093) 0:04:48.885 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 07 December 2024 11:48:04 -0500 (0:00:00.078) 0:04:48.964 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_eq02a8_x_podman/httpd3", "/tmp/lsr_eq02a8_x_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 07 December 2024 11:48:04 -0500 (0:00:00.108) 0:04:49.072 ***** ok: [managed-node2] => (item=/tmp/lsr_eq02a8_x_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_eq02a8_x_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_eq02a8_x_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 60, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_eq02a8_x_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_eq02a8_x_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_eq02a8_x_podman/httpd3-create", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 07 December 2024 11:48:05 -0500 (0:00:00.914) 0:04:49.987 ***** ok: [managed-node2] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Saturday 07 December 2024 11:48:06 -0500 (0:00:01.291) 0:04:51.278 ***** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Saturday 07 December 2024 11:48:07 -0500 (0:00:00.509) 0:04:51.787 ***** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Saturday 07 December 2024 11:48:07 -0500 (0:00:00.490) 0:04:52.277 ***** changed: [managed-node2] => { "changed": true, "checksum": "bff89fa7f44d7fbe721106145bb615447938f97a", "dest": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "gid": 0, "group": "root", "md5sum": "c1a4caef0a1d5cbd8d526a9a5d330858", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 762, "src": "/root/.ansible/tmp/ansible-tmp-1733590087.9358094-13116-30728218848319/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Saturday 07 December 2024 11:48:08 -0500 (0:00:00.801) 0:04:53.079 ***** changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": true } STDOUT: Pod: bf59d05f42cd6e67385b330edc98404d84024ff04b1939095e776b4ad5af740e Container: be7eef23b930dc77ea3de9b7a94dbbf5303603ae1513b9aa83816073aaf48b7c TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Saturday 07 December 2024 11:48:09 -0500 (0:00:01.062) 0:04:54.142 ***** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Saturday 07 December 2024 11:48:10 -0500 (0:00:00.953) 0:04:55.095 ***** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target \"system-podman\\\\x2dkube.slice\" -.mount network-online.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "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", "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", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3387604992", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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": "4421", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 07 December 2024 11:48:11 -0500 (0:00:00.967) 0:04:56.063 ***** changed: [managed-node2] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target basic.target systemd-journald.socket -.mount sysinit.target \"system-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "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", "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", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3403214848", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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": "4421", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Saturday 07 December 2024 11:48:22 -0500 (0:00:11.282) 0:05:07.346 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Saturday 07 December 2024 11:48:23 -0500 (0:00:00.094) 0:05:07.440 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Saturday 07 December 2024 11:48:23 -0500 (0:00:00.066) 0:05:07.507 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Saturday 07 December 2024 11:48:23 -0500 (0:00:00.103) 0:05:07.610 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Saturday 07 December 2024 11:48:23 -0500 (0:00:00.073) 0:05:07.683 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check if pods are running] *********************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:299 Saturday 07 December 2024 11:48:23 -0500 (0:00:00.154) 0:05:07.838 ***** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd1", "--format", "{{.State}}" ], "delta": "0:00:00.096864", "end": "2024-12-07 11:48:23.977748", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2024-12-07 11:48:23.880884" } STDOUT: Running ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd2", "--format", "{{.State}}" ], "delta": "0:00:00.040261", "end": "2024-12-07 11:48:24.399821", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2024-12-07 11:48:24.359560" } STDOUT: Running ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd3", "--format", "{{.State}}" ], "delta": "0:00:00.038747", "end": "2024-12-07 11:48:24.824661", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2024-12-07 11:48:24.785914" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:310 Saturday 07 December 2024 11:48:24 -0500 (0:00:01.470) 0:05:09.308 ***** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --user list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd1[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.012417", "end": "2024-12-07 11:48:25.375300", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2024-12-07 11:48:25.362883" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service loaded active running A template for running K8s workloads via podman-kube-play ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd2[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.014833", "end": "2024-12-07 11:48:25.818314", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2024-12-07 11:48:25.803481" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service loaded active running A template for running K8s workloads via podman-kube-play ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd3[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.014701", "end": "2024-12-07 11:48:26.185322", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2024-12-07 11:48:26.170621" } 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-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:327 Saturday 07 December 2024 11:48:26 -0500 (0:00:01.415) 0:05:10.724 ***** ok: [managed-node2] => (item=15001) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sat, 07 Dec 2024 16:48:26 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Sat, 07 Dec 2024 16:43:22 GMT", "redirected": false, "status": 200, "url": "http://localhost:15001/index.txt" } MSG: OK (3 bytes) ok: [managed-node2] => (item=15002) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sat, 07 Dec 2024 16:48:27 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Sat, 07 Dec 2024 16:43:23 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) TASK [Check host directories] ************************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:335 Saturday 07 December 2024 11:48:27 -0500 (0:00:01.210) 0:05:11.935 ***** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_eq02a8_x_podman/httpd1-create" ], "delta": "0:00:00.006466", "end": "2024-12-07 11:48:27.877357", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2024-12-07 11:48:27.870891" } STDOUT: total 0 drwxr-xr-x. 2 podman_basic_user podman_basic_user 40 Dec 7 11:47 ./ drwxrwxrwx. 8 root root 160 Dec 7 11:48 ../ ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_eq02a8_x_podman/httpd2-create" ], "delta": "0:00:00.004691", "end": "2024-12-07 11:48:28.245130", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2024-12-07 11:48:28.240439" } STDOUT: total 0 drwxr-xr-x. 2 root root 40 Dec 7 11:47 ./ drwxrwxrwx. 8 root root 160 Dec 7 11:48 ../ ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_eq02a8_x_podman/httpd3-create" ], "delta": "0:00:00.003856", "end": "2024-12-07 11:48:28.629134", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2024-12-07 11:48:28.625278" } STDOUT: total 0 drwxrwxrwx. 8 root root 160 Dec 7 11:48 ../ drwxr-xr-x. 2 root root 40 Dec 7 11:48 ./ TASK [Run role again to test for idempotency] ********************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:340 Saturday 07 December 2024 11:48:28 -0500 (0:00:01.207) 0:05:13.142 ***** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 December 2024 11:48:28 -0500 (0:00:00.204) 0:05:13.347 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 December 2024 11:48:29 -0500 (0:00:00.097) 0:05:13.444 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 December 2024 11:48:29 -0500 (0:00:00.057) 0:05:13.502 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 December 2024 11:48:29 -0500 (0:00:00.045) 0:05:13.547 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 December 2024 11:48:29 -0500 (0:00:00.049) 0:05:13.597 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 December 2024 11:48:29 -0500 (0:00:00.046) 0:05:13.643 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 December 2024 11:48:29 -0500 (0:00:00.051) 0:05:13.695 ***** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed-node2] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 December 2024 11:48:29 -0500 (0:00:00.129) 0:05:13.825 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 December 2024 11:48:30 -0500 (0:00:00.967) 0:05:14.793 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 December 2024 11:48:30 -0500 (0:00:00.072) 0:05:14.865 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 December 2024 11:48:30 -0500 (0:00:00.082) 0:05:14.948 ***** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 December 2024 11:48:30 -0500 (0:00:00.090) 0:05:15.038 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 December 2024 11:48:30 -0500 (0:00:00.080) 0:05:15.119 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 December 2024 11:48:30 -0500 (0:00:00.112) 0:05:15.232 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029037", "end": "2024-12-07 11:48:31.221905", "rc": 0, "start": "2024-12-07 11:48:31.192868" } STDOUT: podman version 5.3.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 December 2024 11:48:31 -0500 (0:00:00.503) 0:05:15.736 ***** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.3.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 December 2024 11:48:31 -0500 (0:00:00.195) 0:05:15.931 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 December 2024 11:48:31 -0500 (0:00:00.063) 0:05:15.994 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 07 December 2024 11:48:31 -0500 (0:00:00.077) 0:05:16.072 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 December 2024 11:48:31 -0500 (0:00:00.112) 0:05:16.184 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 07 December 2024 11:48:31 -0500 (0:00:00.113) 0:05:16.298 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 07 December 2024 11:48:32 -0500 (0:00:00.112) 0:05:16.410 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:48:32 -0500 (0:00:00.196) 0:05:16.607 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:48:32 -0500 (0:00:00.128) 0:05:16.736 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:48:32 -0500 (0:00:00.096) 0:05:16.832 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:48:32 -0500 (0:00:00.141) 0:05:16.974 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:48:33 -0500 (0:00:00.463) 0:05:17.437 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:48:33 -0500 (0:00:00.041) 0:05:17.479 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:48:33 -0500 (0:00:00.045) 0:05:17.524 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:48:33 -0500 (0:00:00.041) 0:05:17.566 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:48:33 -0500 (0:00:00.042) 0:05:17.609 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:48:33 -0500 (0:00:00.054) 0:05:17.663 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:48:33 -0500 (0:00:00.068) 0:05:17.732 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:48:33 -0500 (0:00:00.069) 0:05:17.801 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 07 December 2024 11:48:33 -0500 (0:00:00.075) 0:05:17.877 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 December 2024 11:48:33 -0500 (0:00:00.075) 0:05:17.952 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 December 2024 11:48:33 -0500 (0:00:00.092) 0:05:18.044 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 December 2024 11:48:33 -0500 (0:00:00.060) 0:05:18.105 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Saturday 07 December 2024 11:48:33 -0500 (0:00:00.074) 0:05:18.179 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 December 2024 11:48:33 -0500 (0:00:00.099) 0:05:18.278 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 December 2024 11:48:33 -0500 (0:00:00.060) 0:05:18.339 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Saturday 07 December 2024 11:48:34 -0500 (0:00:00.064) 0:05:18.403 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 December 2024 11:48:34 -0500 (0:00:00.082) 0:05:18.485 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 December 2024 11:48:34 -0500 (0:00:00.125) 0:05:18.611 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Saturday 07 December 2024 11:48:34 -0500 (0:00:00.044) 0:05:18.655 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 December 2024 11:48:34 -0500 (0:00:00.109) 0:05:18.765 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 December 2024 11:48:34 -0500 (0:00:00.074) 0:05:18.840 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 December 2024 11:48:34 -0500 (0:00:00.071) 0:05:18.912 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 December 2024 11:48:34 -0500 (0:00:00.055) 0:05:18.967 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Saturday 07 December 2024 11:48:34 -0500 (0:00:00.044) 0:05:19.012 ***** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 December 2024 11:48:34 -0500 (0:00:00.149) 0:05:19.162 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 07 December 2024 11:48:34 -0500 (0:00:00.079) 0:05:19.241 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 07 December 2024 11:48:34 -0500 (0:00:00.060) 0:05:19.301 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 07 December 2024 11:48:34 -0500 (0:00:00.046) 0:05:19.348 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 December 2024 11:48:35 -0500 (0:00:00.072) 0:05:19.421 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 07 December 2024 11:48:35 -0500 (0:00:00.063) 0:05:19.484 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 07 December 2024 11:48:35 -0500 (0:00:00.055) 0:05:19.540 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 07 December 2024 11:48:36 -0500 (0:00:01.222) 0:05:20.762 ***** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 07 December 2024 11:48:36 -0500 (0:00:00.048) 0:05:20.811 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 07 December 2024 11:48:36 -0500 (0:00:00.043) 0:05:20.855 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 December 2024 11:48:36 -0500 (0:00:00.049) 0:05:20.904 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 07 December 2024 11:48:36 -0500 (0:00:00.054) 0:05:20.958 ***** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 07 December 2024 11:48:36 -0500 (0:00:00.076) 0:05:21.035 ***** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-12-07 11:45:06 EST", "ActiveEnterTimestampMonotonic": "555593833", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket sysinit.target basic.target dbus-broker.service system.slice polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-07 11:45:06 EST", "AssertTimestampMonotonic": "555304290", "Before": "multi-user.target shutdown.target network-pre.target", "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": "527587000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-07 11:45:06 EST", "ConditionTimestampMonotonic": "555304287", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service ipset.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5709", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainHandoffTimestampMonotonic": "555346862", "ExecMainPID": "9069", "ExecMainStartTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainStartTimestampMonotonic": "555306999", "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": "Sat 2024-12-07 11:45:06 EST", "InactiveExitTimestampMonotonic": "555309301", "InvocationID": "906396692d0d49ecaebd83021878ccc8", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9069", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3314245632", "MemoryCurrent": "33701888", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33972224", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "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": "Sat 2024-12-07 11:48:11 EST", "StateChangeTimestampMonotonic": "740850054", "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": "4421", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 07 December 2024 11:48:37 -0500 (0:00:00.571) 0:05:21.606 ***** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-12-07 11:45:06 EST", "ActiveEnterTimestampMonotonic": "555593833", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket sysinit.target basic.target dbus-broker.service system.slice polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-07 11:45:06 EST", "AssertTimestampMonotonic": "555304290", "Before": "multi-user.target shutdown.target network-pre.target", "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": "527587000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-07 11:45:06 EST", "ConditionTimestampMonotonic": "555304287", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service ipset.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5709", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainHandoffTimestampMonotonic": "555346862", "ExecMainPID": "9069", "ExecMainStartTimestamp": "Sat 2024-12-07 11:45:06 EST", "ExecMainStartTimestampMonotonic": "555306999", "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": "Sat 2024-12-07 11:45:06 EST", "InactiveExitTimestampMonotonic": "555309301", "InvocationID": "906396692d0d49ecaebd83021878ccc8", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9069", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3313733632", "MemoryCurrent": "33701888", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33972224", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "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": "Sat 2024-12-07 11:48:11 EST", "StateChangeTimestampMonotonic": "740850054", "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": "4421", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 07 December 2024 11:48:37 -0500 (0:00:00.617) 0:05:22.223 ***** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 07 December 2024 11:48:37 -0500 (0:00:00.096) 0:05:22.320 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 07 December 2024 11:48:37 -0500 (0:00:00.073) 0:05:22.393 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 07 December 2024 11:48:38 -0500 (0:00:00.079) 0:05:22.472 ***** ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 07 December 2024 11:48:38 -0500 (0:00:00.611) 0:05:23.084 ***** skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 December 2024 11:48:38 -0500 (0:00:00.101) 0:05:23.185 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 07 December 2024 11:48:38 -0500 (0:00:00.098) 0:05:23.284 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 07 December 2024 11:48:38 -0500 (0:00:00.075) 0:05:23.359 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 07 December 2024 11:48:39 -0500 (0:00:00.068) 0:05:23.427 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 07 December 2024 11:48:39 -0500 (0:00:00.132) 0:05:23.559 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 07 December 2024 11:48:39 -0500 (0:00:00.047) 0:05:23.607 ***** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 December 2024 11:48:39 -0500 (0:00:00.096) 0:05:23.703 ***** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 07 December 2024 11:48:39 -0500 (0:00:00.140) 0:05:23.843 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 07 December 2024 11:48:39 -0500 (0:00:00.090) 0:05:23.933 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 07 December 2024 11:48:39 -0500 (0:00:00.077) 0:05:24.011 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 07 December 2024 11:48:39 -0500 (0:00:00.088) 0:05:24.100 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 07 December 2024 11:48:39 -0500 (0:00:00.057) 0:05:24.157 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 07 December 2024 11:48:39 -0500 (0:00:00.051) 0:05:24.209 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 07 December 2024 11:48:39 -0500 (0:00:00.046) 0:05:24.256 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 07 December 2024 11:48:39 -0500 (0:00:00.051) 0:05:24.307 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 07 December 2024 11:48:39 -0500 (0:00:00.046) 0:05:24.353 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 07 December 2024 11:48:41 -0500 (0:00:01.345) 0:05:25.699 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 07 December 2024 11:48:41 -0500 (0:00:00.118) 0:05:25.817 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Saturday 07 December 2024 11:48:42 -0500 (0:00:01.297) 0:05:27.115 ***** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Saturday 07 December 2024 11:48:42 -0500 (0:00:00.050) 0:05:27.165 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Saturday 07 December 2024 11:48:42 -0500 (0:00:00.079) 0:05:27.245 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Saturday 07 December 2024 11:48:42 -0500 (0:00:00.087) 0:05:27.333 ***** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 07 December 2024 11:48:43 -0500 (0:00:00.960) 0:05:28.293 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 07 December 2024 11:48:43 -0500 (0:00:00.052) 0:05:28.346 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 07 December 2024 11:48:44 -0500 (0:00:00.056) 0:05:28.402 ***** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 07 December 2024 11:48:44 -0500 (0:00:00.085) 0:05:28.488 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 07 December 2024 11:48:44 -0500 (0:00:00.078) 0:05:28.566 ***** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 07 December 2024 11:48:44 -0500 (0:00:00.072) 0:05:28.639 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 07 December 2024 11:48:44 -0500 (0:00:00.083) 0:05:28.723 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 07 December 2024 11:48:44 -0500 (0:00:00.110) 0:05:28.833 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 07 December 2024 11:48:44 -0500 (0:00:00.134) 0:05:28.967 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 07 December 2024 11:48:44 -0500 (0:00:00.082) 0:05:29.050 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 07 December 2024 11:48:44 -0500 (0:00:00.085) 0:05:29.136 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 07 December 2024 11:48:44 -0500 (0:00:00.141) 0:05:29.277 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 07 December 2024 11:48:44 -0500 (0:00:00.046) 0:05:29.324 ***** ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => { "__selinux_item": { "ports": "15001-15003", "setype": "http_port_t" }, "ansible_loop_var": "__selinux_item", "changed": false, "ports": [ "15001-15003" ], "proto": "tcp", "setype": "http_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 07 December 2024 11:48:45 -0500 (0:00:00.627) 0:05:29.951 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 07 December 2024 11:48:45 -0500 (0:00:00.060) 0:05:30.012 ***** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:6e571059441d252640e3509cf407cd3a570cb9a5c5d37aa0d05bd8d193b32260", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ff868726dfb38a330824ab14a3d9b09e9e8aa89ddc8ac6b22abaa1bc62149ffa", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:0b4d3710b7c16f7149311eabf067807bd9e57305ab518642cd94544430245416", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:d6320654e5962a15935e9bcdfd8eceba64deb7051fcf6592a4ce023c1ed00798", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:5df07939f0bd5c566bb8920f6dc3aa9a58a7b4af495b81d99a1bfdb468788471", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:4f01eeb1c4bb8b68d4c620c2579434e124da3c7113233b3e715d503010083281", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9b0deb09628779327785cc5639699fdf269b9a11eb4a6186be0081a41a03a7e4", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:da1163091d32a68010421f1b60befb29aef78c9f2046cc7c330d276b0885dffe", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:61f367207b0ed849440500208623a265df726ae733e1df5fb454d04330442bc6", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:718557aa9547e4a7ce0c7e98fa8aab22bfbd1ccb7da591f47e16faf6f00769e2", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7c483328bf0187c7112d694c6043a0711fb4d32699bfa1626a05c6001f2b9cd9", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:009ec2e59e8da1c06d7efd0dd6f65d2e30c6305c725a12596a69fce5898d1af6", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:28e25bbe215427a27e62e2ed41752101fd47d471c473ce3eac9c5de7f5871835", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:e805313c73b62c5e31b5629e698bd0131a1c0d44b35950e3043a297454912567", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:f31b744afc0404d748b1675b297dcda43a313e09a9caa7a91a0160157e328a39", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:749a0dd1d66233d92e9ab33319d12ce45a91593e1dd1bc9b9fae330001edfd38", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:14804419e82b64ff25416ea75118e9f72b80199b04a7f6ffdba66f4ebc97e03b", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:13207d2c4fbbef0d912ee3833a40cbf6661f6133f88c03997e92e137bea7cab6", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b6bfc2b90536b9266f17999303e648cd1abc6149f8798a2fe725f965e6a17fed", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:a4b488ebf08441fe45443272f888be792feac13cf2217b472d23c19de7613200", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:c210cdb1289bc33e6343f5db4275535e60ac9ba1e8d5996fd460c5143ebd05c7", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:d92bb127a08063035dde34e7e6472334079340f9e855129968459082302b82ab", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:c8cdd40745296910be784d2d00fab1b0c52a117ec0ca8d1d771c3ed051de5759", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:4a4fe31eac32c89784a6bee3317c2c48b1848071daea27de74fecfd345313ecd", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:fee85c496f6e317fa6c79e01cf7a957ceba3d7d9a8129bbf08d31b468e97708c", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:8f0b86f719d0ecd073fbac5187db43d7c398f73936fecd15c44da436108e5311", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:8435cc1276aaf80e982eb0b1149f212cb6fc1366f29e563724caf890679f2542", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:bdfc7034a291d2afbe03437398e9743fc187e77c4d208ae0641f740a6dc1cfa0", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:ccfc94eaa4a6062dcd0996078e61e46eb550898c287d7596a85ad6f857fa69d5", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:86a16e57417ac8f0417342f79ae9003c245551714aed0056af928fef18263991", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:5165683fab4b880d741376a81061b1a467b88fcaba92225a50e46322ae74e440", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:980e9a260a2fb444a12629d8621407f4572e4de7cf8943b13161b6ed10375826", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a968d9dc972867e4e6249ae22f9dbf4266b74a7d142cae17a57a94342e1d2071", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:0602763cc3990087785d24c7cc430aefcdf02bdcfe24a7200d3edc2949d1ec6b", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:5651ec2c95f0b2d959b59c50ae021bbb6bc15f33331132110a9836b2278144de", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:666501337062cf4014f547858f4a5f4d4ca875f1c41a57ca725630161d61e201", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c1347bcf8c612aae6327f684b7f27ba268172bfc3dc7b027567ac4cd1512dce9", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9e9eaeee64d116248c2be62574004ab15354e00ddbbc86aab0a174425ac82584", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:0c67ea3b31cf2b67765839cccf9429c8081a7586a9bc435c1c7435cd8824be85", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:cab82ed9275123404e2017bd295fb3820d404c25d923bda2ef76fb91a6314348", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:5e37665feb0281a85f0ee77f1db24c5e4a9f776aa06f77e9a25b388bddd388ba", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:a95198f88b030851c95848e09f8a0daf2f610c9d517f0ec06c397c957c1bb8f4", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:7ef3929ab6674291f68cf898f5177a42ae8b0a2cecbafe4b3b0858373058d550", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:66e6d2d2bcf99ecfab229a5123becc308308446aaeb5dde00918429e73c6f88f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:327cc94b073e22e3583d2f3b0fff723e644a6a67af8c3182f23ac93df5c23a95", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:963b10f139af4312c18f4d47d01fffe051af8205c729f2f2bf2ea4c13810dc98", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:b63b648a2de86b24fae021093613a68861ed439474698ce39a75bc6f5ac376e5", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:0d1a8532ecb37791ca76bc6f6e6bae5d02e33e705bb3d99b98ff124ef7bec460", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:001865716275034253ef64bd80c12db293b0c0e7132432ffc7f1cc38e156cd16", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:8bbefb9d81d1e91ab0625144be2d9193cc9ef5ce7224ed1550d44b860deadcbd", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:3ddbb9f63e9d55225656cbb9092e5dcc1b453359707cdd73e67ef06a6aa7df9c", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:714f07b0412727d60cc1b2958dee240b59651229f1859639e09bbd714cf139ad", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:e8bedb5713c0d4491d4b2a38494e8a00b6735ab4ddc40aae7dacd15f46d597a4", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:f0042a254008662140e60ecb5261c1ad48119774dfef32ec9ef17f1579e5bac2", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:b42f95fdb6112ac9c2e4e4d094b2b4947e1020272011618b22f0cc98b713fd5b", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30eb3fa480b368dcbd10cbde31fb4e129513f4fed1c1eb16a7bcc364c4b1e801", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:0db5bd27caaa72a6f1aa2e3cc4138bda450a6c415e5c1fbb6328a8a39b6bcdef", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:4569f4ebfcaa55a45db1a7294ec898f3507eadaf052585b2688be8da3df8f9d1", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:13533345c2b7386622a2887f42ebbda604f36d2f8362f71a85a95e1cca9aa6c6", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:59373dee911745c788c719f0bbdf26fcddfedbb5e4b23ba87605bb0d3584abf1", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f54e35560a64de96a3cfc2b7cb63e680d6778225ae9ead9ad478b2678f88b6d8", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:871725456b957e8a2d11b156f51231de75a7fad129f418f901fa740814817147", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f9cd1d1c850a023d882c130cfad0d17c3d5af781610f6e20dce354e3ac9b03f9", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:b0eaf034b7f124c6ebb302f98543c5fb3c2191b1c584e73b994468d9b8771959", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:d86f183cf30c5cf0b3ad6e47a8aab8a628ffe101a6f983f153977ca9153a72a2", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:c6d2bd4c0a753011b65e4b41f82aa48fe811645a474e546e8cc2291f7c7a49eb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:7d2c4be9226c27c500f8a96188b2864ad5899f206296059ab8de4d3f162ec09a", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:1aaf1972825b0e1cba355be471b2a866e39374b5919b0b6c9796fa406a769be2", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:0871b8968f053316c9615743b4970c27c2c0f78a61fe8716c24f699703c58c1a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:00bea61c43d18e45979bd3481b0c18f6cddb38a411a4f19ae7e6120d7555455f", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:b38f878e9af27bcff6ae8993c8a217321dd1fc6c62334090addfb14aebba5c95", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:a9e6800d2e2993c1f318a8737647f2e450d41f692c11b09f6bdffac7fc556c23", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:433fd6e718c9ae9285c35aff260d62aac813fe8bd414e5986ab1712e888aaf49", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:2d65a17644f1edf61eb31c2c66d1268511fba016ff9a7758b2bb09cdf98d2706", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:a1dae79a0a2d2996882a55085cd82b8b5a39b5b78f91f5f016506878b319eecb", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:126692a2df2eb7609f7e3e4c2c930ee13d2431a92caadef2747c960d0d65f457", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:cdf84ac91260f7cacec107a1a7a8eb750b17fb10b7778b07147f2583f791e26a", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:9e478ef621ae90160e3d121cb167286e9737fd213582accd366424eda11ca747", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:705fd821fa0f0ba75a507e8363f78787f84c29f8c2d3a44fa243cd05d2c8f8ee", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:05b1fb70ea49e4e9cea9896284412cff82be88269d3e95abcb4daa61136c4da6", "enabled": 1 } }, "extra_binsbin": { "400": { "checksum": "sha256:79cae25eede0d58c489fd1e4d6d9e4d2e1d8db733e476fb314a05f39abc37e4e", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:33cab79d9b81dad37457565590370531db36d0e4a5b2ef73cd52a33b37816956", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:6b9661cfe29bccc779264f230ded766a207ef3937aec125e5cc9a55dea4b1e8f", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:749fc5a3e4ba8771a75dc712f7795a929e147cafa8dc04485c631aad0a37da5f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:bc1d1373b9a03d7adf44fcad82b369d1ebdd0f2e003cbf618411af40c1ac94d9", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:30d11ebcc3525e38c2a1532661404be432cbf6d4f0f4fb67c51fd9f32c3b7b92", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:d0521b45eebcd324ec966781f0d10ef06791c68b7e53b8272775bfd953a3fa08", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:cc140de8fcb92cb588d19273d8f67619b5fcbef1a114ed805621a0cd11e4ebc3", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:66707b09fc0bf73662040a6d5ed43e5ddc851704c29a129f7a4d0e223ea10f63", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:d281a5a1ad47bac3ef7854fa5792f08f9e70051eb6d577de2e66a4916809474e", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:5890afc9d363e3af10fbc90898f6ba211ae65b08b58d2819208829da1a0aa1d9", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:c6e3a1456d1166b4a1557097ac611d03fbc418da3ebf1c4a8ce51a2281731ee9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:36acfed6d94c2bc1125d70025b8329db893614e225dc0e56d84b3b7ed69f0003", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:9edf511304865c5ec8b009119995e8311ac49aa0d73e7887bbdb7a76aac26328", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:652eb4dd8e376e48b1389de31b94f634f35dd2d1e9ac0da4dbbb1334df750af2", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:8187fd4af8e847bf5febdbaf54f165788fd16dae5189b66d683dec60596b1172", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:f610bf0be7884be69e68856baa7450c4a00853d0ceb96c79e0e884fb2ee942a1", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:3c666ea736279ed20bee83a9dfd2d8b7152b8429041fbba5ac305a342bb35e01", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:14d0ea70e0abbd99618ceccb777aaf0fc917f6de4bad7bcf15f05cb2eac28085", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:d57cb86ca4b40fd974e5c4e1288ca5b5dfe69f5794240be1d75f153014580d24", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:57336b59a92ab85d730e65bb73d6fdac377dc062acbdc1e9e380a9e70b7d816f", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:2456eab7918420953167d81692c853d42d3f91d75c9b51b6cb1546a44f1493fc", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:fb70fffdeca1376649a7482969485ff476064fa0d81278c618f06bb62b9afa77", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:5de860596f6e5bee1d1d4151efbb27f239ac83ec4a53dc3183073b123d321415", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:e4bc151609f29e17034f474544284d19c570feb75b8926bb09f6081cc27173f8", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:6ec50390737f84638d0ad98e77715a09857fc999aab7cf30835c1ccfe7a909dc", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:56aadcaa0509f35235b9d7532c5a0946a66b923980b726b38152eb042cbb4894", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:bbea7bd0c76693df24eefcb14bb3389efed0f4e9f96353470f9ebd5f014f0845", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:20afd0d8466ac4b1b85683bd202d7a14f1938fe6bc8b8aa41a41566c64d64f10", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:139302f060755bbcfd0fb94d40854ad71a35b9318dd44c8be69f2c6d114f0e3e", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:75ac9cf6992502e3302f84ec39a6e7f1970efc13752181753a975d05c9e0e91c", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:6aa1d18652a868ff83c45fd9393499416d978fd6d5d6dc8663f085335db48a0e", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:102db291cb647f60032c139d0b5dcdeccdbe41c74f5c9fca6db560c17b61412d", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:59835fa42cdb6a94eedb9b4a264c6789084eff696b8efeecce8b48cd786a2dd6", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:24c89979739ae9c391acdaddc1d54325153085c1843626ec0f544def2b021a04", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:fda81f1fd9848ff6358d82191ad02d672ad1ecc7ba5b76edb604c2e966eb6e4f", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:4ea098e0d9b986a1669d00032dd83d4c77cdbd912346d45d60939c9ec958ba63", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:09019b87ded28376309ec057f0a3d57b753c52a47665834e3455b10c17d0b0f8", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:cdccb8cba84e7ae30ef624cd9d265ef4dbbfc7c96882e30c6815d7c1ed961464", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:c2dbeb224e0a9bfbae257131f0cf3f1582977b1e57855c244582fa107a92cd0d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:b22c4353aeef37f46ea73e660efadb81b861070d84427755b19f0e2bed596354", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:058546072554365d8129445e8e0007ab568b596abbe785601fa66034c94819d3", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:f731b921881e2281da507bffc85f3a91b51923b42640c8cf3946758fe3c9b607", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:36ccc7f68a1adff12b67b6803a81932a870dd90c4eb2917b4a9c984f1b4cbd11", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:ec2e7e35ae8f7898a554b26ec401997a9834a137f1f220e1464c715bb8287311", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:7d8a095dad7f134e473e31f7b74b35af55c86f6aeb3f9a067edc87e4b332fede", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:1a66f12e23daeda704408bfc0b55596c52dfd289c716a3d31e4ab1525bf9c961", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0090de03760bfc344382161d6e20188431ef4cf3ac4f7c7d09fc8a6da0e194c5", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:3b11334ce4a06dc286895d270da44c399bc2f511ac810cce9de3def5d69fad91", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:b7e2af2d4d688749a52114d6623e5cff629cd08ca2d848fe15df243ec597508c", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7e73fc9a1be125abe5dbab8143f1ea0c49c3ac5b4b2d54f585431b917f547e23", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:73ef6bf64cbd0ffcf8dbf21dcefc95947d3bae1f09937cfeb31d1a7081775cdf", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:eb10eb4c83992a6128376a978cb008c7abc2936626998abefd7fe8b00a4893f8", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:43117a650ceba47fbef8424092eb1bd119cc248aa67514f1e51246ed3af07967", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:bea08a06c64cf56277de0fea67675d1a69cdf34f37e1cc1c63f6b3c9c6a7edec", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:df9b83c5a19829e187aa9460a6dfa2607b35cd454bc2200a65e548b1ccd0d5a8", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:b7087172d332fe7a74fbaaedb9892ebf5a1c5eec52963a34bb92d73446566dea", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:c65f9e01840a5776e896f4505f356ffef8932e3cd5a2a09b42de4073b2b4d966", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:53e31c3a026736d7f73cedf1b0495a414fc9a1fb2e7fbcfc4fc851d98d9def5b", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:8f962b8f2e2d555baaad73cb042106196d29805971e3351620c396ed3dd941db", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:7c11be50042e84d4fb94b5a8a378cdab6775e2af1ac927d0d5418dba0816d4a5", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:e6e0365560eeff3c2696fa4018548558151620ba597c67fd7e186f6880ae331d", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:92ce174b65baa4f1182d8edeaca01b39dcc0d0beecb71badce3bfb845dd525fb", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:0d2fcf7248913b7ebaa7b290c619babb71d5a2906499e80b904ff1ad315c4993", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:decf5c2093ef0a9220acda78d06c9ff44303da23730730d095929569c7166210", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:eaf22ef2b2cc5858d9ff29e93eb84ea7a849e2e00d274f81c478ab12215b804c", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:b3412c39210371e395d6b4d88d4daf00b5699dc8dd50c435d1d69d91f062aad3", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:5c74ad17eebd07a5efeda9e79bcbf4bbf4451146a6633739f83cb9e4d6c60802", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:3f6bca0a0db5cd51a82ae6c24e7fba8c326f31865c4b248a0e909469f06ae09f", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:590bfd4dbff52f0ed68fe19c247e25d5299ac8448d2bd4ccc99084f85bdeb0ab", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:81d14741e1078a372f85f1cfa437ca54b0f0a97e28463ab4036e2791ba14368e", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:f49d1a951d218cb0242a2a10b1f6d0b38d7180b50b57347d11b7c29c5863f733", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:ae99eeccd230dbe62cc2d6b55bc87d272a3523c8284d884977fede6c9472220a", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:b2a55057a35231d41eeb00c651b5a4e7af901a79090c8afeb44fad8b27928d2f", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:83b77a2ea78b70ab976e70aa831a72f890ae212a6ab100d66f6bcb29e1bac0c9", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:096e1169c82afdd0cadfbb7c70210e6aa1e8a7782aa0149a14b353ee3e20dc21", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:02fd247f20410b0bf8b28860957fbf33ed26daac462d2de943ca3015e193efd4", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:879dcfa56b38100213e182a61d0692046377116a87f5892064768735ee9970e0", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:bb8884e26ad17666037298c10b15dec713cf8c42ab522f7b25453150d9681833", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:9b30f74c696be7ddfe60051035f3248e25577c1c82e6d0742ee3d2555d29f23a", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:26920eac2c6eb35ab68b04be278db9b2fe9bf461e2619dd3a28b79e9193f6c5c", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:1fd2a77b13726759bb892c0f152a0a9b56cc912d8ec8ae05d95618c0b7a157ed", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:227ea158a9c3c77819f1b61a3badf1db3fc415f370069c7ad591157cf1a46185", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:1fa2a3044483bf0c0b6ab5c2af3b35297e18eb4328a75bc04c3151f5e31f42c1", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ae4d23f2e9eb9580bd636cd7299d4d26649d59cc4e83e07f65505f315b4027b3", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:cd939a9294329e1d1f1a5be4e33cdaa4d89e4f78dde0a801c3b7d501323040fe", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:c5d30e10b3bbf87c64fe2afda70c803c7ffbb5f64b15f0f9894fa4b6eade41ad", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:b3d665ce7b46965b31e35a99716b4cefcaffb36c93c178f773d291fe93f8af25", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:32091e44affc2766f06bf0f4c3187f27168b574c07b65c3c4767dc2a68dc75dd", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:e628889b6330a5c4d4426b41eb5988e26bc9469cb66e01be6b4c6c000d694e2a", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:be1c2f9a0a19271f6b88e6878a67f929ca000c952045302c886bbbafdb7c656e", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:662412fc8c21dd433e2f2275377df80c839b47fb097a88693722189d33fa0a8a", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:e54f8a0a0779de2cae093c087aa9fcbfc70333be012868b00ac0fe25e0a21646", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:4886f36ce881d3be5284a9dfd93874c800c965bb46146168e633b250dd9d0d2d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:da789cca84eb333331387826f63e8a0d41e0774f42f5f763c83de6451298354f", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:a06e9a5b2b534d412b4783de05752f161c5c56a8948278cb1850f115494470c5", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:1e9015e8ebaa39a1d77e582423e4849371106eb1ad0fe9efca6a1dd46c69a7b7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:7b36666fc995913d536b090665fcf17770dd1d0e28cbd8d92c9c6d2eeddc2a3d", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:52f3581fc457419ac8fc34f647a7f609968619c59321b66d1c5dedb9a5075c82", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:2b17c37a62e1a4a3deb1f56ce7fa846cfecf59f2b43c519f2380546418aca5fa", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:504b13310e16a22488e3bece96c6b2c8b2f1ab3b4ac0c75939ebd7d208e4019b", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:ce88af5ce9ef09a298e9636753eb76703a1fba26e8831b3dffe07e00257fcd0a", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:c4e2d7ea074b383e96dee16c4be220d132301c03dcca3bd1698195f1d28c749b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:45e82ee4dc264fe1aefd810fc7f718cdebd06565cde8bdd47075e04ccea55d60", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:c71fc5aba3a8a38ab53d71b4e826c6741370cc4a86e2bb83598e83b60949aa4f", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:e6c118ffde5286b1f9013a26f857d4d85dff46d282e4a7ae6548b84e270d7c7b", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:819812bc0e7f5c0dadc824e330aeb912ed29face4a904beb7bdc8830dc0a49a5", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:bb61951b39b8975478348185eb3050c815930726687b2a3a4c0ac4427ce614ac", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:b3393bddbd1de42df51c9d3483169c2fe89f167761b0fd3829ecf277b6c7c3d6", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:846907e70298de291c325ea43e4215314c08433a5b70111b90f7a3eecf7f3e83", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:51cdabfd0ee2f5b3df09cb7a8132dc0d2f7953e6c00782f87d95779cc29e02bd", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7a7013be4a046d0ba770988e530fba59b3ce8c8159780af1a5001e5fad8ba042", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:ce51587d33ffe41699200700a15f92892a181c7e52aa451568a740dffd6eaeab", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:58fd323d88ba1b9f753102be767c848248d30c65a83fb30f2e13ba0073f10ab5", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:10852eded77ba66158385a63efa346a0cab9305fab8710f7992b951c671569be", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:26185c5731c3401ab5665cbfefa89268e91f21bb8f0fd88de3602d013ab6f00f", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:0caead9c9effa3c022f6e4740ac907788a51468996fb369574b04a50dd29eb59", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:011e57b206775738cc6fb16e48e9ed222ed67928857cc0e0d19f02e039757e33", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:1bc24bad910fe07f8737b25896d73d035cd83603897f3ae236bac28a95e49189", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:c3bf4ceb7acf4fa6ba860b3c47828add49d007fed218033193d6da8f6fce5067", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:ffb0f1240b1f95504b83f86a52dcd562df79cf9745b52a859db025821501ba83", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:eda9cb2209b0e28b17127136f79559febd986fbc4e0180751eb160fd72fd8310", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:6e31f7b2379cc4c461bdc1a826cbe607b72b997960c8304ccfa6256bea0b3501", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:8ac7f57a98159bee255928841806174b9c3fd760f74b2e623f5622ccfb049c11", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:17e628d6a7692372580df6800a972170a1c36c975fab437e559c3afdbfc0c4ee", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:d364337a160a2218afdc92eab0cd27e057543614dfcf96f2d74d51283cda1589", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6cf80a3a427ac287351081934516c8e300fa9929703b290df47ce87df99ec9de", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:001454c6d18d7f75e02524e3559c91264b4711cff8c4417ea2580b1c3e0a8576", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:68aca8ea777ce2a13e5d8c03b95805f3e77a4f963cbc1d960fd0162883b6083f", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:492c565eb90097f567381751dff3cdf0ae9a6db7f298dd13cd04bd67522789f6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:36cad8d8ea113dd1a761b8b386bd0a057883acc65b2c60140c2c001fc04e2e43", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:a0f7c18b6066e9bbf2454c92917e0abeff542fc804a524a95a02583b0ca22bb1", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:a966760e6a561f6eb4789d36b88bb1879c965b851e02d834c3304f0d2987461d", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:36bafd2cac1aeb59eb2e2a4a4a4f9d27b1594a92df1727a8977c83dca6292400", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:ec74b1ede394f0c1ab75a5439b4744a261b658edc17d5a0353ca273e397d2156", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:4d1f0907111fb4fcc242d7d91574e273650c86d2207f870e4c47036d900e4d80", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:de093c51d11ab2de52b41d550d06ce7def91a9e8c0f507884086d4d34343ae40", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:fdab19b51617ba1dfc3a402dbc261452cb23c74be402208563608610e6a6111a", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:ccef03c795df14786a6d323f735e2ec58f9270805e7de9fe924549c98b24e6f4", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:63eb81ab3a26272e180e1b64f7d2d28e65ed7fd3a2e261dbba40c0fd4d82ecfa", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:ce73d254e6271e7e012d38da6ff05b7c66c215b8ea5b99161ab1e97c77dfc31a", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:819c365b1e88bdb1eb171c48fbcc2b2e9c2ea405d7c20024919aa7d8bcb28de4", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:0ea0c16871f23b263aaaee590ecbad1d9095d01c7b7b6cd11a80278d1257957f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:835a212117378644f6f70a6282b73cba54c9b36811f91163408bad10ba2c6d0d", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:6f9c39f5bd3e6b092668476aa1233130cc9b9edd04c66af9d667dbf9d5f48bc6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d1336afad060de349d9c30315efc965b7247738603638e8706929361b8427353", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:3cb2ccaf8367e6a99384582a9c902e2af4480b04d8bc56ab5562c7d3111cd323", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:7384c2d57bd6e133c9069fe90acfe130c74416089fe56318257c501328dbda7c", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:06ca74bda1764a6f8a241b370f13bdf438674dac0dfbc30f98facc0884b190ea", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:8c99bd9b6a8fc9a4dd9e34af66adfe117bdb4b2e88a7f1f2e6a319db450168e8", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:4321f33d14654254947949c819972515f8bf488f8df3ce6626cf4b9fcfca6539", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:81bbb3bc281f6887174beeba44d970d3edc40d3fbad85ed8b9d03528800cb38a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:73a9063f298fd65b376ac709fb599ef1eefccb39b09360c412946fa507cf53ba", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:20c66e776cec92678d49c6e41eb804981e3769b8b595c5c7a8a1f94bf8f5a167", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:9886dbb3eebb514446605e62fcc6969a7d5a56f1f3b84129e7b46e20ab9de366", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:cbd713a58cf9ff07435b0a6210df156c4db5e4435b3d51fdf60627877e42e961", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:30936f11af78b1ed885d6deaa16025623fc794c54e452fc02c056e388dc263ce", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:6bee6346bb885fc64e8579218dda7100aac5a61d6ad1e474cae7bcce8448dd1a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:93aae106e0590c3b6ce75475c86101e20b244878b7f659dc9a9638529282bffb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:e69f3497fc89f1f96a3ecff77a12119b6abb012d4fa5973b9f33eeadbd12319b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:56c793ddc8f620fec42c9bc28c618e928882542b0de95adda2c8918742f890b2", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:49a17300f038a4023d478e0031f9a6ef18cf6817e696abed1b48983ef75366bf", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:df3f3357b0e78a2e2b110ab6e9dc9907d83d296e37bfd8c493b0ddf11a8d4e75", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:e10d1bfe87e505f003dcadb0f5f384e7db1bc6da48cd705a78c0630ef0a77207", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:f762b9090a0dc16cdb04e108f47a696170cebc74d489930915380689ade87d74", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a55e30390b7305a2e01d2e4be3786edc8c763f43c249ae07889c82c84cc7b9f3", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:763088f3e0392356a8bad6a06d56305a49c73690573a0c1e3d7cd8e7a7583f2e", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:21194bcdd2babe7aeaac215e7993d75f23bb0ed09e6378d222461113221cb7cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:a705982432ea6ff26451fdf015e5247103ca90e8f1350357ea956812f60d55d0", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:71a49275d91a3678a30ee048c48f3fe3222b116d94d9a1f5eafe2e6962e0cbcf", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:1a669ecc50c7315c65b8620d40adc5b211039b844bea403f625e6529f0be0c1c", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:5bfb4dae5517d7315d7e1ba509c0935ac06bfc25f70dfde91f31e44fc4d3528c", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:4ad1c6753ac53dddc1a2f618fb2eda212e114a474a31cf98840c0048e36514ce", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:55af58727c8e1a2d5ffc0eeebfabac14030d6594aaf36eae10c51d3f43fd7c94", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:725e2158052da4d2b9499d63570437f35d317f541e6fd0a7b6841f88be179689", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:e653084023932281ca276c722b79aaecbc5d81e97384373a73a4de2f4d3da9f9", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:326995099022aae4699bd16a731b01145d48811e2be43eb3ac04d688f2350707", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:063a6f93bd9863d9ce47543e552ae679873b3f6bf65a4582edbcf6bdcda5653c", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:cdacc7306b49ca27f4eed4dda7332bca872cf309459831c96694293721ed74d3", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:592651435b8b02dc2de1f304e3a7e3e0fb49bdbace98723173fd47b16a6b5aa4", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:12d5e2aa077e8da525b672b46f6f90931401b1ea4efd22e8952590abf03a687f", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:9428aee5be7ef002eba8ade18418e1b436e2f8ed0479182b47822318c4571923", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:71748ab8b3ac17e7f16325adc3575242076dc6f80ea6797091fb5ec54bdb4a49", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:086e6d069d8369c83296d7866c2d74e064c7980bedb2cde2fb02cd14f8233b75", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:436746a23ca13b58adc9e2a051b59463b8398cecb114edd411fcde4fce182148", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:a9ec2dd40baab31ae84049839e2043c24a475f6d9f1daf06f1c2919a4f01eae3", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:628550f2f63aea3fe7fd74168f78d1f9f3bbfb9e585252abf2cb0c7a6169c725", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:1825cdd1f7ab049ef6d4d9c7412880bc02797f3c4c9dc58ce79ed08be2a37ca2", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:118bab50d3722356fda7ca0983781aecd45f2a0979bc56617be3a8e044663451", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:e116438dee0dab9b191c25cfcb43a7dc0c8ac18bdb920e0596267365784b43c7", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:3bcf922688dc95cd19df39b5b48017dc48fca501bb70a953f99abce2c6fe7345", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:368e98dbdf56054db821272c38ae2aa3a92d88b419ebf886cfbf33db1cc4177d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:c07be819f426ec0bbba6ba8f8f1a0a57d6a3e02064bde55d0243cf21d24dce13", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e1c7a4e6ea91f57fe97ac249ef59feb769b0becd74bdb118c6c29ad8d86ae117", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:93f4e9c278aa30c7ce490f4b9c1d6238ab0d16f662fc880049398d241e429c47", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:83f45391b2a56e868ed635df8adfd7a461c853d99c92cb0839d24d560652accb", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:4b9b1022c21e3cc4b90416961b2e5990838532561080f53a962b14cf1101012e", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:5019fa69d2c211fff26780ddad52079881cffe4688af6407b7ee03ff499339d9", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:58e9695125a89de4faee0ac5a37a1a26067c97b6679d8350de744bd5d21257c8", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:494dde6bce44e76f5a7f70f98e178e7c7e0d195dae293fa631e97c5d5be7ce75", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:bb5057eabb1e1e690c8c4e2a19c5014a00240538d21fcd3b835b7a9937dcb469", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:af677713dbda91ea9db3e438de628e08ceb5e9c18b2fb5e338b9b81f79f5fa71", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:39e322b4fe5bd8357b39b47feb748452907b712342744d0ebb4af7ad04c170b4", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:2850db90c93a902f63a20eb3cf173676ba8b62d88dab4d6305ecab8bfc6a9c23", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:d86b9c14ea814e61185eb2fd53bdda95933b44eebf98ba942cbae61b3b16ce2b", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:db8f8c1a3ad46b9b9fbfb777e047e3eb0ca6e1e4be62c1cb16292b934d218b4a", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:ba9efc2628a81ac2c95346cb46f79b57748b56575197830bdc0fe9f1af6e6d07", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:cb02bf5a1a0fd75bb2dc288602973058a2a5e1955e7e0771d35a0986458f72ba", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:040a092ace1fddcfc244268cf1a30bb7935fcb1b493db9b22a3e4919ace8c00f", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:6b4b9f3c433d31a1416ed75a584f90616aa6b335297d5ef845ff3f71d36c3cfe", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:b50724f82867d86cb5ed896fed12ac8a5d939990f9e92221b282d63d44c13fa9", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b51b9edc8ba92cbdbbac99877b4388d9397976992ba7f5d4c467627763445ea4", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:4e1a2aeb4ae247cde28cc50db01cc6043bb78c45763eb8160a957be55a32a2d2", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:b9162e79ac68e0ab17b12ffb6d5c3d9e095d0b2b81ffb8c70b3ebd6531b32b0e", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:af8d12d85265012b374756768440f273481308b2e90fbba97b8afecb9bd2574d", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:97d72614bfbdb0146d8f7c90b90e9549ab1d202ffc55066ce79464e4a6a20cdf", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:624ceb9aa840b86d80592df9e5884ea9c4304f0ea3285bfe33d944ac7d4ea93c", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:33837f0b020b98299befab2e02000db9246918b1583678d3946213e90b45cb53", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a01e7aa92da5f24789286ac6530246cec5ed9c8675493cef2b06a7a7be595958", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:e8bac770b13be7d27c9b9286effe5e50e330e9ab1a225e06890edbf33798bf89", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:00fa1441d6e08f5af70bcea53ebf1f3e4c12a9737f1ef1e74fd5b79957d7f042", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:2b80169a6f39f4ebbc1c2d9b0211eec558da2a8eaa6bef904b9fc66eda7122dc", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:4c7963f955ff610de43933a480c47fd50da6b4d88f03ed6bbf4663dec25c3cae", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:4299fadc4f28a9e6ee9b9e5a7688955752f1bf36ef83656fee6403bbfe10e0b0", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:c3973da0b3e1836af273137bc8ed86a443da6a73d22255aa1135582923347b2c", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:8f262e982526c5e63cc93fe9806380aef291c0fa06d8c6468c1df126325ae83c", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:59c9e307dfc787b4b7510d9d593b71792f9f147884418eed41983034fb35059f", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:7917676d378ebdfeefe5375a054fc0beb6f86665b23304331e2316d1b98821c5", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:1d94d85560bd958b8fec5afd465d62a9e42f17307046046742c02d0ee5c9425f", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:b8950107bebcd555f2c48ee06bc63bb1329a6ea5db7a762cbef5ad9be656c9da", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:475a888f43d0521ac189ff49430864dc8b00f04c244d42100ca1d637860ff4fc", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:804524b0b86a951c8a5b1e2220cf19f3504fd7442e463a8ac8852babedf836c7", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 07 December 2024 11:48:48 -0500 (0:00:03.284) 0:05:33.297 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 07 December 2024 11:48:49 -0500 (0:00:00.134) 0:05:33.432 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 07 December 2024 11:48:49 -0500 (0:00:00.091) 0:05:33.523 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 December 2024 11:48:49 -0500 (0:00:00.174) 0:05:33.697 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Saturday 07 December 2024 11:48:49 -0500 (0:00:00.091) 0:05:33.789 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Saturday 07 December 2024 11:48:49 -0500 (0:00:00.083) 0:05:33.872 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Saturday 07 December 2024 11:48:49 -0500 (0:00:00.075) 0:05:33.948 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 December 2024 11:48:49 -0500 (0:00:00.064) 0:05:34.013 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:48:49 -0500 (0:00:00.261) 0:05:34.274 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_eq02a8_x_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:48:49 -0500 (0:00:00.105) 0:05:34.379 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_eq02a8_x_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:48:50 -0500 (0:00:00.100) 0:05:34.480 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:48:50 -0500 (0:00:00.070) 0:05:34.551 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:48:50 -0500 (0:00:00.120) 0:05:34.671 ***** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "podman_basic_user": [ "x", "3001", "3001", "", "/home/podman_basic_user", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:48:50 -0500 (0:00:00.491) 0:05:35.163 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:48:50 -0500 (0:00:00.098) 0:05:35.262 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:48:51 -0500 (0:00:00.159) 0:05:35.421 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:48:51 -0500 (0:00:00.539) 0:05:35.961 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004021", "end": "2024-12-07 11:48:51.995640", "rc": 0, "start": "2024-12-07 11:48:51.991619" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:48:52 -0500 (0:00:00.606) 0:05:36.568 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.006105", "end": "2024-12-07 11:48:52.546564", "rc": 0, "start": "2024-12-07 11:48:52.540459" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:48:52 -0500 (0:00:00.464) 0:05:37.032 ***** ok: [managed-node2] => { "ansible_facts": { "podman_subgid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:48:52 -0500 (0:00:00.101) 0:05:37.134 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:48:52 -0500 (0:00:00.052) 0:05:37.186 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:48:52 -0500 (0:00:00.053) 0:05:37.239 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:48:52 -0500 (0:00:00.048) 0:05:37.288 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:48:52 -0500 (0:00:00.045) 0:05:37.333 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:48:52 -0500 (0:00:00.045) 0:05:37.379 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:48:53 -0500 (0:00:00.180) 0:05:37.559 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:48:53 -0500 (0:00:00.199) 0:05:37.759 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:48:53 -0500 (0:00:00.089) 0:05:37.849 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:48:53 -0500 (0:00:00.104) 0:05:37.953 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:48:53 -0500 (0:00:00.087) 0:05:38.040 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.005778", "end": "2024-12-07 11:48:54.025122", "rc": 0, "start": "2024-12-07 11:48:54.019344" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:48:54 -0500 (0:00:00.530) 0:05:38.571 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:48:54 -0500 (0:00:00.109) 0:05:38.680 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 07 December 2024 11:48:54 -0500 (0:00:00.194) 0:05:38.875 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:48:54 -0500 (0:00:00.131) 0:05:39.007 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "podman_basic_user" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/podman_basic_user exists MSG: Did not run command since '/var/lib/systemd/linger/podman_basic_user' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:48:55 -0500 (0:00:00.526) 0:05:39.533 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:48:55 -0500 (0:00:00.104) 0:05:39.637 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 07 December 2024 11:48:55 -0500 (0:00:00.087) 0:05:39.725 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_eq02a8_x_podman/httpd1", "/tmp/lsr_eq02a8_x_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 07 December 2024 11:48:55 -0500 (0:00:00.144) 0:05:39.869 ***** ok: [managed-node2] => (item=/tmp/lsr_eq02a8_x_podman/httpd1) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_eq02a8_x_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_eq02a8_x_podman/httpd1", "secontext": "system_u:object_r:container_file_t:s0:c85,c232", "size": 60, "state": "directory", "uid": 3001 } ok: [managed-node2] => (item=/tmp/lsr_eq02a8_x_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_eq02a8_x_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_eq02a8_x_podman/httpd1-create", "secontext": "system_u:object_r:container_file_t:s0:c85,c232", "size": 40, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 07 December 2024 11:48:56 -0500 (0:00:00.945) 0:05:40.814 ***** ok: [managed-node2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Saturday 07 December 2024 11:48:58 -0500 (0:00:01.715) 0:05:42.530 ***** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1733590043.7300856, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97cdd41ef23faee5965cc1824a84ba9077e1aa5d", "ctime": 1733590043.1370842, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 281452, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1733590042.8620834, "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": "3834761086", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Saturday 07 December 2024 11:48:58 -0500 (0:00:00.510) 0:05:43.040 ***** ok: [managed-node2] => { "changed": false, "gid": 3001, "group": "podman_basic_user", "mode": "0755", "owner": "podman_basic_user", "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Saturday 07 December 2024 11:48:59 -0500 (0:00:00.498) 0:05:43.539 ***** ok: [managed-node2] => { "changed": false, "checksum": "97cdd41ef23faee5965cc1824a84ba9077e1aa5d", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Saturday 07 December 2024 11:48:59 -0500 (0:00:00.785) 0:05:44.324 ***** ok: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "changed": false } STDERR: time="2024-12-07T11:49:00-05:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2024-12-07T11:49:00-05:00" level=debug msg="Called kube.PersistentPreRunE(/usr/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml)" time="2024-12-07T11:49:00-05:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2024-12-07T11:49:00-05:00" level=info msg="Using sqlite as database backend" time="2024-12-07T11:49:00-05:00" level=debug msg="systemd-logind: Unknown object '/'." time="2024-12-07T11:49:00-05:00" level=debug msg="Using graph driver overlay" time="2024-12-07T11:49:00-05:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2024-12-07T11:49:00-05:00" level=debug msg="Using run root /run/user/3001/containers" time="2024-12-07T11:49:00-05:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2024-12-07T11:49:00-05:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2024-12-07T11:49:00-05:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2024-12-07T11:49:00-05:00" level=debug msg="Using transient store: false" time="2024-12-07T11:49:00-05:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2024-12-07T11:49:00-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2024-12-07T11:49:00-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2024-12-07T11:49:00-05:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2024-12-07T11:49:00-05:00" level=debug msg="Cached value indicated that native-diff is usable" time="2024-12-07T11:49:00-05:00" level=debug msg="backingFs=extfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2024-12-07T11:49:00-05:00" level=debug msg="Initializing event backend journald" time="2024-12-07T11:49:00-05:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2024-12-07T11:49:00-05:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2024-12-07T11:49:00-05:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2024-12-07T11:49:00-05:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2024-12-07T11:49:00-05:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2024-12-07T11:49:00-05:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2024-12-07T11:49:00-05:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2024-12-07T11:49:00-05:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2024-12-07T11:49:00-05:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2024-12-07T11:49:00-05:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2024-12-07T11:49:00-05:00" level=info msg="Setting parallel job count to 7" time="2024-12-07T11:49:00-05:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 444741232df7ab0a770ee98b657a3efb8cb21264814ce72d176645178874b52d bridge podman1 2024-12-07 11:47:23.73108947 -0500 EST [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2024-12-07T11:49:00-05:00" level=debug msg="Successfully loaded 2 networks" time="2024-12-07T11:49:00-05:00" level=debug msg="Looking up image \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage" time="2024-12-07T11:49:00-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:49:00-05:00" level=debug msg="Trying \"localhost/podman-pause:5.3.1-1732147200\" ..." time="2024-12-07T11:49:00-05:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a\"" time="2024-12-07T11:49:00-05:00" level=debug msg="Found image \"localhost/podman-pause:5.3.1-1732147200\" as \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage" time="2024-12-07T11:49:00-05:00" level=debug msg="Found image \"localhost/podman-pause:5.3.1-1732147200\" as \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage ([overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a)" time="2024-12-07T11:49:00-05:00" level=debug msg="exporting opaque data as blob \"sha256:2e0f11a85cd155f25efd629970e1a98686855daef923fbc07e3782ef14706c2a\"" time="2024-12-07T11:49:00-05:00" level=debug msg="Pod using bridge network mode" time="2024-12-07T11:49:00-05:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_3a02a85018ffa43bee32899c0cf1ac14120b5c7636dda708541570cd9c5b2eed.slice for parent user.slice and name libpod_pod_3a02a85018ffa43bee32899c0cf1ac14120b5c7636dda708541570cd9c5b2eed" time="2024-12-07T11:49:00-05:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_3a02a85018ffa43bee32899c0cf1ac14120b5c7636dda708541570cd9c5b2eed.slice" time="2024-12-07T11:49:00-05:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_3a02a85018ffa43bee32899c0cf1ac14120b5c7636dda708541570cd9c5b2eed.slice" time="2024-12-07T11:49:00-05:00" level=debug msg="Shutting down engines" time="2024-12-07T11:49:00-05:00" level=info msg="Received shutdown.Stop(), terminating!" PID=36336 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Saturday 07 December 2024 11:49:00 -0500 (0:00:00.682) 0:05:45.007 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Saturday 07 December 2024 11:49:00 -0500 (0:00:00.086) 0:05:45.094 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 07 December 2024 11:49:00 -0500 (0:00:00.114) 0:05:45.209 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Saturday 07 December 2024 11:49:00 -0500 (0:00:00.058) 0:05:45.267 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:49:00 -0500 (0:00:00.058) 0:05:45.326 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_eq02a8_x_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:49:01 -0500 (0:00:00.097) 0:05:45.423 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_eq02a8_x_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:49:01 -0500 (0:00:00.080) 0:05:45.503 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:49:01 -0500 (0:00:00.053) 0:05:45.557 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:49:01 -0500 (0:00:00.097) 0:05:45.655 ***** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:49:01 -0500 (0:00:00.506) 0:05:46.161 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:49:01 -0500 (0:00:00.182) 0:05:46.344 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:49:02 -0500 (0:00:00.128) 0:05:46.472 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:49:02 -0500 (0:00:00.794) 0:05:47.266 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:49:02 -0500 (0:00:00.111) 0:05:47.378 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:49:03 -0500 (0:00:00.082) 0:05:47.461 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:49:03 -0500 (0:00:00.079) 0:05:47.541 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:49:03 -0500 (0:00:00.073) 0:05:47.614 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:49:03 -0500 (0:00:00.114) 0:05:47.729 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:49:03 -0500 (0:00:00.120) 0:05:47.850 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:49:03 -0500 (0:00:00.082) 0:05:47.932 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:49:03 -0500 (0:00:00.056) 0:05:47.989 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:49:03 -0500 (0:00:00.060) 0:05:48.049 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:49:03 -0500 (0:00:00.081) 0:05:48.131 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:49:03 -0500 (0:00:00.049) 0:05:48.181 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:49:03 -0500 (0:00:00.054) 0:05:48.236 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:49:03 -0500 (0:00:00.052) 0:05:48.289 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005887", "end": "2024-12-07 11:49:04.238641", "rc": 0, "start": "2024-12-07 11:49:04.232754" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:49:04 -0500 (0:00:00.456) 0:05:48.745 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:49:04 -0500 (0:00:00.074) 0:05:48.819 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 07 December 2024 11:49:04 -0500 (0:00:00.159) 0:05:48.979 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:49:04 -0500 (0:00:00.140) 0:05:49.119 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:49:04 -0500 (0:00:00.054) 0:05:49.174 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:49:04 -0500 (0:00:00.050) 0:05:49.224 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 07 December 2024 11:49:04 -0500 (0:00:00.050) 0:05:49.275 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_eq02a8_x_podman/httpd2", "/tmp/lsr_eq02a8_x_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 07 December 2024 11:49:04 -0500 (0:00:00.071) 0:05:49.347 ***** ok: [managed-node2] => (item=/tmp/lsr_eq02a8_x_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_eq02a8_x_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_eq02a8_x_podman/httpd2", "secontext": "system_u:object_r:container_file_t:s0:c366,c536", "size": 60, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_eq02a8_x_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_eq02a8_x_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_eq02a8_x_podman/httpd2-create", "secontext": "system_u:object_r:container_file_t:s0:c366,c536", "size": 40, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 07 December 2024 11:49:05 -0500 (0:00:00.855) 0:05:50.203 ***** ok: [managed-node2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Saturday 07 December 2024 11:49:06 -0500 (0:00:01.147) 0:05:51.350 ***** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1733590067.5941467, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "070d73e1bfd40a0cb70e9343b615bc69e5d9bf67", "ctime": 1733590067.0731454, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280920, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1733590066.7761447, "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": "956281448", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Saturday 07 December 2024 11:49:07 -0500 (0:00:00.493) 0:05:51.843 ***** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Saturday 07 December 2024 11:49:07 -0500 (0:00:00.536) 0:05:52.380 ***** ok: [managed-node2] => { "changed": false, "checksum": "070d73e1bfd40a0cb70e9343b615bc69e5d9bf67", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Saturday 07 December 2024 11:49:08 -0500 (0:00:00.700) 0:05:53.081 ***** ok: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml" ], "changed": false } STDERR: time="2024-12-07T11:49:09-05:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2024-12-07T11:49:09-05: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="2024-12-07T11:49:09-05:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2024-12-07T11:49:09-05:00" level=info msg="Using sqlite as database backend" time="2024-12-07T11:49:09-05:00" level=debug msg="Using graph driver overlay" time="2024-12-07T11:49:09-05:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2024-12-07T11:49:09-05:00" level=debug msg="Using run root /run/containers/storage" time="2024-12-07T11:49:09-05:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2024-12-07T11:49:09-05:00" level=debug msg="Using tmp dir /run/libpod" time="2024-12-07T11:49:09-05:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2024-12-07T11:49:09-05:00" level=debug msg="Using transient store: false" time="2024-12-07T11:49:09-05:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2024-12-07T11:49:09-05:00" level=debug msg="overlay: imagestore=/usr/lib/containers/storage" time="2024-12-07T11:49:09-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2024-12-07T11:49:09-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2024-12-07T11:49:09-05:00" level=debug msg="Cached value indicated that metacopy is being used" time="2024-12-07T11:49:09-05:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2024-12-07T11:49:09-05: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="2024-12-07T11:49:09-05:00" level=debug msg="backingFs=extfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2024-12-07T11:49:09-05:00" level=debug msg="Initializing event backend journald" time="2024-12-07T11:49:09-05:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2024-12-07T11:49:09-05:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2024-12-07T11:49:09-05:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2024-12-07T11:49:09-05:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2024-12-07T11:49:09-05:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2024-12-07T11:49:09-05:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2024-12-07T11:49:09-05:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2024-12-07T11:49:09-05:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2024-12-07T11:49:09-05:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2024-12-07T11:49:09-05:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2024-12-07T11:49:09-05:00" level=info msg="Setting parallel job count to 7" time="2024-12-07T11:49:09-05:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 42d371e3bd6a83407c227e57045a0de0b83e4a8de23ead04da2e365a01c14186 bridge podman1 2024-12-07 11:45:22.53906653 -0500 EST [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2024-12-07T11:49:09-05:00" level=debug msg="Successfully loaded 2 networks" time="2024-12-07T11:49:09-05:00" level=debug msg="Looking up image \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage" time="2024-12-07T11:49:09-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2024-12-07T11:49:09-05:00" level=debug msg="Trying \"localhost/podman-pause:5.3.1-1732147200\" ..." time="2024-12-07T11:49:09-05:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@e65712d31044925d96acfb4485527e716afec2958884cd0e739c53cce89720cb\"" time="2024-12-07T11:49:09-05:00" level=debug msg="Found image \"localhost/podman-pause:5.3.1-1732147200\" as \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage" time="2024-12-07T11:49:09-05:00" level=debug msg="Found image \"localhost/podman-pause:5.3.1-1732147200\" as \"localhost/podman-pause:5.3.1-1732147200\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@e65712d31044925d96acfb4485527e716afec2958884cd0e739c53cce89720cb)" time="2024-12-07T11:49:09-05:00" level=debug msg="exporting opaque data as blob \"sha256:e65712d31044925d96acfb4485527e716afec2958884cd0e739c53cce89720cb\"" time="2024-12-07T11:49:09-05:00" level=debug msg="Pod using bridge network mode" time="2024-12-07T11:49:09-05:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_1a7c32c8566e8d4e2efa8a11de9cf97fafd87e14b0d5079bb7d9e6205d7c577b.slice for parent machine.slice and name libpod_pod_1a7c32c8566e8d4e2efa8a11de9cf97fafd87e14b0d5079bb7d9e6205d7c577b" time="2024-12-07T11:49:09-05:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_1a7c32c8566e8d4e2efa8a11de9cf97fafd87e14b0d5079bb7d9e6205d7c577b.slice" time="2024-12-07T11:49:09-05:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_1a7c32c8566e8d4e2efa8a11de9cf97fafd87e14b0d5079bb7d9e6205d7c577b.slice" time="2024-12-07T11:49:09-05:00" level=debug msg="Shutting down engines" time="2024-12-07T11:49:09-05:00" level=info msg="Received shutdown.Stop(), terminating!" PID=38027 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Saturday 07 December 2024 11:49:09 -0500 (0:00:00.555) 0:05:53.637 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Saturday 07 December 2024 11:49:09 -0500 (0:00:00.057) 0:05:53.695 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 07 December 2024 11:49:09 -0500 (0:00:00.048) 0:05:53.743 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Saturday 07 December 2024 11:49:09 -0500 (0:00:00.056) 0:05:53.799 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:49:09 -0500 (0:00:00.169) 0:05:53.969 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\nspec:\n containers:\n - name: httpd3\n image: quay.io/libpod/testimage:20210610\n command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n ports:\n - containerPort: 80\n hostPort: 15003\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - name: www\n hostPath:\n path: \"/tmp/lsr_eq02a8_x_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_eq02a8_x_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:49:09 -0500 (0:00:00.072) 0:05:54.042 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd3" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd3", "ports": [ { "containerPort": 80, "hostPort": 15003 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_eq02a8_x_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:49:09 -0500 (0:00:00.066) 0:05:54.108 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:49:09 -0500 (0:00:00.052) 0:05:54.161 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:49:09 -0500 (0:00:00.109) 0:05:54.271 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:49:09 -0500 (0:00:00.092) 0:05:54.363 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:49:10 -0500 (0:00:00.086) 0:05:54.450 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:49:10 -0500 (0:00:00.135) 0:05:54.585 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:49:10 -0500 (0:00:00.472) 0:05:55.058 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:49:10 -0500 (0:00:00.069) 0:05:55.127 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:49:10 -0500 (0:00:00.069) 0:05:55.197 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:49:10 -0500 (0:00:00.085) 0:05:55.283 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:49:10 -0500 (0:00:00.080) 0:05:55.363 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:49:11 -0500 (0:00:00.107) 0:05:55.470 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:49:11 -0500 (0:00:00.091) 0:05:55.562 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:49:11 -0500 (0:00:00.078) 0:05:55.640 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:49:11 -0500 (0:00:00.084) 0:05:55.725 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:49:11 -0500 (0:00:00.100) 0:05:55.825 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:49:11 -0500 (0:00:00.113) 0:05:55.939 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:49:11 -0500 (0:00:00.083) 0:05:56.022 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:49:11 -0500 (0:00:00.100) 0:05:56.123 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:49:11 -0500 (0:00:00.084) 0:05:56.208 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005558", "end": "2024-12-07 11:49:12.160507", "rc": 0, "start": "2024-12-07 11:49:12.154949" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:49:12 -0500 (0:00:00.425) 0:05:56.633 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:49:12 -0500 (0:00:00.046) 0:05:56.680 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 07 December 2024 11:49:12 -0500 (0:00:00.127) 0:05:56.807 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:49:12 -0500 (0:00:00.112) 0:05:56.920 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:49:12 -0500 (0:00:00.053) 0:05:56.973 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:49:12 -0500 (0:00:00.047) 0:05:57.021 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 07 December 2024 11:49:12 -0500 (0:00:00.049) 0:05:57.071 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_eq02a8_x_podman/httpd3", "/tmp/lsr_eq02a8_x_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 07 December 2024 11:49:12 -0500 (0:00:00.067) 0:05:57.138 ***** ok: [managed-node2] => (item=/tmp/lsr_eq02a8_x_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_eq02a8_x_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_eq02a8_x_podman/httpd3", "secontext": "system_u:object_r:container_file_t:s0:c257,c521", "size": 60, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_eq02a8_x_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_eq02a8_x_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_eq02a8_x_podman/httpd3-create", "secontext": "system_u:object_r:container_file_t:s0:c257,c521", "size": 40, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 07 December 2024 11:49:13 -0500 (0:00:00.969) 0:05:58.108 ***** ok: [managed-node2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:53 Saturday 07 December 2024 11:49:15 -0500 (0:00:01.695) 0:05:59.804 ***** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1733590089.1312025, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bff89fa7f44d7fbe721106145bb615447938f97a", "ctime": 1733590088.557201, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280919, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1733590088.2552001, "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": "3106065763", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:61 Saturday 07 December 2024 11:49:15 -0500 (0:00:00.444) 0:06:00.248 ***** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Saturday 07 December 2024 11:49:16 -0500 (0:00:00.430) 0:06:00.679 ***** ok: [managed-node2] => { "changed": false, "checksum": "bff89fa7f44d7fbe721106145bb615447938f97a", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Saturday 07 December 2024 11:49:17 -0500 (0:00:00.751) 0:06:01.430 ***** ok: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": false } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:88 Saturday 07 December 2024 11:49:17 -0500 (0:00:00.606) 0:06:02.037 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Saturday 07 December 2024 11:49:17 -0500 (0:00:00.164) 0:06:02.201 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 07 December 2024 11:49:17 -0500 (0:00:00.096) 0:06:02.298 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:127 Saturday 07 December 2024 11:49:17 -0500 (0:00:00.091) 0:06:02.389 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Saturday 07 December 2024 11:49:18 -0500 (0:00:00.102) 0:06:02.492 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Saturday 07 December 2024 11:49:18 -0500 (0:00:00.099) 0:06:02.591 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Saturday 07 December 2024 11:49:18 -0500 (0:00:00.087) 0:06:02.679 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Saturday 07 December 2024 11:49:18 -0500 (0:00:00.089) 0:06:02.769 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check if pods are running] *********************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:346 Saturday 07 December 2024 11:49:18 -0500 (0:00:00.110) 0:06:02.879 ***** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd1", "--format", "{{.State}}" ], "delta": "0:00:00.086489", "end": "2024-12-07 11:49:19.093230", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2024-12-07 11:49:19.006741" } STDOUT: Running ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd2", "--format", "{{.State}}" ], "delta": "0:00:00.039028", "end": "2024-12-07 11:49:19.498359", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2024-12-07 11:49:19.459331" } STDOUT: Running ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd3", "--format", "{{.State}}" ], "delta": "0:00:00.038700", "end": "2024-12-07 11:49:19.904229", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2024-12-07 11:49:19.865529" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:357 Saturday 07 December 2024 11:49:19 -0500 (0:00:01.509) 0:06:04.389 ***** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --user list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd1[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.012112", "end": "2024-12-07 11:49:20.427742", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2024-12-07 11:49:20.415630" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service loaded active running A template for running K8s workloads via podman-kube-play ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd2[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.014213", "end": "2024-12-07 11:49:20.926732", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2024-12-07 11:49:20.912519" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service loaded active running A template for running K8s workloads via podman-kube-play ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd3[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.014693", "end": "2024-12-07 11:49:21.424374", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2024-12-07 11:49:21.409681" } 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-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:374 Saturday 07 December 2024 11:49:21 -0500 (0:00:01.535) 0:06:05.925 ***** ok: [managed-node2] => (item=15001) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sat, 07 Dec 2024 16:49:21 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Sat, 07 Dec 2024 16:43:22 GMT", "redirected": false, "status": 200, "url": "http://localhost:15001/index.txt" } MSG: OK (3 bytes) ok: [managed-node2] => (item=15002) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sat, 07 Dec 2024 16:49:22 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Sat, 07 Dec 2024 16:43:23 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) ok: [managed-node2] => (item=15003) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sat, 07 Dec 2024 16:49:22 GMT", "elapsed": 0, "failed_when_result": false, "item": 15003, "last_modified": "Sat, 07 Dec 2024 16:43:23 GMT", "redirected": false, "status": 200, "url": "http://localhost:15003/index.txt" } MSG: OK (3 bytes) TASK [Remove pods and units] *************************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:386 Saturday 07 December 2024 11:49:22 -0500 (0:00:01.468) 0:06:07.393 ***** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 December 2024 11:49:23 -0500 (0:00:00.304) 0:06:07.697 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 December 2024 11:49:23 -0500 (0:00:00.096) 0:06:07.794 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 December 2024 11:49:23 -0500 (0:00:00.065) 0:06:07.859 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 December 2024 11:49:23 -0500 (0:00:00.055) 0:06:07.915 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 December 2024 11:49:23 -0500 (0:00:00.048) 0:06:07.963 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 December 2024 11:49:23 -0500 (0:00:00.051) 0:06:08.014 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 December 2024 11:49:23 -0500 (0:00:00.090) 0:06:08.105 ***** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed-node2] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 December 2024 11:49:23 -0500 (0:00:00.233) 0:06:08.338 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 December 2024 11:49:25 -0500 (0:00:01.134) 0:06:09.473 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 December 2024 11:49:25 -0500 (0:00:00.074) 0:06:09.547 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 December 2024 11:49:25 -0500 (0:00:00.248) 0:06:09.796 ***** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 December 2024 11:49:25 -0500 (0:00:00.077) 0:06:09.873 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 December 2024 11:49:25 -0500 (0:00:00.070) 0:06:09.944 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 December 2024 11:49:25 -0500 (0:00:00.056) 0:06:10.001 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027988", "end": "2024-12-07 11:49:25.971941", "rc": 0, "start": "2024-12-07 11:49:25.943953" } STDOUT: podman version 5.3.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 December 2024 11:49:26 -0500 (0:00:00.452) 0:06:10.453 ***** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.3.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 December 2024 11:49:26 -0500 (0:00:00.064) 0:06:10.518 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 December 2024 11:49:26 -0500 (0:00:00.085) 0:06:10.603 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 07 December 2024 11:49:26 -0500 (0:00:00.079) 0:06:10.683 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 December 2024 11:49:26 -0500 (0:00:00.142) 0:06:10.825 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 07 December 2024 11:49:26 -0500 (0:00:00.110) 0:06:10.935 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 07 December 2024 11:49:26 -0500 (0:00:00.078) 0:06:11.014 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:49:26 -0500 (0:00:00.105) 0:06:11.120 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:49:26 -0500 (0:00:00.065) 0:06:11.185 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:49:26 -0500 (0:00:00.052) 0:06:11.238 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:49:26 -0500 (0:00:00.064) 0:06:11.303 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:49:27 -0500 (0:00:00.536) 0:06:11.839 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:49:27 -0500 (0:00:00.148) 0:06:11.988 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:49:27 -0500 (0:00:00.091) 0:06:12.079 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:49:27 -0500 (0:00:00.094) 0:06:12.174 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:49:27 -0500 (0:00:00.089) 0:06:12.263 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:49:27 -0500 (0:00:00.082) 0:06:12.346 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:49:28 -0500 (0:00:00.078) 0:06:12.424 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:49:28 -0500 (0:00:00.071) 0:06:12.495 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 07 December 2024 11:49:28 -0500 (0:00:00.048) 0:06:12.544 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 December 2024 11:49:28 -0500 (0:00:00.077) 0:06:12.622 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 December 2024 11:49:28 -0500 (0:00:00.130) 0:06:12.752 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 December 2024 11:49:28 -0500 (0:00:00.054) 0:06:12.807 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Saturday 07 December 2024 11:49:28 -0500 (0:00:00.053) 0:06:12.861 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 December 2024 11:49:28 -0500 (0:00:00.123) 0:06:12.984 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 December 2024 11:49:28 -0500 (0:00:00.201) 0:06:13.185 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Saturday 07 December 2024 11:49:28 -0500 (0:00:00.056) 0:06:13.242 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 December 2024 11:49:28 -0500 (0:00:00.127) 0:06:13.369 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 December 2024 11:49:29 -0500 (0:00:00.071) 0:06:13.441 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Saturday 07 December 2024 11:49:29 -0500 (0:00:00.053) 0:06:13.495 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 December 2024 11:49:29 -0500 (0:00:00.098) 0:06:13.593 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 December 2024 11:49:29 -0500 (0:00:00.049) 0:06:13.643 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 December 2024 11:49:29 -0500 (0:00:00.050) 0:06:13.693 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 December 2024 11:49:29 -0500 (0:00:00.046) 0:06:13.740 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Saturday 07 December 2024 11:49:29 -0500 (0:00:00.067) 0:06:13.808 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 December 2024 11:49:29 -0500 (0:00:00.061) 0:06:13.870 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 December 2024 11:49:29 -0500 (0:00:00.048) 0:06:13.918 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Saturday 07 December 2024 11:49:29 -0500 (0:00:00.075) 0:06:13.993 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Saturday 07 December 2024 11:49:29 -0500 (0:00:00.096) 0:06:14.090 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Saturday 07 December 2024 11:49:29 -0500 (0:00:00.054) 0:06:14.144 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 December 2024 11:49:29 -0500 (0:00:00.054) 0:06:14.199 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:49:29 -0500 (0:00:00.154) 0:06:14.354 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_eq02a8_x_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:49:30 -0500 (0:00:00.063) 0:06:14.417 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_eq02a8_x_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:49:30 -0500 (0:00:00.060) 0:06:14.478 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:49:30 -0500 (0:00:00.048) 0:06:14.526 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:49:30 -0500 (0:00:00.086) 0:06:14.613 ***** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "podman_basic_user": [ "x", "3001", "3001", "", "/home/podman_basic_user", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:49:30 -0500 (0:00:00.448) 0:06:15.061 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:49:30 -0500 (0:00:00.057) 0:06:15.119 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:49:30 -0500 (0:00:00.065) 0:06:15.184 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:49:31 -0500 (0:00:00.444) 0:06:15.628 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003927", "end": "2024-12-07 11:49:31.580399", "rc": 0, "start": "2024-12-07 11:49:31.576472" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:49:31 -0500 (0:00:00.440) 0:06:16.069 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.005715", "end": "2024-12-07 11:49:32.031149", "rc": 0, "start": "2024-12-07 11:49:32.025434" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:49:32 -0500 (0:00:00.441) 0:06:16.510 ***** ok: [managed-node2] => { "ansible_facts": { "podman_subgid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:49:32 -0500 (0:00:00.066) 0:06:16.577 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:49:32 -0500 (0:00:00.048) 0:06:16.625 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:49:32 -0500 (0:00:00.145) 0:06:16.771 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:49:32 -0500 (0:00:00.068) 0:06:16.839 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:49:32 -0500 (0:00:00.074) 0:06:16.914 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:49:32 -0500 (0:00:00.080) 0:06:16.994 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:49:32 -0500 (0:00:00.076) 0:06:17.071 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:49:32 -0500 (0:00:00.138) 0:06:17.210 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:49:32 -0500 (0:00:00.089) 0:06:17.300 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:49:32 -0500 (0:00:00.088) 0:06:17.388 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:49:33 -0500 (0:00:00.088) 0:06:17.477 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.005812", "end": "2024-12-07 11:49:33.442301", "rc": 0, "start": "2024-12-07 11:49:33.436489" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:49:33 -0500 (0:00:00.473) 0:06:17.950 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 07 December 2024 11:49:33 -0500 (0:00:00.103) 0:06:18.053 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733590037.61507, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1733590044.3520873, "dev": 68, "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": 1733590044.3520873, "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 07 December 2024 11:49:34 -0500 (0:00:00.437) 0:06:18.491 ***** changed: [managed-node2] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-12-07 11:47:37 EST", "ActiveEnterTimestampMonotonic": "706687885", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target -.mount run-user-3001.mount \"app-podman\\\\x2dkube.slice\" basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-07 11:47:26 EST", "AssertTimestampMonotonic": "696093286", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "321066000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-07 11:47:26 EST", "ConditionTimestampMonotonic": "696093282", "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": "7677", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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)\"", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "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": "25463", "ExecMainStartTimestamp": "Sat 2024-12-07 11:47:37 EST", "ExecMainStartTimestampMonotonic": "706687680", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[Sat 2024-12-07 11:47:26 EST] ; stop_time=[n/a] ; pid=25423 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[Sat 2024-12-07 11:47:26 EST] ; stop_time=[n/a] ; pid=25423 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-12-07 11:47:26 EST", "InactiveExitTimestampMonotonic": "696094625", "InvocationID": "f3e6d6450dc84ceda5ab8e2a69398430", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "25463", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3856543744", "MemoryCurrent": "17494016", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "36532224", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"app-podman\\\\x2dkube.slice\" basic.target", "RequiresMountsFor": "/run/user/3001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2024-12-07 11:47:37 EST", "StateChangeTimestampMonotonic": "706687885", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "16", "TasksMax": "4421", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Saturday 07 December 2024 11:49:45 -0500 (0:00:11.239) 0:06:29.731 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733590043.7300856, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97cdd41ef23faee5965cc1824a84ba9077e1aa5d", "ctime": 1733590043.1370842, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 281452, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1733590042.8620834, "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": "3834761086", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Saturday 07 December 2024 11:49:45 -0500 (0:00:00.473) 0:06:30.204 ***** ok: [managed-node2] => { "actions": [ "/usr/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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Saturday 07 December 2024 11:49:46 -0500 (0:00:00.721) 0:06:30.925 ***** changed: [managed-node2] => { "changed": true, "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Saturday 07 December 2024 11:49:46 -0500 (0:00:00.453) 0:06:31.379 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Saturday 07 December 2024 11:49:47 -0500 (0:00:00.088) 0:06:31.467 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:49:47 -0500 (0:00:00.132) 0:06:31.599 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:49:47 -0500 (0:00:00.086) 0:06:31.686 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:49:47 -0500 (0:00:00.078) 0:06:31.765 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [ "podman_basic_user" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:49:47 -0500 (0:00:00.096) 0:06:31.861 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:49:47 -0500 (0:00:00.091) 0:06:31.953 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_eq02a8_x_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:49:47 -0500 (0:00:00.090) 0:06:32.044 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_eq02a8_x_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:49:47 -0500 (0:00:00.072) 0:06:32.117 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:49:47 -0500 (0:00:00.061) 0:06:32.178 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:49:47 -0500 (0:00:00.084) 0:06:32.262 ***** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:49:48 -0500 (0:00:00.418) 0:06:32.681 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:49:48 -0500 (0:00:00.052) 0:06:32.733 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:49:48 -0500 (0:00:00.069) 0:06:32.802 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:49:48 -0500 (0:00:00.481) 0:06:33.284 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:49:49 -0500 (0:00:00.208) 0:06:33.493 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:49:49 -0500 (0:00:00.061) 0:06:33.554 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:49:49 -0500 (0:00:00.049) 0:06:33.604 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:49:49 -0500 (0:00:00.060) 0:06:33.664 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:49:49 -0500 (0:00:00.049) 0:06:33.713 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:49:49 -0500 (0:00:00.044) 0:06:33.758 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:49:49 -0500 (0:00:00.058) 0:06:33.816 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:49:49 -0500 (0:00:00.076) 0:06:33.893 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:49:49 -0500 (0:00:00.102) 0:06:33.996 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:49:49 -0500 (0:00:00.191) 0:06:34.187 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:49:49 -0500 (0:00:00.088) 0:06:34.275 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:49:49 -0500 (0:00:00.085) 0:06:34.361 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:49:50 -0500 (0:00:00.086) 0:06:34.448 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005333", "end": "2024-12-07 11:49:50.446138", "rc": 0, "start": "2024-12-07 11:49:50.440805" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:49:50 -0500 (0:00:00.476) 0:06:34.924 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 07 December 2024 11:49:50 -0500 (0:00:00.119) 0:06:35.044 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 07 December 2024 11:49:50 -0500 (0:00:00.113) 0:06:35.157 ***** changed: [managed-node2] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-12-07 11:48:01 EST", "ActiveEnterTimestampMonotonic": "730349601", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket sysinit.target -.mount basic.target network-online.target \"system-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-07 11:47:50 EST", "AssertTimestampMonotonic": "719764851", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "307861000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-07 11:47:50 EST", "ConditionTimestampMonotonic": "719764849", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "ControlGroupId": "9238", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "27945", "ExecMainStartTimestamp": "Sat 2024-12-07 11:48:01 EST", "ExecMainStartTimestampMonotonic": "730349546", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-12-07 11:47:50 EST", "InactiveExitTimestampMonotonic": "719766522", "InvocationID": "5f84c247557c46dd9403a134b9822b01", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "27945", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3397894144", "MemoryCurrent": "2179072", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "21544960", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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", "StateChangeTimestamp": "Sat 2024-12-07 11:48:01 EST", "StateChangeTimestampMonotonic": "730349601", "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": "4421", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Saturday 07 December 2024 11:50:02 -0500 (0:00:11.376) 0:06:46.533 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733590067.5941467, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "070d73e1bfd40a0cb70e9343b615bc69e5d9bf67", "ctime": 1733590067.0731454, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280920, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1733590066.7761447, "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": "956281448", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Saturday 07 December 2024 11:50:02 -0500 (0:00:00.423) 0:06:46.957 ***** ok: [managed-node2] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/httpd2.yml" ], "changed": false, "failed_when_result": false } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Saturday 07 December 2024 11:50:03 -0500 (0:00:00.522) 0:06:47.479 ***** changed: [managed-node2] => { "changed": true, "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Saturday 07 December 2024 11:50:03 -0500 (0:00:00.420) 0:06:47.899 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Saturday 07 December 2024 11:50:03 -0500 (0:00:00.050) 0:06:47.950 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:50:03 -0500 (0:00:00.078) 0:06:48.029 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:50:03 -0500 (0:00:00.044) 0:06:48.073 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:50:03 -0500 (0:00:00.043) 0:06:48.117 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:50:03 -0500 (0:00:00.048) 0:06:48.165 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:50:03 -0500 (0:00:00.044) 0:06:48.210 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\nspec:\n containers:\n - name: httpd3\n image: quay.io/libpod/testimage:20210610\n command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n ports:\n - containerPort: 80\n hostPort: 15003\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - name: www\n hostPath:\n path: \"/tmp/lsr_eq02a8_x_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_eq02a8_x_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:50:03 -0500 (0:00:00.060) 0:06:48.270 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd3" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd3", "ports": [ { "containerPort": 80, "hostPort": 15003 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_eq02a8_x_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:50:03 -0500 (0:00:00.066) 0:06:48.337 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:50:03 -0500 (0:00:00.049) 0:06:48.386 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:50:04 -0500 (0:00:00.087) 0:06:48.474 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:50:04 -0500 (0:00:00.364) 0:06:48.838 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:50:04 -0500 (0:00:00.058) 0:06:48.896 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:50:04 -0500 (0:00:00.065) 0:06:48.961 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:50:04 -0500 (0:00:00.420) 0:06:49.382 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:50:05 -0500 (0:00:00.045) 0:06:49.427 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:50:05 -0500 (0:00:00.043) 0:06:49.471 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:50:05 -0500 (0:00:00.048) 0:06:49.520 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:50:05 -0500 (0:00:00.044) 0:06:49.564 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:50:05 -0500 (0:00:00.052) 0:06:49.616 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:50:05 -0500 (0:00:00.103) 0:06:49.719 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:50:05 -0500 (0:00:00.051) 0:06:49.771 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:50:05 -0500 (0:00:00.073) 0:06:49.845 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:50:05 -0500 (0:00:00.078) 0:06:49.923 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:50:05 -0500 (0:00:00.112) 0:06:50.035 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:50:05 -0500 (0:00:00.073) 0:06:50.109 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:50:05 -0500 (0:00:00.066) 0:06:50.175 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:50:05 -0500 (0:00:00.057) 0:06:50.233 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005757", "end": "2024-12-07 11:50:06.165945", "rc": 0, "start": "2024-12-07 11:50:06.160188" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:50:06 -0500 (0:00:00.443) 0:06:50.676 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 07 December 2024 11:50:06 -0500 (0:00:00.159) 0:06:50.835 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 07 December 2024 11:50:06 -0500 (0:00:00.075) 0:06:50.911 ***** changed: [managed-node2] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-12-07 11:48:22 EST", "ActiveEnterTimestampMonotonic": "752098768", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount basic.target \"system-podman\\\\x2dkube.slice\" network-online.target sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-07 11:48:12 EST", "AssertTimestampMonotonic": "741475308", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "302901000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-07 11:48:12 EST", "ConditionTimestampMonotonic": "741475304", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "ControlGroupId": "10675", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "30255", "ExecMainStartTimestamp": "Sat 2024-12-07 11:48:22 EST", "ExecMainStartTimestampMonotonic": "752098686", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-12-07 11:48:12 EST", "InactiveExitTimestampMonotonic": "741476936", "InvocationID": "fc3f8f98174b4c64ae56ccd5a85bc8e0", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "30255", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3419676672", "MemoryCurrent": "2162688", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "21966848", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2024-12-07 11:48:22 EST", "StateChangeTimestampMonotonic": "752098768", "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": "4421", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Saturday 07 December 2024 11:50:17 -0500 (0:00:11.301) 0:07:02.212 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733590089.1312025, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bff89fa7f44d7fbe721106145bb615447938f97a", "ctime": 1733590088.557201, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280919, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1733590088.2552001, "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": "3106065763", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Saturday 07 December 2024 11:50:18 -0500 (0:00:00.438) 0:07:02.651 ***** ok: [managed-node2] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": false, "failed_when_result": false } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Saturday 07 December 2024 11:50:18 -0500 (0:00:00.554) 0:07:03.206 ***** changed: [managed-node2] => { "changed": true, "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Saturday 07 December 2024 11:50:19 -0500 (0:00:00.447) 0:07:03.653 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Saturday 07 December 2024 11:50:19 -0500 (0:00:00.057) 0:07:03.711 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:50:19 -0500 (0:00:00.096) 0:07:03.807 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:50:19 -0500 (0:00:00.043) 0:07:03.851 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:50:19 -0500 (0:00:00.046) 0:07:03.898 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:50:19 -0500 (0:00:00.061) 0:07:03.960 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Saturday 07 December 2024 11:50:19 -0500 (0:00:00.068) 0:07:04.028 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Saturday 07 December 2024 11:50:19 -0500 (0:00:00.045) 0:07:04.073 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml for managed-node2 => (item=podman_basic_user) TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Saturday 07 December 2024 11:50:19 -0500 (0:00:00.226) 0:07:04.300 ***** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "podman_basic_user": [ "x", "3001", "3001", "", "/home/podman_basic_user", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set cancel linger vars] *************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Saturday 07 December 2024 11:50:20 -0500 (0:00:00.425) 0:07:04.725 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Saturday 07 December 2024 11:50:20 -0500 (0:00:00.062) 0:07:04.788 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733590037.61507, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1733590044.3520873, "dev": 68, "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": 1733590044.3520873, "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Saturday 07 December 2024 11:50:20 -0500 (0:00:00.410) 0:07:05.199 ***** ok: [managed-node2] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Saturday 07 December 2024 11:50:21 -0500 (0:00:00.681) 0:07:05.881 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.048041", "end": "2024-12-07 11:50:21.964352", "rc": 0, "start": "2024-12-07 11:50:21.916311" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Saturday 07 December 2024 11:50:22 -0500 (0:00:00.564) 0:07:06.445 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.043742", "end": "2024-12-07 11:50:22.498312", "rc": 0, "start": "2024-12-07 11:50:22.454570" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Saturday 07 December 2024 11:50:22 -0500 (0:00:00.532) 0:07:06.977 ***** changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "podman_basic_user" ], "delta": "0:00:00.007749", "end": "2024-12-07 11:50:22.926100", "rc": 0, "start": "2024-12-07 11:50:22.918351" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 Saturday 07 December 2024 11:50:23 -0500 (0:00:00.444) 0:07:07.422 ***** fatal: [managed-node2]: FAILED! => { "attempts": 1, "changed": false, "cmd": [ "loginctl", "show-user", "--value", "-p", "State", "podman_basic_user" ], "delta": "0:00:00.006585", "end": "2024-12-07 11:50:23.369365", "rc": 1, "start": "2024-12-07 11:50:23.362780" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:76 Saturday 07 December 2024 11:50:23 -0500 (0:00:00.470) 0:07:07.893 ***** changed: [managed-node2] => { "changed": true, "name": "systemd-logind", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-12-07 11:36:00 EST", "ActiveEnterTimestampMonotonic": "11032635", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-tmpfiles-setup.service nss-user-lookup.target dbus.socket systemd-journald.socket user.slice system.slice modprobe@drm.service -.mount sysinit.target basic.target systemd-remount-fs.service tmp.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-07 11:36:00 EST", "AssertTimestampMonotonic": "10925516", "Before": "user@0.service session-5.scope user-runtime-dir@0.service session-3.scope multi-user.target shutdown.target", "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": "288569000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime state fdstore", "CanFreeze": "yes", "CanIsolate": "no", "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": "Sat 2024-12-07 11:36:00 EST", "ConditionTimestampMonotonic": "10925513", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/systemd-logind.service", "ControlGroupId": "3676", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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 /usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "SYSTEMD_REBOOT_TO_BOOT_LOADER_MENU=true SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2024-12-07 11:36:00 EST", "ExecMainHandoffTimestampMonotonic": "11013038", "ExecMainPID": "691", "ExecMainStartTimestamp": "Sat 2024-12-07 11:36:00 EST", "ExecMainStartTimestampMonotonic": "10934552", "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": "Sat 2024-12-07 11:36:00 EST", "InactiveExitTimestampMonotonic": "10940163", "InvocationID": "de2c3762d68847dd879e125a5f1d2364", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "691", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3447369728", "MemoryCurrent": "7929856", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "8454144", "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", "PrivateTmp": "yes", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "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": "system.slice -.mount sysinit.target", "RequiresMountsFor": "/run/systemd/shutdown /run/systemd/inhibit /run/systemd/sessions /var/lib/systemd/linger /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", "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": "Sat 2024-12-07 11:36:00 EST", "StateChangeTimestampMonotonic": "11032635", "StateDirectory": "systemd/linger", "StateDirectoryMode": "0755", "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 fchmodat2 fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futex_time64 futex_waitv 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_mempolicy_home_node 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": "4421", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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 modprobe@drm.service user.slice -.mount tmp.mount", "WantsMountsFor": "/var/tmp /tmp", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:81 Saturday 07 December 2024 11:50:24 -0500 (0:00:00.779) 0:07:08.672 ***** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "loginctl", "show-user", "--value", "-p", "State", "podman_basic_user" ], "delta": "0:00:00.080784", "end": "2024-12-07 11:50:24.717023", "failed_when_result": false, "rc": 1, "start": "2024-12-07 11:50:24.636239" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:92 Saturday 07 December 2024 11:50:24 -0500 (0:00:00.549) 0:07:09.221 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__user_state is failed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Saturday 07 December 2024 11:50:24 -0500 (0:00:00.106) 0:07:09.328 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Saturday 07 December 2024 11:50:24 -0500 (0:00:00.057) 0:07:09.385 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that pods are not running] ***************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:396 Saturday 07 December 2024 11:50:25 -0500 (0:00:00.081) 0:07:09.466 ***** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd1" ], "delta": "0:00:00.218932", "end": "2024-12-07 11:50:25.739528", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 1, "start": "2024-12-07 11:50:25.520596" } MSG: non-zero return code ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd2" ], "delta": "0:00:00.040965", "end": "2024-12-07 11:50:26.157660", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2024-12-07 11:50:26.116695" } MSG: non-zero return code ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd3" ], "delta": "0:00:00.037483", "end": "2024-12-07 11:50:26.619362", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2024-12-07 11:50:26.581879" } MSG: non-zero return code TASK [Check Services should be absent] ***************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:409 Saturday 07 December 2024 11:50:26 -0500 (0:00:01.667) 0:07:11.134 ***** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --user list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd1[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.010670", "end": "2024-12-07 11:50:27.209113", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 1, "start": "2024-12-07 11:50:27.198443" } STDERR: Failed to connect to user scope bus via local transport: No such file or directory MSG: non-zero return code ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd2[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.014275", "end": "2024-12-07 11:50:27.693812", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2024-12-07 11:50:27.679537" } MSG: non-zero return code ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd3[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.013298", "end": "2024-12-07 11:50:28.115386", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2024-12-07 11:50:28.102088" } MSG: non-zero return code TASK [Ensure no linger] ******************************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:428 Saturday 07 December 2024 11:50:28 -0500 (0:00:01.467) 0:07:12.602 ***** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "stat": { "exists": false } } skipping: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item[1] != \"root\"", "item": [ "httpd2", "root", 0 ], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item[1] != \"root\"", "item": [ "httpd3", "root", 0 ], "skip_reason": "Conditional result was False" } TASK [Remove pods and units again - test idempotence] ************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:436 Saturday 07 December 2024 11:50:28 -0500 (0:00:00.496) 0:07:13.099 ***** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 December 2024 11:50:28 -0500 (0:00:00.284) 0:07:13.384 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 December 2024 11:50:29 -0500 (0:00:00.133) 0:07:13.517 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 December 2024 11:50:29 -0500 (0:00:00.116) 0:07:13.633 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 December 2024 11:50:29 -0500 (0:00:00.078) 0:07:13.712 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 December 2024 11:50:29 -0500 (0:00:00.076) 0:07:13.788 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 December 2024 11:50:29 -0500 (0:00:00.099) 0:07:13.888 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 December 2024 11:50:29 -0500 (0:00:00.190) 0:07:14.078 ***** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed-node2] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 December 2024 11:50:29 -0500 (0:00:00.194) 0:07:14.272 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 December 2024 11:50:30 -0500 (0:00:01.108) 0:07:15.381 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 December 2024 11:50:31 -0500 (0:00:00.180) 0:07:15.561 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 December 2024 11:50:31 -0500 (0:00:00.053) 0:07:15.615 ***** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 December 2024 11:50:31 -0500 (0:00:00.045) 0:07:15.661 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 December 2024 11:50:31 -0500 (0:00:00.054) 0:07:15.715 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 December 2024 11:50:31 -0500 (0:00:00.078) 0:07:15.793 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030485", "end": "2024-12-07 11:50:31.764332", "rc": 0, "start": "2024-12-07 11:50:31.733847" } STDOUT: podman version 5.3.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 December 2024 11:50:31 -0500 (0:00:00.461) 0:07:16.254 ***** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.3.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 December 2024 11:50:31 -0500 (0:00:00.079) 0:07:16.334 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 December 2024 11:50:32 -0500 (0:00:00.073) 0:07:16.407 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 07 December 2024 11:50:32 -0500 (0:00:00.071) 0:07:16.478 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 December 2024 11:50:32 -0500 (0:00:00.094) 0:07:16.573 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 07 December 2024 11:50:32 -0500 (0:00:00.103) 0:07:16.676 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 07 December 2024 11:50:32 -0500 (0:00:00.150) 0:07:16.826 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:50:32 -0500 (0:00:00.113) 0:07:16.940 ***** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:50:33 -0500 (0:00:00.470) 0:07:17.411 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:50:33 -0500 (0:00:00.144) 0:07:17.555 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:50:33 -0500 (0:00:00.183) 0:07:17.739 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:50:33 -0500 (0:00:00.550) 0:07:18.290 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:50:33 -0500 (0:00:00.089) 0:07:18.380 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:50:34 -0500 (0:00:00.067) 0:07:18.447 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:50:34 -0500 (0:00:00.056) 0:07:18.503 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:50:34 -0500 (0:00:00.047) 0:07:18.551 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:50:34 -0500 (0:00:00.048) 0:07:18.599 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:50:34 -0500 (0:00:00.044) 0:07:18.644 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:50:34 -0500 (0:00:00.052) 0:07:18.696 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 07 December 2024 11:50:34 -0500 (0:00:00.089) 0:07:18.786 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 07 December 2024 11:50:34 -0500 (0:00:00.098) 0:07:18.884 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 December 2024 11:50:34 -0500 (0:00:00.165) 0:07:19.050 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 December 2024 11:50:34 -0500 (0:00:00.075) 0:07:19.125 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Saturday 07 December 2024 11:50:34 -0500 (0:00:00.091) 0:07:19.216 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 December 2024 11:50:35 -0500 (0:00:00.300) 0:07:19.517 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 December 2024 11:50:35 -0500 (0:00:00.114) 0:07:19.632 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Saturday 07 December 2024 11:50:35 -0500 (0:00:00.122) 0:07:19.755 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 07 December 2024 11:50:35 -0500 (0:00:00.196) 0:07:19.952 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 07 December 2024 11:50:35 -0500 (0:00:00.117) 0:07:20.069 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Saturday 07 December 2024 11:50:35 -0500 (0:00:00.140) 0:07:20.210 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 07 December 2024 11:50:36 -0500 (0:00:00.268) 0:07:20.478 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 07 December 2024 11:50:36 -0500 (0:00:00.105) 0:07:20.584 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 07 December 2024 11:50:36 -0500 (0:00:00.094) 0:07:20.679 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 07 December 2024 11:50:36 -0500 (0:00:00.131) 0:07:20.810 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Saturday 07 December 2024 11:50:36 -0500 (0:00:00.078) 0:07:20.889 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 07 December 2024 11:50:36 -0500 (0:00:00.147) 0:07:21.036 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 07 December 2024 11:50:36 -0500 (0:00:00.111) 0:07:21.148 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Saturday 07 December 2024 11:50:36 -0500 (0:00:00.089) 0:07:21.237 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Saturday 07 December 2024 11:50:36 -0500 (0:00:00.068) 0:07:21.306 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Saturday 07 December 2024 11:50:36 -0500 (0:00:00.075) 0:07:21.381 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 07 December 2024 11:50:37 -0500 (0:00:00.080) 0:07:21.462 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:50:37 -0500 (0:00:00.305) 0:07:21.767 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_eq02a8_x_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:50:37 -0500 (0:00:00.113) 0:07:21.881 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_eq02a8_x_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:50:37 -0500 (0:00:00.109) 0:07:21.991 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:50:37 -0500 (0:00:00.091) 0:07:22.083 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:50:37 -0500 (0:00:00.157) 0:07:22.240 ***** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "podman_basic_user": [ "x", "3001", "3001", "", "/home/podman_basic_user", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:50:39 -0500 (0:00:01.734) 0:07:23.974 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:50:39 -0500 (0:00:00.052) 0:07:24.027 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:50:39 -0500 (0:00:00.064) 0:07:24.091 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:50:40 -0500 (0:00:00.445) 0:07:24.536 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003964", "end": "2024-12-07 11:50:40.515021", "rc": 0, "start": "2024-12-07 11:50:40.511057" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:50:40 -0500 (0:00:00.505) 0:07:25.042 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.006542", "end": "2024-12-07 11:50:40.990516", "rc": 0, "start": "2024-12-07 11:50:40.983974" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:50:41 -0500 (0:00:00.449) 0:07:25.492 ***** ok: [managed-node2] => { "ansible_facts": { "podman_subgid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:50:41 -0500 (0:00:00.297) 0:07:25.790 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:50:41 -0500 (0:00:00.092) 0:07:25.882 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:50:41 -0500 (0:00:00.092) 0:07:25.975 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:50:41 -0500 (0:00:00.080) 0:07:26.056 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:50:41 -0500 (0:00:00.144) 0:07:26.203 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:50:41 -0500 (0:00:00.131) 0:07:26.334 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:50:42 -0500 (0:00:00.080) 0:07:26.415 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:50:42 -0500 (0:00:00.142) 0:07:26.558 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:50:42 -0500 (0:00:00.088) 0:07:26.647 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:50:42 -0500 (0:00:00.095) 0:07:26.742 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:50:42 -0500 (0:00:00.086) 0:07:26.829 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.005449", "end": "2024-12-07 11:50:42.816855", "rc": 0, "start": "2024-12-07 11:50:42.811406" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:50:42 -0500 (0:00:00.516) 0:07:27.346 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 07 December 2024 11:50:43 -0500 (0:00:00.114) 0:07:27.460 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 07 December 2024 11:50:43 -0500 (0:00:00.425) 0:07:27.886 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_rootless or __podman_xdg_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Saturday 07 December 2024 11:50:43 -0500 (0:00:00.053) 0:07:27.939 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Saturday 07 December 2024 11:50:43 -0500 (0:00:00.417) 0:07:28.356 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_rootless or __podman_xdg_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Saturday 07 December 2024 11:50:44 -0500 (0:00:00.075) 0:07:28.432 ***** ok: [managed-node2] => { "changed": false, "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Saturday 07 December 2024 11:50:44 -0500 (0:00:00.437) 0:07:28.869 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Saturday 07 December 2024 11:50:44 -0500 (0:00:00.050) 0:07:28.920 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:50:44 -0500 (0:00:00.085) 0:07:29.006 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:50:44 -0500 (0:00:00.079) 0:07:29.085 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:50:44 -0500 (0:00:00.050) 0:07:29.136 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [ "podman_basic_user" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:50:44 -0500 (0:00:00.064) 0:07:29.201 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:50:44 -0500 (0:00:00.050) 0:07:29.252 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_eq02a8_x_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:50:44 -0500 (0:00:00.059) 0:07:29.311 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_eq02a8_x_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:50:44 -0500 (0:00:00.066) 0:07:29.378 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:50:45 -0500 (0:00:00.047) 0:07:29.426 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:50:45 -0500 (0:00:00.103) 0:07:29.530 ***** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:50:45 -0500 (0:00:00.467) 0:07:29.997 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:50:45 -0500 (0:00:00.051) 0:07:30.048 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:50:45 -0500 (0:00:00.067) 0:07:30.116 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:50:46 -0500 (0:00:00.498) 0:07:30.614 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:50:46 -0500 (0:00:00.046) 0:07:30.660 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:50:46 -0500 (0:00:00.059) 0:07:30.720 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:50:46 -0500 (0:00:00.067) 0:07:30.788 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:50:46 -0500 (0:00:00.076) 0:07:30.864 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:50:46 -0500 (0:00:00.073) 0:07:30.937 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:50:46 -0500 (0:00:00.075) 0:07:31.013 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:50:46 -0500 (0:00:00.074) 0:07:31.087 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:50:46 -0500 (0:00:00.077) 0:07:31.164 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:50:46 -0500 (0:00:00.075) 0:07:31.240 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:50:46 -0500 (0:00:00.097) 0:07:31.337 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:50:46 -0500 (0:00:00.052) 0:07:31.390 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:50:47 -0500 (0:00:00.092) 0:07:31.483 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:50:47 -0500 (0:00:00.069) 0:07:31.552 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005378", "end": "2024-12-07 11:50:47.487572", "rc": 0, "start": "2024-12-07 11:50:47.482194" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:50:47 -0500 (0:00:00.440) 0:07:31.992 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 07 December 2024 11:50:47 -0500 (0:00:00.153) 0:07:32.146 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 07 December 2024 11:50:47 -0500 (0:00:00.069) 0:07:32.216 ***** ok: [managed-node2] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket \"system-podman\\\\x2dkube.slice\" sysinit.target network-online.target basic.target -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "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", "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", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3431591936", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4421", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Saturday 07 December 2024 11:50:48 -0500 (0:00:00.619) 0:07:32.835 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Saturday 07 December 2024 11:50:48 -0500 (0:00:00.411) 0:07:33.247 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_file_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Saturday 07 December 2024 11:50:48 -0500 (0:00:00.048) 0:07:33.295 ***** ok: [managed-node2] => { "changed": false, "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Saturday 07 December 2024 11:50:49 -0500 (0:00:00.441) 0:07:33.737 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Saturday 07 December 2024 11:50:49 -0500 (0:00:00.080) 0:07:33.817 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:50:49 -0500 (0:00:00.147) 0:07:33.964 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:50:49 -0500 (0:00:00.076) 0:07:34.040 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:50:49 -0500 (0:00:00.081) 0:07:34.122 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:50:49 -0500 (0:00:00.075) 0:07:34.197 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 07 December 2024 11:50:49 -0500 (0:00:00.073) 0:07:34.270 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\nspec:\n containers:\n - name: httpd3\n image: quay.io/libpod/testimage:20210610\n command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n ports:\n - containerPort: 80\n hostPort: 15003\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - name: www\n hostPath:\n path: \"/tmp/lsr_eq02a8_x_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_eq02a8_x_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 07 December 2024 11:50:49 -0500 (0:00:00.106) 0:07:34.376 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd3" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd3", "ports": [ { "containerPort": 80, "hostPort": 15003 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_eq02a8_x_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_eq02a8_x_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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 07 December 2024 11:50:50 -0500 (0:00:00.099) 0:07:34.477 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:38 Saturday 07 December 2024 11:50:50 -0500 (0:00:00.077) 0:07:34.554 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 07 December 2024 11:50:50 -0500 (0:00:00.254) 0:07:34.808 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 07 December 2024 11:50:50 -0500 (0:00:00.084) 0:07:34.893 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 07 December 2024 11:50:50 -0500 (0:00:00.101) 0:07:34.995 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 07 December 2024 11:50:50 -0500 (0:00:00.114) 0:07:35.110 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1733589901.0417407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1733589862.3576617, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192187, "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": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3171376559", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 December 2024 11:50:51 -0500 (0:00:00.539) 0:07:35.649 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 07 December 2024 11:50:51 -0500 (0:00:00.072) 0:07:35.722 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 07 December 2024 11:50:51 -0500 (0:00:00.056) 0:07:35.779 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 07 December 2024 11:50:51 -0500 (0:00:00.055) 0:07:35.835 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 07 December 2024 11:50:51 -0500 (0:00:00.068) 0:07:35.904 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 07 December 2024 11:50:51 -0500 (0:00:00.090) 0:07:35.994 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 07 December 2024 11:50:51 -0500 (0:00:00.055) 0:07:36.050 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 07 December 2024 11:50:51 -0500 (0:00:00.052) 0:07:36.103 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:43 Saturday 07 December 2024 11:50:51 -0500 (0:00:00.057) 0:07:36.160 ***** skipping: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:52 Saturday 07 December 2024 11:50:51 -0500 (0:00:00.071) 0:07:36.232 ***** ok: [managed-node2] => { "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:60 Saturday 07 December 2024 11:50:51 -0500 (0:00:00.112) 0:07:36.345 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 07 December 2024 11:50:52 -0500 (0:00:00.089) 0:07:36.434 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:68 Saturday 07 December 2024 11:50:52 -0500 (0:00:00.102) 0:07:36.537 ***** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:75 Saturday 07 December 2024 11:50:52 -0500 (0:00:00.101) 0:07:36.639 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005806", "end": "2024-12-07 11:50:52.600158", "rc": 0, "start": "2024-12-07 11:50:52.594352" } 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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:83 Saturday 07 December 2024 11:50:52 -0500 (0:00:00.470) 0:07:37.110 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 07 December 2024 11:50:52 -0500 (0:00:00.184) 0:07:37.294 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 07 December 2024 11:50:52 -0500 (0:00:00.076) 0:07:37.371 ***** ok: [managed-node2] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target basic.target systemd-journald.socket -.mount \"system-podman\\\\x2dkube.slice\" sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "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", "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", "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)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3896733696", "EffectiveMemoryMax": "3896733696", "EffectiveTasksMax": "4421", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "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": "14739", "LimitNPROCSoft": "14739", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14739", "LimitSIGPENDINGSoft": "14739", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3429588992", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4421", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "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-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:28 Saturday 07 December 2024 11:50:53 -0500 (0:00:00.621) 0:07:37.992 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:38 Saturday 07 December 2024 11:50:54 -0500 (0:00:00.411) 0:07:38.403 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_file_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:56 Saturday 07 December 2024 11:50:54 -0500 (0:00:00.050) 0:07:38.454 ***** ok: [managed-node2] => { "changed": false, "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:61 Saturday 07 December 2024 11:50:54 -0500 (0:00:00.438) 0:07:38.892 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Saturday 07 December 2024 11:50:54 -0500 (0:00:00.084) 0:07:38.977 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 07 December 2024 11:50:54 -0500 (0:00:00.212) 0:07:39.190 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 07 December 2024 11:50:54 -0500 (0:00:00.080) 0:07:39.270 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 07 December 2024 11:50:54 -0500 (0:00:00.076) 0:07:39.346 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:87 Saturday 07 December 2024 11:50:55 -0500 (0:00:00.125) 0:07:39.471 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Saturday 07 December 2024 11:50:55 -0500 (0:00:00.136) 0:07:39.608 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Saturday 07 December 2024 11:50:55 -0500 (0:00:00.222) 0:07:39.831 ***** included: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml for managed-node2 => (item=podman_basic_user) TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Saturday 07 December 2024 11:50:55 -0500 (0:00:00.123) 0:07:39.954 ***** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "podman_basic_user": [ "x", "3001", "3001", "", "/home/podman_basic_user", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set cancel linger vars] *************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Saturday 07 December 2024 11:50:56 -0500 (0:00:00.450) 0:07:40.405 ***** ok: [managed-node2] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Saturday 07 December 2024 11:50:56 -0500 (0:00:00.094) 0:07:40.500 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Saturday 07 December 2024 11:50:56 -0500 (0:00:00.489) 0:07:40.989 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_xdg_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Saturday 07 December 2024 11:50:56 -0500 (0:00:00.082) 0:07:41.071 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_xdg_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Saturday 07 December 2024 11:50:56 -0500 (0:00:00.090) 0:07:41.162 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_xdg_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Saturday 07 December 2024 11:50:56 -0500 (0:00:00.075) 0:07:41.238 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_xdg_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 Saturday 07 December 2024 11:50:56 -0500 (0:00:00.074) 0:07:41.312 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__cancel_linger is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop logind] ************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:76 Saturday 07 December 2024 11:50:56 -0500 (0:00:00.077) 0:07:41.390 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__cancel_linger is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:81 Saturday 07 December 2024 11:50:57 -0500 (0:00:00.057) 0:07:41.447 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__cancel_linger is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart logind] *********************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:92 Saturday 07 December 2024 11:50:57 -0500 (0:00:00.054) 0:07:41.502 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__cancel_linger is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Saturday 07 December 2024 11:50:57 -0500 (0:00:00.053) 0:07:41.555 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Saturday 07 December 2024 11:50:57 -0500 (0:00:00.043) 0:07:41.599 ***** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Clean up storage.conf] *************************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:456 Saturday 07 December 2024 11:50:57 -0500 (0:00:00.069) 0:07:41.668 ***** ok: [managed-node2] => { "changed": false, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:463 Saturday 07 December 2024 11:50:57 -0500 (0:00:00.439) 0:07:42.108 ***** changed: [managed-node2] => { "changed": true, "path": "/tmp/lsr_eq02a8_x_podman", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:470 Saturday 07 December 2024 11:50:58 -0500 (0:00:00.448) 0:07:42.556 ***** changed: [managed-node2 -> localhost] => { "changed": true, "path": "/tmp/lsr_podman_3kmexkez.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=609 changed=50 unreachable=0 failed=0 skipped=835 rescued=1 ignored=1 TASKS RECAP ******************************************************************** Saturday 07 December 2024 11:50:58 -0500 (0:00:00.243) 0:07:42.799 ***** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 92.69s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.podman : Start service ----------------------- 11.38s /tmp/collections-VHy/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.38s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Start service ----------------------- 11.34s /tmp/collections-VHy/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.30s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Start service ----------------------- 11.28s /tmp/collections-VHy/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.24s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.34s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.29s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.28s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.19s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.17s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.12s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.podman : Update containers/pods --------------- 2.88s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Gathering Facts --------------------------------------------------------- 2.38s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 fedora.linux_system_roles.podman : Ensure container images are present --- 2.25s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Create data files ------------------------------------------------------- 2.08s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204 fedora.linux_system_roles.podman : Ensure container images are present --- 1.95s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 1.76s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 fedora.linux_system_roles.podman : Get user information ----------------- 1.73s /tmp/collections-VHy/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2